-
Notifications
You must be signed in to change notification settings - Fork 774
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
8a5263d package.json: update gopls settings for v0.7.5 e79a488 test: fix default go.delveConfig test ffc9238 tools: fix gopls update tool generation 5bfc2aa build/all.bash: fix jq query to change hideSystemGoroutines default 0c7a9c4 CHANGELOG.md: Update CHANGELOG.md for release 4ef6379 src/goToolsInformation: update latest gopls prerelease version aae8322 package.json: use defaults from package.json for delveConfig 4667012 package.json: change go template file language id to gotmpl 7cabf78 src/goBrowsePackage.ts: use async function syntax 5a7c4f7 build,docs: remove references to all.bash setup_env 9fce485 package.json: pin direct dependencies a22f335 docs/contributing.md: encourage npm ci instead of npm install 3e64075 test: use @vscode/test-electron instead of vscode-test c2fcb4e go.mod: update imports to latest versions a0af37b test: increase sleep time to wait for dlv cleanup b65133f goDebug.test.ts: stat for output file multiple times 62db19c goDebug.test.ts: update switch goroutine test d2c9293 tools/generate.go: fix default value formatting for []string types 85f1be0 test: disable should cleanup when stopped 7abeb7a package.json: use 'console' enums consistent with other extensions 1fa51bc package.json: add description of 'console' and 'asRoot' 8d2a31f src/goDebugFactory,goDebugConfiguration: adjust env computation a807c61 src/goDebugFactory: add support for `asRoot` property c4f5c25 test: disable switch goroutine tests c132833 src/goDebugConfiguration: use 'dlv' instead of 'dlv-dap' binary 094f345 debugging.md: note that 'go build', not 'go run' must be used with dlv 943ff11 src/goDebugFactory: support integrated/external console f4e5154 src/goDebugFactory: start dlv-dap lazily cd0a462 src/goDebugFactory: use --client-addr when console=integrated/external f4aa041 debugging.md: add a note about using --continue with remote server f4f07b0 test: remove unused dlvDapSkipsEnabled variable 143b6d9 workflow: enable tests with go1.18beta1 691e15f src/goDebugFactory: improve start-up and session fail messages for remote dlv-dap 25af90d src/goTest: fix output for subtests 944fbf7 src/goTest: don't resolve tests in virtual files 1dc72ce test: enable substitutePath tests for remote dlv-dap efdf4bf test: enable disconnect remote dlv-dap test bccac79 test: enable remote set breakpoints tests 6de4255 test: enable basic remote tests 482381f test: enable unknown request test 1395952 README.md: update debugging video link 08dacee src/goStatus: assign id/name to each status bar item 8c3683f README: add link to GopherCon Debugging Treasure Hunt presentation e81d440 package.json: start v0.31.0 dev f5e6bec package.json: update gopls settings Change-Id: Ic032bf88783beea865c24398a3582b1b133f02a0
- Loading branch information
Showing
40 changed files
with
1,422 additions
and
622 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.