Skip to content

Commit 363f02a

Browse files
authored
Adjust install instructions (#64)
* Adjust install instructions * paths to example folder adjusted * Version bump
1 parent 0b4f012 commit 363f02a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A [Visual Studio Code](https://code.visualstudio.com/) extension that provides d
66

77
## Quick Start
88

9-
**Step 1.** Install this extension. Download the latest *vsix* from [Release](https://github.com/jschumme/vscode-ni-python-dataplugins/releases).
9+
**Step 1.** Install this extension. Download from [marketplace](https://marketplace.visualstudio.com/items?itemName=ni.vscode-ni-python-dataplugins) or download the latest *vsix* from [Release](https://github.com/jschumme/vscode-ni-python-dataplugins/releases).
1010

1111
- Open Visual Studio Code and select __View__->__Extensions__ from the menu to display the __Extensions__ pane.
1212
- Click the __...__ in the top-right corner of the __Extensions__ pane and select __Install from VSIX__.
@@ -56,7 +56,7 @@ Feel free to __contribute__ additional __Snippets__ to the project: [snippets/sn
5656

5757
### Custom Template
5858

59-
Start writing your DataPlugin with your own custom template. Simply add your template to the `examples` directory. You find the example folder at `$HOME/.vscode/extensions/vscode-ni-python-dataplugins` under Mac and Linux or at `%USERPROFILE%\.vscode\extensions` folder under Windows.
59+
Start writing your DataPlugin with your own custom template. Simply add your template to the `examples` directory. You find the examples folder at `$HOME/.vscode/extensions/ni.vscode-ni-python-dataplugins-<version>` under Mac and Linux or at `%USERPROFILE%\.vscode\extensions\ni.vscode-ni-python-dataplugins-<version>` folder under Windows.
6060

6161
### .file-extensions
6262

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-ni-python-dataplugins",
33
"author": "National Instruments",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"displayName": "NI Python DataPlugins",
66
"description": "Create and export NI DataPlugins in Python",
77
"publisher": "NI",

0 commit comments

Comments
 (0)