You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MarkedString.fromPlainText(localize('windowTitle.description',"Controls the window title based on the active editor. Variables are substituted based on the context:")),
39
-
MarkedString.fromPlainText(localize('windowTitle.activeEditorName',"$(activeEditorName): e.g. myFile.txt")),
40
-
MarkedString.fromPlainText(localize('windowTitle.activeFilePath',"$(activeFilePath): e.g. /Users/Development/myProject/myFile.txt")),
41
-
MarkedString.fromPlainText(localize('windowTitle.rootName',"$(rootName): e.g. myProject")),
42
-
MarkedString.fromPlainText(localize('windowTitle.rootPath',"$(rootPath): e.g. /Users/Development/myProject")),
43
-
MarkedString.fromPlainText(localize('windowTitle.appName',"$(appName): e.g. VS Code")),
44
-
MarkedString.fromPlainText(localize('windowTitle.dirty',"$(dirty): a dirty indicator if the active editor is dirty")),
45
-
MarkedString.fromPlainText(localize('windowTitle.separator',"$(separator): a conditional separator (\" - \") that only shows when surrounded by variables with values"))
39
+
MarkedString.fromPlainText(localize('windowTitle.activeEditorName',"${activeEditorName}: e.g. myFile.txt")),
40
+
MarkedString.fromPlainText(localize('windowTitle.activeFilePath',"${activeFilePath}: e.g. /Users/Development/myProject/myFile.txt")),
41
+
MarkedString.fromPlainText(localize('windowTitle.rootName',"${rootName}: e.g. myProject")),
42
+
MarkedString.fromPlainText(localize('windowTitle.rootPath',"${rootPath}: e.g. /Users/Development/myProject")),
43
+
MarkedString.fromPlainText(localize('windowTitle.appName',"${appName}: e.g. VS Code")),
44
+
MarkedString.fromPlainText(localize('windowTitle.dirty',"${dirty}: a dirty indicator if the active editor is dirty")),
45
+
MarkedString.fromPlainText(localize('windowTitle.separator',"${separator}: a conditional separator (\" - \") that only shows when surrounded by variables with values"))
0 commit comments