Skip to content

Commit

Permalink
Merge pull request #1567 from harpocrates/excluded-packages-items-schema
Browse files Browse the repository at this point in the history
Add item schema to `metals.excludedPackages` setting
  • Loading branch information
tgodzik authored Jan 14, 2025
2 parents 1871c99 + 840eb72 commit 3bb1e92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/metals-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@
},
"metals.excludedPackages": {
"type": "array",
"items": {
"type": "string"
},
"default": [],
"markdownDescription": "List of packages you'd like to be left out of completions, symbol searches, and code actions.\n\nEx. `akka.actor.typed.javadsl` will ensure nothing in the `javadsl` package gets recommended to you.\n\nYou can find the list of default exclusions [here on the Metals website](https://scalameta.org/metals/docs/editors/user-configuration/#excluded-packages).\n\nIf you need to remove one of the defaults, you can simply include it and preface it with `--`."
},
Expand Down

0 comments on commit 3bb1e92

Please sign in to comment.