Skip to content

Commit a8db9fe

Browse files
aasimkhan30Aasim Khan
andauthored
including @ in selection (#20562)
* including @ in selection * undo word separator. --------- Co-authored-by: Aasim Khan <[email protected]>
1 parent c17ec09 commit a8db9fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

extensions/mssql/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,11 @@
363363
"path": "./snippets/mssql.json"
364364
}
365365
],
366+
"configurationDefaults": {
367+
"[sql]": {
368+
"editor.wordSeparators": "~!#$%^&*()-=+[{]}\\|;:'\",.<>/?"
369+
}
370+
},
366371
"submenus": [
367372
{
368373
"id": "mssql.copilot.editorSubmenu",

0 commit comments

Comments
 (0)