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 03440e5 commit 0320ae2Copy full SHA for 0320ae2
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.3",
+ "version": "0.1.4",
7
"publisher": "ViTeXFTW",
8
"author": {
9
"name": "ViTeXFTW",
@@ -79,7 +79,7 @@
79
},
80
"ZeroSyntax.serverStartupSetting": {
81
"type": "boolean",
82
- "default": false,
+ "default": true,
83
"description": "Controls whether the server is started automatically after the extension is activated."
84
85
"languageServerExample.maxNumberOfProblems": {
0 commit comments