handlebars extension not acivated in remote window (#168313)

This commit is contained in:
Martin Aeschlimann 2022-12-07 16:15:36 +01:00 committed by GitHub
parent 93db2051b9
commit 3f89b2fbf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,10 @@
"scripts": {
"update-grammar": "node ../node_modules/vscode-grammar-updater/bin daaain/Handlebars grammars/Handlebars.json ./syntaxes/Handlebars.tmLanguage.json"
},
"extensionKind": [
"ui",
"workspace"
],
"contributes": {
"languages": [
{