diff --git a/extensions/mssql/snippets/mssql.json b/extensions/mssql/snippets/mssql.json index fc112c8a71..ba4c8f34f6 100644 --- a/extensions/mssql/snippets/mssql.json +++ b/extensions/mssql/snippets/mssql.json @@ -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": [