We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccde63 commit a08d9e2Copy full SHA for a08d9e2
package.json
@@ -360,6 +360,11 @@
360
"path": "./snippets/mssql.json"
361
}
362
],
363
+ "configurationDefaults": {
364
+ "[sql]": {
365
+ "editor.wordSeparators": "~!#$%^&*()-=+[{]}\\|;:'\",.<>/?"
366
+ }
367
+ },
368
"submenus": [
369
{
370
"id": "mssql.copilot.editorSubmenu",
syntaxes/sql.configuration.json
@@ -4,6 +4,9 @@
4
"lineComment": "--",
5
"blockComment": ["/*", "*/"]
6
},
7
+ "wordPattern": {
8
+ "pattern": "(-?\\d*\\.\\d\\w*)|([^-`~!#$%^&*()=+\\[\\]{}\\\\|;:'\\\",.<>/?\\s]+)"
9
10
"brackets": [
11
["{", "}"],
12
["[", "]"],
0 commit comments