From 02e0895928889e5dc124a675ae3ad8a85706c41f Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Thu, 20 May 2021 21:45:47 -0700 Subject: [PATCH] Exclude `-` and `$` from PowerShell `wordSeparators` This is only a supplied default, so users can easily override it. --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index cd86b2d522..64cd249db8 100644 --- a/package.json +++ b/package.json @@ -895,6 +895,11 @@ } } }, + "configurationDefaults": { + "[powershell]": { + "editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?" + } + }, "themes": [ { "label": "PowerShell ISE",