From 3719ac1fbbe8979d28c87d5385535b5ba70b87c8 Mon Sep 17 00:00:00 2001 From: Jeremy Dein <76923256+jeremydein@users.noreply.github.com> Date: Tue, 18 Apr 2023 16:21:04 +1000 Subject: [PATCH] Update README.md Add installation instructions. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 805380c..6921af9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ This extension ports the most popular SSMS keyboard shortcuts to Azure Data Studio. After installing the extension and restarting VS Code your favorite keyboard shortcuts from SSMS are now available. +## Installation +1. Download the latest VSIX file under [Releases](https://github.com/kevcunnane/ssmskeymap/releases). +2. In Azure Data Studio, open the command palette (`ctrl/command + shift + P`). +3. Type `Extensions: Install from VSIX...` and select the filtered option or hit enter. +4. Accept the third party risk popup notification in the bottom right. +5. Installation will now complete and the keyboard shortcuts will be enabled. + ## What keyboard shortcuts are included? You can see all the keyboard shortcuts in the extension's contribution list.