Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/src/config.ts')
| -rw-r--r-- | editors/code/src/config.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/code/src/config.ts b/editors/code/src/config.ts index d65f011c75..0f783c71b9 100644 --- a/editors/code/src/config.ts +++ b/editors/code/src/config.ts @@ -447,6 +447,10 @@ export class Config { return this.get<boolean>("initializeStopped"); } + get projectCreationOpenAfterCreate() { + return this.get<string>("projectCreation.openAfterCreate"); + } + get askBeforeUpdateTest() { return this.get<boolean>("runnables.askBeforeUpdateTest"); } |