Procházet zdrojové kódy

added README for packaged extension

Diana Arreola před 4 roky
rodič
revize
ed7cdef62e

+ 1 - 1
README.rst

@@ -242,7 +242,7 @@ howdoi can now be installed as an extension on Visual Studio Code! There are two
 -  (coming soon)
 
 2. Directly from the packaged extension:
--  (coming soon)
+ - To locally install the howdoi Visual Studio Code package, head over to the ``extension/vscode-pkg/README`` folder.
 
 Contributing
 ------------

+ 1 - 1
extension/vscode-howdoi/package.json

@@ -1,7 +1,7 @@
 {
   "name": "howdoi",
   "displayName": "howdoi",
-  "publisher": "Diana",
+  "publisher": "howdoi-org",
   "description": "Receive instant coding answers via a code editor.",
   "version": "0.0.1",
   "engines": {

+ 19 - 0
extension/vscode-pkg/README.md

@@ -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
+    ![Image of Shell Command](https://octodex.github.com/img/code-command.png)
+    
+    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.
+
+

binární
extension/vscode-pkg/howdoi-0.0.1.vsix


binární
extension/vscode-pkg/img/code-command.png