Skip to content

Commit

Permalink
feat: add custom project root setting
Browse files Browse the repository at this point in the history
  • Loading branch information
kasiaMarek committed Oct 25, 2023
1 parent 2ab2800 commit 4def14b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/metals-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,12 @@
],
"markdownDescription": "Specifies which UI should be used for tests. `Code lenses` shows virtual text above test class, just like it was previously. `Test explorer` is a new option which shows gutter icons on the left of the file in a less intrusive way. Moreover, this option comes with a new panel called `Testing` which lists all test suites in your codebase and allows you to browse tests and navigate to the file which contains them."
},
"metals.customProjectRoot": {
"type": "string",
"default": "",
"scope": "machine-overridable",
"markdownDescription": "Optional relative path to your project's root. If you want your project root to be the workspace/workspace root set it to \".\" ."
},
"metals.fallbackScalaVersion": {
"type": "string",
"default": "automatic",
Expand Down

0 comments on commit 4def14b

Please sign in to comment.