Skip to content

Commit bedc214

Browse files
committed
.ostw and .workshop extensions
1 parent 3e845c3 commit bedc214

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

overwatch-script-to-workshop/.vscode/tasks.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
"problemMatcher": [
2929
"$tsc-watch"
3030
]
31+
},
32+
{
33+
"label": "Package Extension",
34+
"command": "vsce package"
3135
}
3236
]
3337
}

overwatch-script-to-workshop/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
"ostw"
2525
],
2626
"extensions": [
27-
".del"
27+
".del",
28+
".ostw",
29+
".workshop"
2830
],
2931
"configuration": "./language-configuration.json"
3032
}

0 commit comments

Comments
 (0)