Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/vs/workbench/contrib/comments/common/commentsConfiguration.ts')
-rw-r--r--src/vs/workbench/contrib/comments/common/commentsConfiguration.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vs/workbench/contrib/comments/common/commentsConfiguration.ts b/src/vs/workbench/contrib/comments/common/commentsConfiguration.ts
index 1ef2ba67cb7..d3c180e69a4 100644
--- a/src/vs/workbench/contrib/comments/common/commentsConfiguration.ts
+++ b/src/vs/workbench/contrib/comments/common/commentsConfiguration.ts
@@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
export interface ICommentsConfiguration {
- openView: 'never' | 'file';
+ openView: 'never' | 'file' | 'firstFile';
useRelativeTime: boolean;
}