From fce7dbfb459a800415c408b24c413d971d0c8803 Mon Sep 17 00:00:00 2001 From: Daniel Bento Date: Tue, 27 Dec 2022 12:31:52 +0000 Subject: [PATCH] Add settings for the extension --- .vscode/settings.json | 9 +-------- package.json | 10 ++++++++++ 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 30bf8c2..c68cf25 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,11 +1,4 @@ // Place your settings in this file to overwrite default and user settings. { - "files.exclude": { - "out": false // set this to true to hide the "out" folder with the compiled JS files - }, - "search.exclude": { - "out": true // set this to false to include "out" folder in search results - }, - // Turn off tsc task auto detection since we have the necessary tasks as npm scripts - "typescript.tsc.autoDetect": "off" + "vs-tab-groups.replaceTabGroups": true } \ No newline at end of file diff --git a/package.json b/package.json index 39e1d60..146c59b 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,16 @@ ], "main": "./out/extension.js", "contributes": { + "configuration": { + "title": "VS Tab Groups", + "properties": { + "vs-tab-groups.replaceTabGroups": { + "type": "boolean", + "default": true, + "description": "Replace currently open tab group when opening another." + } + } + }, "viewsContainers": { "activitybar": [ {