Граф коммитов

189 Коммитов

Автор SHA1 Сообщение Дата
Suzy Mueller 13959520d8 README.md: update debugging video link
Switch the youtube video link to be the individual talk
instead of the livestream.

Change-Id: I94c9903302690f817f6e94169eed477442c65dac
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/373454
Trust: Suzy Mueller <suzmue@golang.org>
Run-TryBot: Suzy Mueller <suzmue@golang.org>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2021-12-20 21:53:20 +00:00
Polina Sokolova 8c3683f90e README: add link to GopherCon Debugging Treasure Hunt presentation
Updates golang/vscode-go#1930

Change-Id: Iab53ccb393ace5d3bc353441d2585287fa163cec
GitHub-Last-Rev: 1e62645252
GitHub-Pull-Request: golang/vscode-go#1946
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/372416
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Polina Sokolova <polina@google.com>
2021-12-16 21:28:42 +00:00
Polina Sokolova 15a266b188 readme+welcome: announce remote attach debugging with dlv-dap
Updates golang/vscode-go#1930
Updates golang/vscode-go#1861

Will add gophercon details separately.

Change-Id: I87fbe7dc3a41d0c9d3b27e40bd81b84a269a2ef9
GitHub-Last-Rev: 8a1b13f33e
GitHub-Pull-Request: golang/vscode-go#1943
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/371494
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
Trust: Peter Weinberger <pjw@google.com>
TryBot-Result: kokoro <noreply+kokoro@google.com>
2021-12-14 16:56:55 +00:00
Hana f5d100498e docs/debugging.md: add details for troubleshooting
Fixes golang/vscode-go#1719

Change-Id: I37d22ac0a6ec8d6854909eb87200f3c152fc1d56
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/370074
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Polina Sokolova <polina@google.com>
TryBot-Result: kokoro <noreply+kokoro@google.com>
2021-12-09 13:49:45 +00:00
Hana 7919dede3d README.md: fix the broken link for debugging
From https://github.com/golang/vscode-go/pull/1926

Change-Id: I42c11c999978af467d6ab24a143139959b901f56
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/369875
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Peter Weinberger <pjw@google.com>
2021-12-07 15:03:24 +00:00
Hana 3bde93ee62 docs/features: add screenshot of testing UI
And remove the old announcement about dlv-dap transition.

Change-Id: Ia0996932223fc79482052797835b8c992dcb8520
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/350142
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Ethan Reesor <ethan.reesor@gmail.com>
Reviewed-by: Suzy Mueller <suzmue@golang.org>
2021-09-15 23:38:59 +00:00
Julie Qiu e6c2d3ce23 all: change learn.go.dev to go.dev/learn
go.dev/learn is the new canonical URL for learn.go.dev. learn.go.dev
does not work at the moment.

Change-Id: I91413fe7ab31142985925104494215efc32b9f56
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/346109
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Trust: Julie Qiu <julie@golang.org>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: kokoro <noreply+kokoro@google.com>
2021-08-30 14:46:04 +00:00
Hana a6066b7376 docs: move dlv-dap to debugging, debugging to debugging-legacy
Updated code that referenced dlv-dap.md.
Updated default values in package.json.
Updated tools/generate.go to use docs/debugging.md.

Updates golang/vscode-go#1657

Change-Id: I2f8dc6e1a465514a9f0db273cfce6910447ccc9e
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/339098
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Suzy Mueller <suzmue@golang.org>
2021-08-03 17:20:42 +00:00
Hana b9b3b47919 README.md: encourage stackoverflow for Q&A
We are not watching Slack actively, so make it less prominent
in various places.

Change-Id: Ie6102e0782d2047fae85cbed2303265a4278a013
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/337889
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2021-07-27 19:29:28 +00:00
Hana 689bf6ff32 CHANGELOG.md: v0.26.0 change log & mention dlv-dap in README.md
Updates golang/vscode-go#1557

Change-Id: If33b602a7afb69dfa45999568200919769c91483
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/328674
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Suzy Mueller <suzmue@golang.org>
2021-06-16 22:58:23 +00:00
Hana 05251dd6e2 README.md: add the new video material
Change-Id: If08fdf03491ead9160eccb37c5ff56ad2341d10a
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/288492
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2021-02-01 15:49:29 +00:00
Hana d04d4cf86e README.md: correct tools installation command name
It's currently "Go: Install/Update Tools"

Change-Id: Ibe160ebd7d577f6c4d5771717ec032bf221c1e79
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/286673
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: kokoro <noreply+kokoro@google.com>
2021-01-26 02:19:42 +00:00
Hana d762a132c2 README.md: use the exact links
vsce doesn't seem to process reference links with relative paths correctly.
Use the full url for links to docs/* when used in reference mode.

Change-Id: I375dab645e739cf2fff93b8c4ab2d6e7b8afd1ce
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/286476
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2021-01-25 22:41:49 +00:00
Rebecca Stambler 1707d4b7b9 README: add troubleshooting section, some cleanup
Change-Id: I92cd750dcfb393bf7cd33257f02d8d57c369f534
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/286472
Trust: Rebecca Stambler <rstambler@golang.org>
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2021-01-25 22:08:01 +00:00
Rebecca Stambler f7bd66d6d7 docs: pull advanced documentation out of the main README
No changes to the text, just refactoring of the documentation.

Change-Id: I92b356259b16c411fed8e513f0ebc7a9f26abcbe
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/285881
Trust: Rebecca Stambler <rstambler@golang.org>
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2021-01-25 17:24:29 +00:00
Rebecca Stambler 0cd9eabed7 README.md: format README to wrap to 80 characters
Change-Id: I300cdf98d2f6daebd9f884282cc58b6348f1cde8
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/285877
Trust: Rebecca Stambler <rstambler@golang.org>
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2021-01-22 21:48:44 +00:00
Rob Findley 5e8b1e9ba0 README: updates to README.md after a review
Changes:
 - Phrasing.
 - Be consistent about things like capitalization, using Unix-style
   variable interpolation, and link formatting.
 - Don't put links in headers: this is confusing as header links are
   expected to be anchors within the current page.

Change-Id: Ib602b4a4254b0ab7b19510cd9dd499acd594eda6
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/285874
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2021-01-22 20:53:30 +00:00
Hana f534354d7c README.md: rewrite assuming gopls is on by default
Also upload the tool installation screenshot (gif)
Updated docs/tools.md to focus on modern tools and moved legacy tools to the bottom.
Deleted docs/gopls.md because the contents are obsolete or moved to docs/tools.md and README.md.

Change-Id: Ib8051c66fa15be0e6557d7d8dc36d99ac383aea6
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/284584
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2021-01-22 02:11:01 +00:00
Hana fd5d558731 CHANGELOG.md: prepare for v0.21.0 release
Change-Id: I33ba9c5374479860cf4b790fbe2ab786b7a4640d
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/284174
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Suzy Mueller <suzmue@golang.org>
TryBot-Result: kokoro <noreply+kokoro@google.com>
2021-01-15 18:55:40 +00:00
Hana 61dae92922 README.md: place gopls by default announcement
And stop recommending GOPATH manipulation.

Change-Id: Ic4d31c0e637ff79aa4d985cdbb37e76b1af5e85e
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/279713
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: kokoro <noreply+kokoro@google.com>
2020-12-22 21:35:08 +00:00
Suzy Mueller 743aca155f docs: update documentation for Go status bar
Selecting the Go status bar item will display a menu to:
1. Locate configured Go tools
2. Manage the Go version
3. Open 'gopls' trace
4. Open go.mod

Change-Id: Iad25339ea66383b15192b1a3c69cda0cc21e4a35
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/264197
Trust: Suzy Mueller <suzmue@golang.org>
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Suzy Mueller <suzmue@golang.org>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2020-10-21 17:29:42 +00:00
Rohan Talip 903db073af README.md: minor grammar fix
Change-Id: I8522ea7898467ce192d0a23d5a766605f2dbfe82
GitHub-Last-Rev: 80a79ba937
GitHub-Pull-Request: golang/vscode-go#220
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/237817
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2020-06-15 17:18:34 +00:00
codekid 5c4ea42c3f docs: fix small typo during last rewrite
docs: fix a tiny typo introduced in the last readme commit.

Change-Id: I5ff7c7969616c69b4f93daf38f7362851989b8c2
GitHub-Last-Rev: 68abb69c56
GitHub-Pull-Request: golang/vscode-go#209
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/237222
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2020-06-10 20:30:26 +00:00
Rebecca Stambler 44a01f50db README.md: fix blog post link
Change-Id: Iff03129f3092cef1ae91f6b1642edf4609f9d9b4
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/237164
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2020-06-09 17:58:00 +00:00
Rebecca Stambler 05e1f73483 docs: proofread docs, fixing broken links and typos
Also, remove all TODOs as I have filed them all as issues.
Some of the settings and commands links may be broken, but they should
work fine after CL 236963.

Change-Id: I6363dd649be1bddbef54ff948e24072fe773e4ca
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/236978
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2020-06-09 14:49:51 +00:00
Hana (Hyang-Ah) Kim 9f328b7cbe README.md: change links to be rendered correctly in vscode
When this is used for extension's Details page inside the vscode,
these links don't render properly. Maybe the markdown renderer used
for the extension info page has a bug. I observed the issue only in this
line where multiple such links are used.

Use the inlined form instead.

Change-Id: I003ac344cb3449453277335d953e640c8b1f13b4
GitHub-Last-Rev: 7eea7eb33d
GitHub-Pull-Request: golang/vscode-go#188
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/237077
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2020-06-09 00:25:55 +00:00
Rebecca Stambler cf9d16beba docs: update troubleshooting documentation
Update a few broken links and create a comprehensive troubleshooting
guide. Still needs more detail, particularly since the gopls, modules,
and GOPATH documentation is still missing.

I'd love to delete the FAQ entirely -- anything worth saying
should already be in the documentation, so the information should just
be made more accessible. I tried to delete as much as possible, but some
leftovers will still have to be cleaned up in follow-up CLs. I'll
convert that section to "Known issues" which is more helpful.

Change-Id: Ie7073f9548cdbfe34af42f04d9ce5136eb1070b7
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/236757
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2020-06-07 16:18:04 +00:00
Ted Silbernagel eeab643d25 README.md: fix broken gopls link
The link to gopls on line 101 is broken.
It currently uses a manual link to the gopls
website, and can instead use the already-
defined link at the bottom of the page.

Change-Id: Ib090271e53821ca6d8088570b1a18c97999bf59b
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/236779
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2020-06-06 12:17:32 +00:00
Rebecca Stambler 4bccab7f7b docs: rewrite the main README
My goal in this change was to clean up the main README and make it a bit
more welcoming. The structure is now oriented towards helping people
get started and linking all of the pages in the docs/ folder.

A lot of the current content is a bit too specific and
fits better in the docs pages, so I copy-pasted a lot of text to the
relevant pages. Follow-up CLs will involve cleaning up these other pages
and smoothing out the content there.

Change-Id: I905026d1b4efb3dbad3b7c41e2f234185dee51ed
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/236057
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2020-06-03 18:08:44 +00:00
Rebecca Stambler 03d34fa553 docs: rename files in order to simplify their names
The names of the wiki entries are not ideal as file names. Before we begin further work on improving the documentation for this extension, rename the files to be shorter and clearer.

Change-Id: Ie14ab9836947c3f6805fbe083bdf220ce1130979
GitHub-Last-Rev: 1dc01ad072
GitHub-Pull-Request: golang/vscode-go#52
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/234022
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2020-05-19 17:24:06 +00:00
Hana (Hyang-Ah) Kim af182cc688 sync: merge microsoft/vscode-go@d298646 into master
Change-Id: I900c0d6951db8e18ba7a2b4a4f4bea4307dadfcc
2020-05-19 09:33:52 -04:00
Rebecca Stambler d298646756
README: fix broken links, a few cosmetic updates (#3250) 2020-05-18 09:38:30 -07:00
Hana (Hyang-Ah) Kim 36bc7dabe5 sync: merge microsoft/vscode-go@ecd5824 into master
- Modifications to README.md, .github/ISSUE_TEMPLATE, .github/PULL_REQUEST_TEMPLATE
- Addition of .github/SUPPORT.md

Change-Id: I11777f1dc643acd0e2b7b190d54f905925f7c79f
2020-05-17 10:27:11 -04:00
Ramya Achutha Rao ecd5824897 Remove note on migration process as we don't have an issue yet. 2020-05-16 15:53:37 -07:00
Ramya Achutha Rao c2cc0e6130 Remove references to go-langserver support in docs 2020-05-16 15:49:37 -07:00
Ramya Achutha Rao 11b3c40173 Replace wiki links with docs links 2020-05-16 15:48:14 -07:00
Ramya Achutha Rao ed66a71864 Add the changelog link that got removed in a prior commit 2020-05-16 15:42:38 -07:00
Ramya Achutha Rao 58988de7e2 Replace gitter with slack as communication channel 2020-05-16 15:42:11 -07:00
Hyang-Ah Hana Kim a09fc174a7
README: repo migration announcement (#3237) 2020-05-16 15:26:26 -07:00
Hyang-Ah Hana Kim ac02a874cd
docs: add link to the Go installation guide (#3235)
Update microsoft/vscode-go#3233
2020-05-13 00:17:52 -07:00
Ramya Achutha Rao ad7a1d9951 Remove obsolete note on needing cert for delve 2020-04-18 13:04:35 -07:00
Mike Patnode ffc1a56e53
Add note about needing WSL 2 on Windows 10 to use delve (#3167) 2020-04-18 13:02:06 -07:00
Ramya Achutha Rao 87bfe7297d Add note on git being needed for tool installation 2020-03-23 22:12:40 -07:00
Hyang-Ah Hana Kim 610e472048
update README.md mostly where gopls is mentioned (#3018) 2020-02-27 09:12:51 -08:00
Hyang-Ah Hana Kim 0db81345cc Remove references to gometalinter that's deprecated (#2938) 2020-01-27 22:16:10 -08:00
Ramya Achutha Rao 5bad6137b1 Improve docs for gopls in Readme 2020-01-20 20:42:36 -08:00
Ilya Danilkin 2bb53a5be0 Update gopls wiki links (#2852) 2019-11-04 12:01:50 -08:00
Ramya Achutha Rao 12369dd662 Add note on all features in languageServerExperimentalFeatures setting 2019-09-22 15:05:35 -07:00
Samantha Monteiro 2a16eb0947 Remove use of deprecated gometalinter (#2726) 2019-09-05 19:54:26 -07:00
James George 5f1010728a feat(docs): Include Table of Contents (#2634) 2019-07-06 22:40:29 -07:00