Skip to content

Commit

Permalink
feat: add test extension configuration to specify game directory
Browse files Browse the repository at this point in the history
  • Loading branch information
traunts committed Jan 27, 2023
1 parent 71393aa commit 596709e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down

0 comments on commit 596709e

Please sign in to comment.