We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff2265 commit fd9fffaCopy full SHA for fd9fffa
package.json
@@ -3,7 +3,7 @@
3
"displayName": "ZeroSyntax-Server",
4
"description": "Language server for Generals Zero Hour INI files",
5
"icon": "images/icon.png",
6
- "version": "0.1.2",
+ "version": "0.1.3",
7
"publisher": "ViTeXFTW",
8
"author": {
9
"name": "ViTeXFTW",
@@ -106,6 +106,7 @@
106
"vscode:prepublish": "npm run compile",
107
"package": "npm run compile && vsce package",
108
"compile": "tsc -b",
109
+ "clean": "rimraf ./client/out && rimraf ./server/out",
110
"compile-test": "cd client && npm run compile-test && cd .. && cd server && npm run compile-test",
111
"watch": "tsc -b -w",
112
"lint": "eslint ./client/src ./server/src --ext .ts,.tsx",
0 commit comments