Skip to content

Commit a829b31

Browse files
committedNov 1, 2023
src/debugAdapter/goDebug: fix type error
Change-Id: Id0cb0c5a213363e490ef7e50ea43fc9fa5075e65 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/538760 Commit-Queue: Hyang-Ah Hana Kim <hyangah@gmail.com> Reviewed-by: Suzy Mueller <suzmue@golang.org> TryBot-Result: kokoro <noreply+kokoro@google.com>
1 parent 2232bfa commit a829b31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/debugAdapter/goDebug.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ interface EvalOut {
198198
}
199199

200200
enum GoVariableFlags {
201+
VariableUnknown = 0,
201202
VariableEscaped = 1,
202203
VariableShadowed = 2,
203204
VariableConstant = 4,

0 commit comments

Comments
 (0)
Please sign in to comment.