Skip to content

Commit c608597

Browse files
Exclude - and $ from PowerShell wordSeparators (#3359)
This is only a supplied default, so users can easily override it.
1 parent 233fb60 commit c608597

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -895,6 +895,11 @@
895895
}
896896
}
897897
},
898+
"configurationDefaults": {
899+
"[powershell]": {
900+
"editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?"
901+
}
902+
},
898903
"themes": [
899904
{
900905
"label": "PowerShell ISE",

0 commit comments

Comments
 (0)