From 175c84acd307fbdd0cb05adc5b3d386c89ef0c42 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Tue, 20 Feb 2018 15:00:53 -0800 Subject: [PATCH] Update developer-notes.md Clarify that old version of extension should be uninstalled when installing a snapshot. --- vscode-extensions/vscode-concourse/developer-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vscode-extensions/vscode-concourse/developer-notes.md b/vscode-extensions/vscode-concourse/developer-notes.md index eace28c93..337510c31 100644 --- a/vscode-extensions/vscode-concourse/developer-notes.md +++ b/vscode-extensions/vscode-concourse/developer-notes.md @@ -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