Skip to content

Commit

Permalink
.ostw and .workshop extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsDeltin committed Jun 21, 2019
1 parent 3e845c3 commit bedc214
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions overwatch-script-to-workshop/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
"problemMatcher": [
"$tsc-watch"
]
},
{
"label": "Package Extension",
"command": "vsce package"
}
]
}
4 changes: 3 additions & 1 deletion overwatch-script-to-workshop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"ostw"
],
"extensions": [
".del"
".del",
".ostw",
".workshop"
],
"configuration": "./language-configuration.json"
}
Expand Down

0 comments on commit bedc214

Please sign in to comment.