Skip to content

Commit d0d360a

Browse files
committed
[release] package.json: do not claim .tmpl files in stable version
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 <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Suzy Mueller <[email protected]>
1 parent ddb4e6f commit d0d360a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,6 @@
131131
"aliases": [
132132
"Go Checksum File"
133133
]
134-
},
135-
{
136-
"id": "tmpl",
137-
"extensions": [
138-
".tmpl"
139-
],
140-
"aliases": [
141-
"Go Template File"
142-
]
143134
}
144135
],
145136
"grammars": [

0 commit comments

Comments
 (0)