You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
073136d CHANGELOG.md: update for v0.35.2
8e5969f src/goToolsInformation: pick up gopls release
55683f5 src/goToolsInformation: update hardcoded gopls version
886decb tools: generate inlay hints settings from gopls settings
7467f26 README: edit Quickstart and Features section for clarity
e4a94d2 .github/workflows: fix wiki.yml
84fe4e7 .github/workflows: add go1.19rc2 to long/smoke tests
d114767 commands: add go.goroot command
484a3ba test/gopls/vulncheck: add logging for viewer test failure
5bf7237 test/integration/extension: disable all "Test Completion Snippets *"
f4fcd7a test/integration/goDebug: make invalid flag test faster
cbecbf8 test/integration/goExplorer: fix 'env tree items' test
e91d0e8 test/integration/install: stub languageserver restart command
a6729ef test/integration/goDebug: speed up setUpRemoteProgram
78c2fac Revert "src/goInstallTools: show error if go.languageserver.restart fails"
aa3de7f test/integration: catch failed await in lint test
b90e57e .vscode/launch.json: remove outFiles and deprecated attributes
d2afd7d src/goTest/resolve: fix nested packageDisplayMode handling on win32
47f6dfa test/integration/goTest: fix populateModulePathCache
1adebbb test/integration/goTest.run: increase discover&run timeout
ffae001 test/integration/goDebug: skip redundant tests in withConsole mode
c909738 test/integration/goDebug: skip legacy da testing on windows
a39ef24 package.json: remove tslint
1dfac14 .github/workflows: drop 1.15 from long test
944b1d4 .github/workflows: remove 'stable' unnecessary in setup-go@v3
21bbd7b test: skip flaky debug test
305bea7 .github/workflows: upgrade setup-go to v3 and enable caching
b6aad3e .github/workflows: upgrade checkout/node workflows to v3
9bb57d8 test/integration: skip tests broken on windows
b012df4 src/goInstallTools: show error if go.languageserver.restart fails
c8598b1 test/integration/goDebug: catch any error while cleaning up
8f6cb5d goGenerateTests: resolve config file path
aba3079 CHANGELOG.md: add v0.35.1 description
bfdb91c package.json: update dev version
4bd0f33 docs/debugging.md: fix missing "" in example
Change-Id: I7504ae5e6d9c40009ad0feb6317f7f1000987012
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
## v0.35.2 - 15 Aug, 2022
2
+
A list of all issues and changes can be found in the [v0.35.2 milestone](https://github.com/golang/vscode-go/milestone/51) and [commit history](https://github.com/golang/vscode-go/compare/v0.35.1...v0.35.2).
3
+
4
+
### Changes
5
+
6
+
This release includes a new [go.goroot command](https://github.com/golang/vscode-go/issues/2379), [fixes](https://github.com/golang/vscode-go/issues/2342) to the `Generate Tests` commands, and improvements for windows users.
7
+
8
+
### Thanks
9
+
10
+
Thank you for your contribution, @OrBin, @Ras96, @hyangah, @jamalcarvalho, and @suzmue!
11
+
1
12
## v0.35.1 - 19 July, 2022
2
13
3
14
A list of all issues and changes can be found in the [v0.35.1 milestone](https://github.com/golang/vscode-go/milestone/50) and [commit history](https://github.com/golang/vscode-go/compare/v0.35.0...v0.35.1).
0 commit comments