Skip to content

Commit 07c5a88

Browse files
committed
Prevent the Scala Syntax extension from being installed globally
1 parent c3db1d7 commit 07c5a88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"engines": {
99
"vscode": "^1.5.0"
1010
},
11+
"extensionKind": [
12+
"workspace"
13+
],
1114
"homepage": "https://github.com/scala/vscode-scala-syntax/blob/main/README.md",
1215
"repository": {
1316
"type": "git",

0 commit comments

Comments
 (0)