-
Notifications
You must be signed in to change notification settings - Fork 772
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extension/src: add separator in command go.environment.choose
Go: Choose Go Environment command will separate the options in three parts: - Fixed options: selecting go from file browser & clear selection. - Locally discovered: go currently being selected or available in $HOME/sdk. - Downloadable: go version that is downloadable from golang.org/dl. UI screenshot before: https://github.com/user-attachments/assets/094fe705-886f-4074-a564-b8021208ebe2 UI screenshot after: https://github.com/user-attachments/assets/6f5858f9-9c78-4610-9fa0-da30c78bb7c9 https://google.github.io/styleguide/tsguide.html#comments-documentation - JSDoc for documentation, line comments for implementation. - Method/Function comment should be written as if there is an implied "This method ..." before it. For #3697 Change-Id: I779bbd978103974b7c3e68a56820934312cdce04 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/654215 LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Hongxiang Jiang <[email protected]> kokoro-CI: kokoro <[email protected]> Reviewed-by: Peter Weinberger <[email protected]>
- Loading branch information
Showing
1 changed file
with
102 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters