Skip to content

Commit

Permalink
chore: Add autoImportBuild option
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed May 23, 2024
1 parent 7d32a02 commit 0cde190
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/metals-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,16 @@
"type": "boolean",
"default": false,
"markdownDescription": "Default to using build tool as your build server."
},
"metals.autoImportBuild": {
"type": "string",
"default": "off",
"enum": [
"off",
"initial",
"all"
],
"markdownDescription": "Automatically import builds rather than prompting the user to choose. `initial` will only automatically import a build when a project is first opened, `all` will automate build imports after subsequent changes as well."
}
}
},
Expand Down

0 comments on commit 0cde190

Please sign in to comment.