1. 61305d9 src/welcome: re-work the welcome page by Rob Findley · 3 years, 2 months ago
  2. 0a4362f CHANGELOG.md: v0.21.1 changelog by Hana · 3 years, 2 months ago
  3. fbd2fc4 src/goLanguageServer: partial revert of cl/280601 by Hana · 3 years, 2 months ago
  4. 7f56895 src/util.ts: handle inactive languageClient by Hana · 3 years, 2 months ago
  5. bc20520 docs: rewrite troubleshooting guide by Heschi Kreinick · 3 years, 2 months ago
  6. f0680f9 docs: remove modules.md because it is not relevant with gopls enabled by Rebecca Stambler · 3 years, 2 months ago
  7. bcd1314 docs/features.md: add feature gifs for snippets and fill struct by Suzy Mueller · 3 years, 2 months ago
  8. a267fff src/config: fix initConfig and WrappedConfiguration by Hana · 3 years, 2 months ago
  9. 2163a5a test/integration: increase installation test timeout by Hana · 3 years, 2 months ago
  10. 5011235 docs/features.md: Add gifs and images for features by Suzy Mueller · 3 years, 2 months ago
  11. 4af88f9 docs/images: add gifs and images for features by Suzy Mueller · 3 years, 2 months ago
  12. fd5d558 CHANGELOG.md: prepare for v0.21.0 release by Hana · 3 years, 2 months ago
  13. b7b9a3e test/*: use getGoConfig instead of directly calling vscode API by Hana · 3 years, 3 months ago
  14. 3e3f506 src/util: resolveToolsGopath ignores toolsGopath from untrusted workspace by Hana · 3 years, 3 months ago
  15. e1a6cb4 package.json: update settings description to mark dangerous settings by Hana · 3 years, 3 months ago
  16. bc8b63e src/config: move getGoConfig/getGoplsConfig to config by Hana · 3 years, 2 months ago
  17. 3a013bd src/config.ts: initialize the Configuration singleton during activation by Hana · 3 years, 2 months ago
  18. d62869d package.json: address comments from cl/280697 by Hana · 3 years, 2 months ago
  19. 1ac4671 src/config: add Configuration class to encapsulate the extension settings by Hana · 3 years, 3 months ago
  20. b15a5cc tools/generate: move gopls settings to a dedicated section by Hana · 3 years, 3 months ago
  21. 2b54c86 src/goMain: fix build breakage - isNightly is renamed by Hana · 3 years, 2 months ago
  22. d2e07f8 CHANGELOG.md: v0.20.2 by Hana · 3 years, 3 months ago
  23. 70ef416 src/goMain.ts: show welcome page on update by Suzy Mueller · 3 years, 3 months ago
  24. 55eb46d package.json: switch the main branch in preview mode by Hana · 3 years, 2 months ago
  25. 60116ee src/goLanguageServer: include .tmpl only in nightly mode. by Hana · 3 years, 3 months ago
  26. 4f8150a src/goLanguageServer.ts: deduplicate diagnostics from language client by Suzy Mueller · 3 years, 3 months ago
  27. 34d732e package.json: change go.toolsGopath default to null by Hana · 3 years, 3 months ago
  28. 64847ab src/goLanguageServer: report when falling back to default providers by Hana · 3 years, 3 months ago
  29. 3b5f327 vscode-go: allow gopls to see .tmpl files by Peter Weinbergr · 3 years, 3 months ago
  30. d9b30a2 media/welcome.css: add style to the welcome webview by Suzy Mueller · 3 years, 3 months ago
  31. 4c91c38 src/goLanguageServer: remove languageServerExperimentalFeatures by Rebecca Stambler · 3 years, 3 months ago
  32. f9896e8 src/goStatus: avoid statusBarEntry leak by Hana · 3 years, 3 months ago
  33. 898e719 docs/settings.md: fix the settings for the context menu by Suzy Mueller · 3 years, 3 months ago
  34. 04c1bcf src/goLanguageServer: fix a bug that prevented gopls start after forced update by Hana · 3 years, 3 months ago
  35. cda36be src/debugAdapter: add dlvFlags to accept arbitrary delve flags by Hana · 3 years, 3 months ago
  36. 705272c src/goLiveErrors: disable gotype-live when language server is enabled by Rebecca Stambler · 3 years, 3 months ago
  37. ae693b8 src/welcome.ts: add 'latest updates' section to welcome page by Suzy Mueller · 3 years, 3 months ago
  38. 0dc4650 src/welcome.ts: add external resources to welcome page by Suzy Mueller · 3 years, 3 months ago
  39. 197bec6 src/welcome.ts: add welcome webview by Suzy Mueller · 3 years, 3 months ago
  40. de64eaa tools/goplssetting: handle changes in gopls setting structure by Rebecca Stambler · 3 years, 3 months ago
  41. 343a5dc src/goLanguageServer: deprecate documentLink configuration by Rebecca Stambler · 3 years, 3 months ago
  42. b730717 docs/gopls.md: remove the link of `gopls` settings block section by Omid Tourzan · 3 years, 3 months ago
  43. e7a2363 src/debugAdapter: address TS2794 warnings by Hana · 3 years, 3 months ago
  44. 229c425 CHANGELOG.md: describe v0.20.1 change by Hana · 3 years, 3 months ago
  45. 811693e CHANGELOG.md: Change logs for v0.20.0 by Hana · 3 years, 3 months ago
  46. dd9c54f src/utils/pathUtils: return the default go path only if exists by Hana · 3 years, 3 months ago
  47. 0abde47 docs/gopls.md: update documentation about `gopls` block by Hana · 3 years, 3 months ago
  48. 83197d8 build: install typescript in Dockerfile and adjust .vscodeignore by Hana · 3 years, 3 months ago
  49. 61dae92 README.md: place gopls by default announcement by Hana · 3 years, 3 months ago
  50. 6c7bfb3 src/debugAdapter: report that next is automatically cancelled if interrupted by Suzy Mueller · 3 years, 6 months ago
  51. f38e348 src/goLanguageServer: propagate go.buildFlags,buildTags to gopls by Hana · 3 years, 3 months ago
  52. dbc8da9 src/goDebug: fix drive casing when substituting paths by Suzy Mueller · 3 years, 4 months ago
  53. 2f72921 test/integration/goDebug: disable a substitutePath test that times out by Hana · 3 years, 3 months ago
  54. 6e8bbba build: run vsce package during testing by Hana · 3 years, 3 months ago
  55. cf03db6 package.json: update gopls settings based on gopls v0.6.0 by Hana · 3 years, 3 months ago
  56. 1985e90 docs/settings.md: add description of object type settings' properties by Hana · 3 years, 3 months ago
  57. 4b24e75 package.json: add go.toolsManagement.checkForUpdates by Hana · 3 years, 3 months ago
  58. 63b4bd1 tools/generate: include deprecationMessage by Hana · 3 years, 3 months ago
  59. 9fcd568 test: remove symlink tests for substitutePath by Suzy Mueller · 3 years, 4 months ago
  60. 0dee1a8 src/goInstallTools: fix broken gocode-gomod install by Hana · 3 years, 4 months ago
  61. 1812139 src/goLanguageServer: disable language service on guest side completely by unknown · 3 years, 4 months ago
  62. a1ed38c snippets: add snippet for type function declaration by Jakub Warczarek · 3 years, 4 months ago
  63. 211c7a6 src/goLanguageServer.ts: update gopls when gopls is turned on by default by Suzy Mueller · 3 years, 4 months ago
  64. 93f32bb src/debugAdapter: add substitutePath config for debugging by Suzy Mueller · 3 years, 5 months ago
  65. 8b7bc62 src/goLanguageServer: show language server start progress by Hana · 3 years, 4 months ago
  66. b950da5 test: increase timeout for extension tests by Suzy Mueller · 3 years, 4 months ago
  67. bb26907 src/goInstallTools: stop requiring to install legacy tools by unknown · 3 years, 4 months ago
  68. a9f7034 CHANGELOG: v0.19.1 change by Hana · 3 years, 4 months ago
  69. 6407dc1 test: fix resolve file names in logs tests for GOPATH by Suzy Mueller · 3 years, 4 months ago
  70. 27a25c4 test: fix remote attach tests on windows long tests by Suzy Mueller · 3 years, 4 months ago
  71. 43afbf2 src/goInstallTools: fix gocode-gomod installation path by Hana · 3 years, 4 months ago
  72. 2a643de src/goInstallTools: add reference for incorrect PATH issue by unknown · 3 years, 4 months ago
  73. 8511760 src/pathUtils: check /usr/local/bin/go for go by unknown · 3 years, 4 months ago
  74. a6d5d51 src/goDebugConfiguration.ts: offer quick pick menu for creating launch.json by Suzy Mueller · 3 years, 4 months ago
  75. da0f1c6 src/goLanguageServer: enable user survey in stable version. by Hana · 3 years, 4 months ago
  76. 4e42d93 package.json: declare gopls settings as a one property by Hana · 3 years, 4 months ago
  77. 685e302 src/goLanguageServer: change back revealOutputChannelOn to Never by Hana · 3 years, 4 months ago
  78. 203dbe9 [master] update CHANGELOG for v0.19.0 by Suzy Mueller · 3 years, 4 months ago
  79. 4fee2d6 src/goLanguageServer: improve automated gopls log collection by Hana · 3 years, 4 months ago
  80. f379f50 src/goLanguageServer: prompt users to file an issue if they opted out by Hana · 3 years, 4 months ago
  81. 49bca83 package.json: mark settings that are not applicable when using gopls by Hana · 3 years, 4 months ago
  82. 650b8ae src/goDebug: check for undefined launchArgs.packagePathToGoModMap by Suzy Mueller · 3 years, 4 months ago
  83. e2d78f1 src/goDebug: fix noDebug mode for windows by Suzy Mueller · 3 years, 4 months ago
  84. e8d462e snippets: avoid using "var" as default name in snippets by Roman Kornev · 3 years, 4 months ago
  85. cecb575 package.json: embed autogenerated gopls settings by Hana · 3 years, 4 months ago
  86. 98e508a tools/goplssetting: use text note instead of emoji for section by Hana · 3 years, 4 months ago
  87. 8ea68d8 src/testUtils: adjust file path expansion regexp to capture subtest failures by Hana · 3 years, 4 months ago
  88. 795bf32 package.json: Add "template" property to go.addTags configuration by Suzy Mueller · 3 years, 4 months ago
  89. f6c5b08 .github/workflows: update to use env file instead of set-env by Hana · 3 years, 4 months ago
  90. dd08b76 src/goLanguageServer: suggest updating gopls before filing an issue by Rebecca Stambler · 3 years, 4 months ago
  91. 9dd4a94 webpack.config.js: ignore warnings from yargs dependency by Suzy Mueller · 3 years, 4 months ago
  92. 15a6a04 .github/ISSUE_TEMPLATE: request gopls version by Hana · 3 years, 4 months ago
  93. 455e1a9 snippets: add snippet for TestMain by Florian Polster · 3 years, 4 months ago
  94. bf1225f src/goEnv: unset GOOS/GOARCH/GOROOT/... from tool installation env by Hana · 3 years, 5 months ago
  95. d7563f6 src/goInstallTools: use GOROOT/bin for gocode-gomod build too by Hana · 3 years, 5 months ago
  96. 3493cfe src/goDebug: respect user cwd debug configuration in noDebug by Suzy Mueller · 3 years, 4 months ago
  97. ec9a5f8 src/goDebugConfiguration: remove user set '--gcflags' from config by Suzy Mueller · 3 years, 5 months ago
  98. 3c7e4da package.json: add missing transform variants for go.addTags by Sebastian Borchers · 3 years, 4 months ago
  99. c13bcfe src/testUtils: fix test streaming output handling by Hana · 3 years, 5 months ago
  100. 2c5a0b9 src/testUtils: hide running test StatusBarItem after cancelling tests by Hana · 3 years, 5 months ago