We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e845c3 commit bedc214Copy full SHA for bedc214
2 files changed
overwatch-script-to-workshop/.vscode/tasks.json
@@ -28,6 +28,10 @@
28
"problemMatcher": [
29
"$tsc-watch"
30
]
31
+ },
32
+ {
33
+ "label": "Package Extension",
34
+ "command": "vsce package"
35
}
36
37
overwatch-script-to-workshop/package.json
@@ -24,7 +24,9 @@
24
"ostw"
25
],
26
"extensions": [
27
- ".del"
+ ".del",
+ ".ostw",
+ ".workshop"
"configuration": "./language-configuration.json"
0 commit comments