From 4d88de6463af875e70846efc9adb4dc30b719a88 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 13 Nov 2017 15:34:27 -0500 Subject: [PATCH] Fixes version in launch.json --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 2e8d2a1..3a2ba15 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,6 +1,6 @@ // A launch configuration that compiles the extension and then opens it inside a new window { - "version": "0.1.0", + "version": "0.2.0", "configurations": [ { "name": "Launch Extension",