Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheffner committed Sep 29, 2019
1 parent 7063fb7 commit 1527e44
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 1527e44

Please sign in to comment.