Skip to content

Commit 255260b

Browse files
committed
feat: update configuration properties and their titles for the language server
1 parent 021e3b6 commit 255260b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
"contributes": {
2929
"configuration": {
3030
"type": "object",
31-
"title": "Example configuration",
31+
"title": "Cortex Command INI Language Options",
3232
"properties": {
33-
"languageServerExample.maxNumberOfProblems": {
33+
"cortex-command-community-project-language-support.maxNumberOfProblems": {
3434
"scope": "resource",
3535
"type": "number",
3636
"default": 100,
3737
"description": "Controls the maximum number of problems produced by the server."
3838
},
39-
"languageServerExample.trace.server": {
39+
"cortex-command-community-project-language-support.trace.server": {
4040
"scope": "window",
4141
"type": "string",
4242
"enum": [
@@ -47,7 +47,7 @@
4747
"default": "verbose",
4848
"description": "Traces the communication between VS Code and the language server."
4949
},
50-
"languageServerExample.gameDirectoryPath": {
50+
"cortex-command-community-project-language-support.gameDirectoryPath": {
5151
"scope": "resource",
5252
"type": "string",
5353
"default": ".",

0 commit comments

Comments
 (0)