Skip to content

Commit 596709e

Browse files
committed
feat: add test extension configuration to specify game directory
1 parent 71393aa commit 596709e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@
4646
],
4747
"default": "verbose",
4848
"description": "Traces the communication between VS Code and the language server."
49+
},
50+
"languageServerExample.gameDirectoryPath": {
51+
"scope": "resource",
52+
"type": "string",
53+
"default": ".",
54+
"description": "The path to the Cortex Command game directory. Required if developing the mod outside the game directory.",
55+
"format": "uri"
4956
}
5057
}
5158
},

0 commit comments

Comments
 (0)