File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
"contributes" : {
29
29
"configuration" : {
30
30
"type" : " object" ,
31
- "title" : " Example configuration " ,
31
+ "title" : " Cortex Command INI Language Options " ,
32
32
"properties" : {
33
- "languageServerExample .maxNumberOfProblems" : {
33
+ "cortex-command-community-project-language-support .maxNumberOfProblems" : {
34
34
"scope" : " resource" ,
35
35
"type" : " number" ,
36
36
"default" : 100 ,
37
37
"description" : " Controls the maximum number of problems produced by the server."
38
38
},
39
- "languageServerExample .trace.server" : {
39
+ "cortex-command-community-project-language-support .trace.server" : {
40
40
"scope" : " window" ,
41
41
"type" : " string" ,
42
42
"enum" : [
47
47
"default" : " verbose" ,
48
48
"description" : " Traces the communication between VS Code and the language server."
49
49
},
50
- "languageServerExample .gameDirectoryPath" : {
50
+ "cortex-command-community-project-language-support .gameDirectoryPath" : {
51
51
"scope" : " resource" ,
52
52
"type" : " string" ,
53
53
"default" : " ." ,
You can’t perform that action at this time.
0 commit comments