Skip to content

Commit

Permalink
Add settings for the extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Bento committed Dec 27, 2022
1 parent ada1510 commit fce7dbf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
9 changes: 1 addition & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -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
}
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit fce7dbf

Please sign in to comment.