Skip to content

Commit

Permalink
Merge pull request #1511 from tgodzik/add-auto-build
Browse files Browse the repository at this point in the history
chore: Add autoImportBuild option
  • Loading branch information
tgodzik authored May 29, 2024
2 parents 5bd74a1 + 0cde190 commit 79e5ed7
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 @@ -427,6 +427,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 79e5ed7

Please sign in to comment.