From 1527e44114552cc2f62eecb0c500f579ebfb921e Mon Sep 17 00:00:00 2001 From: Jonas Scheffner Date: Sun, 29 Sep 2019 11:38:02 +0200 Subject: [PATCH] 0.2.0 --- package-lock.json | 2 +- package.json | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 47828fd..37bc579 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "workspace-terminals", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 83be675..c0839e9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "workspace-terminals", "displayName": "Workspace Terminals", "description": "Manage terminals in multi-root workspaces", - "version": "0.1.0", + "version": "0.2.0", "publisher": "joshx", "engines": { "vscode": "^1.37.0" @@ -40,7 +40,11 @@ "workspace-terminals.auto": { "type": "string", "default": "multi-root", - "enum": ["never", "multi-root", "always"], + "enum": [ + "never", + "multi-root", + "always" + ], "enumDescriptions": [ "Use the command to open a workspace terminal. ", "Automatically open a terminal when there are multiple workspace folders",