|
@@ -0,0 +1,19 @@
|
|
|
+# Howdoi Visual Studio Code Extension
|
|
|
+
|
|
|
+Locally install the howdoi Visual Studio Code Extension.
|
|
|
+
|
|
|
+## Installation
|
|
|
+
|
|
|
+- Open Visual Studio Code and open the Command Palette and run:
|
|
|
+
|
|
|
+ Shell Command: Install ‘code’ command in PATH
|
|
|
+ 
|
|
|
+
|
|
|
+ Restart your terminal
|
|
|
+- Within the `ext/vscode-pkg` folder, run:
|
|
|
+
|
|
|
+ code --install-extension howdoi-0.0.1.vsix
|
|
|
+
|
|
|
+- Add unpackaged files to your VS Code extensions folder. Head over [here](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#your-extension-folder) to determine the path to your extension folder.
|
|
|
+
|
|
|
+
|