forked from golang/vscode-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README.md: generate the version for nightly during release
And change back to the version from upstream. That will ease the sync process and less confusing during migration. Change-Id: I6b3a7e2157bdc586f9f5052ec1db46a86bbaed01 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/232459 Reviewed-by: Rebecca Stambler <[email protected]>
- Loading branch information
Showing
4 changed files
with
37 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ test/ | |
**/tslint.json | ||
build/**/* | ||
docs/ | ||
*.md.nightly |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Go Nightly for VS Code | ||
|
||
> ### **ATTENTION** | ||
>**Go Nightly for VS Code** is the insider version of | ||
[VS Code Go extension](https://github.com/microsoft/vscode-go) | ||
for early feedback and testing. This extension works best with | ||
[VS Code Insiders](https://code.visualstudio.com/insiders). | ||
Go Nightly contains previews of new features and bug fixes that are still | ||
under review or testing, so can be unstable. If you are looking for the stable version, | ||
please use [the stable version](https://marketplace.visualstudio.com/items?itemName=ms-vscode.go) instead. | ||
> | ||
> **NOTE:** | ||
If you have both stable (aka "Go") and nightly version (aka "Go Nightly") installed, | ||
you MUST DISABLE one of them. Docs on how to disable an extension can be found | ||
[here](https://code.visualstudio.com/docs/editor/extension-gallery#_disable-an-extension). | ||
|
||
> ### Difference between VS Code Go and VS Code Go Nightly | ||
> - Go Nightly is maintained and released by Go Tools team at Google. | ||
> - Go Nightly is released more frequently than the stable version. | ||
> - Go Nightly includes features and bug fixes that are still under testing or not finalized yet. | ||
> - Go Nightly may use the latest pre-release versions of tools (e.g. `gopls`) instead of release versions. | ||
> - For now, Go and Go Nightly maintain separate repositories. Both repositories | ||
> welcome all contributors. For contribution to Go Nightly repo, see the Go | ||
> project's [contribution guide](https://golang.org/doc/contribute.html). | ||
> Go team members who has signed the Microsoft CLA will send a syncing PR upstream to | ||
> https://github.com/microsoft/vscode-go every two weeks. | ||
> - [Here](https://github.com/microsoft/vscode-go/compare/master...golang:master) is the full list of local modifications. |
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