Skip to content

Commit e841655

Browse files
committed
Include sqlserver in mssql schema snippet
1 parent 826363e commit e841655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/devdbrc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"description": "Add a new SQLite database configuration"
5656
},
5757
"DevDB MSSQL Configuration": {
58-
"prefix": "devdb mssql",
58+
"prefix": "devdb mssql sqlserver",
5959
"body": [
6060
"{",
6161
"\t\"name\": \"${1:My MSSQL Connection}\",",
@@ -69,4 +69,4 @@
6969
],
7070
"description": "Add a new Microsoft SQL Server database configuration"
7171
}
72-
}
72+
}

0 commit comments

Comments
 (0)