-
Couldn't load subscription status.
- Fork 95
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Suggestion
Change the scope of the setting "maven.executable.path" from machine to machine-overridable?
Lines 658 to 662 in 43618e6
| "maven.executable.path": { | |
| "type": "string", | |
| "default": "", | |
| "description": "%configuration.maven.executable.path%", | |
| "scope": "machine" |
Use Cases
Since the scope of the setting is machine it can only be set in the user settings and cannot be overridden for a specific workspace. When working on multiple projects (workspaces) with different maven versions it would be helpful if the path to the required maven executable could be set individually.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers