snippets/go.json: update structure#2671
Conversation
|
This PR (HEAD: b1a2366) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/469415 to see it. Tip: You can toggle comments from me using the |
|
How about update snippets structure for better compatibility with other extensions? I make an extension to manage snippets and find it difficult to compatible with snippets of this extension, because of the nest structure. zjffun/vscode-snippets-manager#10 I read Snippets in Visual Studio Code and Snippet Guide | Visual Studio Code Extension API but not find nest format of snippets. Then I read source code, find it seems safe to remove Thank you. |
|
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be Please don’t reply on this GitHub thread. Visit golang.org/cl/469415. |
Update snippets structure for better compatibility with other extensions.