diff --git a/src/features/ISECompatibility.ts b/src/features/ISECompatibility.ts index 4e8d8d07dc..28767ac0b9 100644 --- a/src/features/ISECompatibility.ts +++ b/src/features/ISECompatibility.ts @@ -24,6 +24,7 @@ export class ISECompatibilityFeature implements IFeature { { path: "powershell.integratedConsole", name: "focusConsoleOnExecute", value: false }, { path: "files", name: "defaultLanguage", value: "powershell" }, { path: "workbench", name: "colorTheme", value: "PowerShell ISE" }, + { path: "editor", name: "wordSeparators", value: "`~!@#%^&*()-=+[{]}\\|;:'\",.<>/?" }, { path: "powershell.buttons", name: "showPanelMovementButtons", value: true } ]; private iseCommandRegistration: vscode.Disposable; diff --git a/themes/theme-psise/theme.json b/themes/theme-psise/theme.json index a4b39d9f48..9f78182bf5 100644 --- a/themes/theme-psise/theme.json +++ b/themes/theme-psise/theme.json @@ -93,7 +93,9 @@ "name": "Variables", "scope": [ "variable", - "support.variable" + "support.variable", + "punctuation.definition.variable.powershell", + "variable.other.readwrite.powershell" ], "settings": { "foreground": "#FF4500"