From 596709e95c490be9ffb71467265a6d14409b97ed Mon Sep 17 00:00:00 2001 From: Stuart Date: Fri, 27 Jan 2023 22:13:30 +1030 Subject: [PATCH] feat: add test extension configuration to specify game directory --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index bc9f848..e7420d1 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,13 @@ ], "default": "verbose", "description": "Traces the communication between VS Code and the language server." + }, + "languageServerExample.gameDirectoryPath": { + "scope": "resource", + "type": "string", + "default": ".", + "description": "The path to the Cortex Command game directory. Required if developing the mod outside the game directory.", + "format": "uri" } } },