Update developer-notes.md

Clarify that old version of extension should be uninstalled when installing a snapshot.
This commit is contained in:
Kris De Volder
2018-02-20 15:00:53 -08:00
committed by GitHub
parent 0d94dfef2b
commit 175c84acd3

View File

@@ -14,6 +14,10 @@ To install it in vscode follow these steps:
- Press `CTRL-SHIFT-P` and type 'vsix' in the search box
- Select the `Extensions: Install from vsix file` command
- Install the `.vsix` you downloaded earlier.
**IMPORTANT**: Take care not to install multiple versions of the extension at once.
Vscode will not complain but it leads to unpredictable outcomes. So if you have
a prior version already installed make sure to uninstall it first!
## Bulding and Running