Skip to content

Commit

Permalink
[release] package.json: do not claim .tmpl files in stable version
Browse files Browse the repository at this point in the history
https://go-review.googlesource.com/c/vscode-go/+/281392 is a prep work
for template support. However, the handling is not available in gopls
yet, and LSP registration is activated only in the preview mode (per
https://go-review.googlesource.com/c/vscode-go/+/283639)

This CL is the remaining task from cl/283639 to disable the experimental
feature from the stable release. We will revert this change when gopls
is ready to handle templates.

Update #609

Change-Id: I72d04b11f14fde25b7ad64e6a9a82f7c20e32b4c
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/284095
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>
  • Loading branch information
hyangah committed Jan 15, 2021
1 parent ddb4e6f commit d0d360a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,6 @@
"aliases": [
"Go Checksum File"
]
},
{
"id": "tmpl",
"extensions": [
".tmpl"
],
"aliases": [
"Go Template File"
]
}
],
"grammars": [
Expand Down

0 comments on commit d0d360a

Please # to comment.