Skip to content

Commit

Permalink
needed this for myself (#5733)
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee authored Jun 12, 2019
1 parent 1b78192 commit 8196ec8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@
"editor.autoClosingBrackets": "always",
"editor.autoClosingQuotes": "always",
"editor.autoSurround": "languageDefined"
// now your double clicks on a variable names include the dollar sign '$'
// https://twitter.com/TylerLeonhardt/status/1102749805233737729
"[powershell]": {
"editor.wordSeparators": "`~!@#%^&*()-=+[{]}\\|;:'\",.<>/?"
}
}

0 comments on commit 8196ec8

Please sign in to comment.