Skip to content

Commit

Permalink
feat: add defaultBspToBuildTool setting
Browse files Browse the repository at this point in the history
  • Loading branch information
kasiaMarek committed Feb 29, 2024
1 parent 3e2bfef commit 4e3f4b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/metals-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,11 @@
"type": "boolean",
"default": false,
"markdownDescription": "Once in a day, notify if there are new server releases (including snapshots)"
},
"metals.defaultBspToBuildTool": {
"type": "boolean",
"default": false,
"markdownDescription": "Default to using build tool as your build server."
}
}
},
Expand Down

0 comments on commit 4e3f4b7

Please sign in to comment.