Skip to content

Commit eaeaf5f

Browse files
committed
refactor: rename language config property keys to address them more easily
1 parent fa30c81 commit eaeaf5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
"type": "object",
3131
"title": "Cortex Command INI Language Options",
3232
"properties": {
33-
"cortex-command-community-project-language-support.maxNumberOfProblems": {
33+
"cortexCommandLanguageSupport.maxNumberOfProblems": {
3434
"scope": "resource",
3535
"type": "number",
3636
"default": 100,
3737
"description": "Controls the maximum number of problems produced by the server."
3838
},
39-
"cortex-command-community-project-language-support.trace.server": {
39+
"cortexCommandLanguageSupport.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-
"cortex-command-community-project-language-support.gameDirectoryPath": {
50+
"cortexCommandLanguageSupport.gameDirectoryPath": {
5151
"scope": "resource",
5252
"type": "string",
5353
"default": ".",

0 commit comments

Comments
 (0)