Commit 3cba53c
committed
[release] prepare v0.31.0 release
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: Ic032bf88783beea865c24398a3582b1b133f02a0File tree
40 files changed
+1422
-622
lines changed- .github/workflows
- build
- docs
- src
- goTest
- test
- gopls
- integration
- testdata/goroutineTest
- tools
- goplssetting
- installtools
40 files changed
+1422
-622
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
1 | 34 | | |
2 | 35 | | |
3 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
81 | 80 | | |
82 | 81 | | |
83 | 82 | | |
84 | | - | |
| 83 | + | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments