1. 15090a5 utils: move non-vscode-dependent utils to utils/ by Eli Bendersky · 4 years, 6 months ago
  2. ab4483e src: refactor tools env variables to handle installation and execution by Rebecca Stambler · 4 years, 8 months ago
  3. 2dbccbe all: correct copyright headers and files missing the copyright (#3238) by Hyang-Ah Hana Kim · 4 years, 8 months ago
  4. dfa9cbb Revert to kill just the process for go-outline #3178 by Ramya Achutha Rao · 4 years, 9 months ago
  5. 16cbd97 Use single method to kill processes by Ramya Achutha Rao · 4 years, 9 months ago
  6. bfd437f Add npm script for formatting using prettier by Ramya Achutha Rao · 5 years ago
  7. c7dc31c [tslint] apply allow-parens rule by Ramya Achutha Rao · 5 years ago
  8. 8593ce9 [tslint] apply object-literal-key-quotes, one-line rules by Ramya Achutha Rao · 5 years ago
  9. 8ffb9b6 [tslint] apply radix and ordered-imports rules by Ramya Achutha Rao · 5 years ago
  10. f185987 ^ outline to include constant & interface (#2973) by Henry Kwan · 5 years ago
  11. 41dbe9c tslint: add curly (#2855) by Kegsay · 5 years ago
  12. cd1ad4b Use getGoConfig() utility (#2818) by Rebecca Stambler · 5 years ago
  13. 3adbc57 Organize imports by Ramya Achutha Rao · 5 years ago
  14. 5f26dc0 Turn on no-consecutive-blank-lines linting rule (#2568) by Stuart Grigg · 6 years ago
  15. af6f7a0 Enable prefer const rule (#2393) by Vlad Barosan · 6 years ago
  16. a838a70 Move to using DocumentSymbol (#1795) by Jackson Kearl · 6 years ago
  17. f4a6c67 Differentiate between interfaces and structs in outline (#2114) by Kaarthik Rao Bekal Radhakrishna · 6 years ago
  18. d1a9f9a Need import info to check testify pkg by Ramya Achutha Rao · 6 years ago
  19. da3a74e Refactor DocumentSymbolProvider by Ramya Achutha Rao · 6 years ago
  20. 311208a Do not show blank identifiers in file outline (#1893) by Ryan Gurney · 6 years ago
  21. f000f73 Extra checks before stdin by Ramya Achutha Rao · 6 years ago
  22. aaf61a3 Increase overall performance by speeding up GoDocumentSymbolProvider (#1766) by Jackson Kearl · 6 years ago
  23. bfabcdc Return uri in symbol information. Fixes #1725 by Ramya Achutha Rao · 7 years ago
  24. a0a8a9d Use CancellationToken to cancell symbol and rename requests by Ramya Achutha Rao · 7 years ago
  25. 951a72b Remove unused variables by Ramya Achutha Rao · 7 years ago
  26. 6d5131a Avoid acting on null decls Fixes #1311 by Ramya Achutha Rao · 7 years ago
  27. 192cd47 Multi root support (#1221) by Ramya Rao · 7 years ago
  28. c76ebac Use GOPATH from toolsEnvVars instead of setting in process.env in preparation for multi root support by Ramya Achutha Rao · 7 years ago
  29. a5700fa Fixes #922 Pass file contents to go-outline (#929) by Ramya Rao · 8 years ago
  30. f3dda9b telemetry updates by Ramya Achutha Rao · 8 years ago
  31. e2f2acf export GoOutlineRange, GoOutlineDeclaration, GoOutlineOptions (#803) by Nick Snyder · 8 years ago
  32. 7192c92 Ignore import statements in Go to Symbol in File feature (#775) by Ramya Rao · 8 years ago
  33. 2a93232 Use settings for separate location for installing Go tools (#737) by Ramya Rao · 8 years ago
  34. a731fe1 Fixes #465 outline offset problem in No-English language (#699) by chronos · 8 years ago
  35. 708b2ad Use -imports-only option from go-outline (#550) by Ramya Rao · 8 years ago
  36. 5ab446e Improvements to installing tools. by Luke Hoban · 8 years ago
  37. 462779f Add receiver type to document symbol browser. by Luke Hoban · 9 years ago
  38. 08a007d Add linting for .ts sources by Luke Hoban · 9 years ago
  39. b16556d Formatting fixes by Luke Hoban · 9 years ago
  40. 20b45aa Merge branch 'master' into feature/sighelp by Luke Hoban · 9 years ago
  41. b3771d5 Add MIT license to .ts files by Luke Hoban · 9 years ago
  42. b778294 Signature help using godef. by zsxawerdu · 9 years ago
  43. 6e2646b Consistent formatting by Luke Hoban · 9 years ago
  44. def069e Correct typo in class name. by Bruce Mitchener · 9 years ago
  45. 6604cf2 Clean up some formatting by Luke Hoban · 9 years ago
  46. b73ee79 Merge branch 'master' of https://github.com/microsoft/vscode-go by Luke Hoban · 9 years ago
  47. dd4b1f0 Fix for #38 by Erich Gamma · 9 years ago
  48. a41b7a9 Outline code cleanup by Luke Hoban · 9 years ago
  49. 13cbaa0 Merge branch 'eg/update-to-0.10' by Luke Hoban · 9 years ago
  50. d17aeec use document.fileName instead of document.uri.fsPath by Erich Gamma · 9 years ago
  51. fbf3d03 Handle GOPATH with multiple workspaces by Luke Hoban · 9 years ago
  52. af1a2e4 adopting the new offset mapping APIs by Erich Gamma · 9 years ago
  53. 76ad055 absorb getter to property change absorb new configuration API by Erich Gamma · 9 years ago
  54. e9f0bae update to 0.10 by Erich Gamma · 9 years ago
  55. c243689 Add OutlineSupport for Go by Luke Hoban · 9 years ago