mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Remove sqlExtensionHelp (#312)
This commit is contained in:
committed by
Kevin Cunnane
parent
7498e3a6da
commit
0eb81c9360
@@ -1,22 +1,4 @@
|
||||
{
|
||||
"Get extension help": {
|
||||
"prefix": "sqlExtensionHelp",
|
||||
"body": [
|
||||
"/*",
|
||||
"mssql getting started:",
|
||||
"-----------------------------",
|
||||
"1. Change language mode to SQL: Open a .sql file or press Ctrl+K M (Cmd+K M on Mac) and choose 'SQL'.",
|
||||
"2. Connect to a database: Press F1 to show the command palette, type 'sqlcon' or 'sql' then click 'Connect'.",
|
||||
"3. Use the T-SQL editor: Type T-SQL statements in the editor using T-SQL IntelliSense or type 'sql' to see a list of code snippets you can tweak & reuse.",
|
||||
"4. Run T-SQL statements: Press F1 and type 'sqlex' or press Ctrl+Shift+e (Cmd+Shift+e on Mac) to execute all the T-SQL code in the editor.",
|
||||
"",
|
||||
"Tip #1: Put GO on a line by itself to separate T-SQL batches.",
|
||||
"Tip #2: Select some T-SQL text in the editor and press `Ctrl+Shift+e` (`Cmd+Shift+e` on Mac) to execute the selection",
|
||||
"*/"
|
||||
],
|
||||
"description": "Get extension help"
|
||||
},
|
||||
|
||||
"Create a new Database": {
|
||||
"prefix": "sqlCreateDatabase",
|
||||
"body": [
|
||||
|
||||
Reference in New Issue
Block a user