Skip to content

Commit

Permalink
updated configurations jdk.jdkhome and jdk.userdir
Browse files Browse the repository at this point in the history
Signed-off-by: Achal Talati <[email protected]>
  • Loading branch information
Achal1607 committed Nov 6, 2023
1 parent 4434cc5 commit 9ab3615
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
],
"default": null,
"description": "Specifies JDK for the Oracle Visual Studio Code Extension",
"scope": "machine"
"scope": "machine-overridable"
},
"jdk.verbose": {
"type": "boolean",
Expand All @@ -103,7 +103,8 @@
"Share data between all workspaces (more effective)",
"Each workspace has its own data (more isolated)"
],
"default": "local"
"default": "local",
"deprecationMessage": "Separate userdir for each workspace is the default behaviour"
},
"jdk.revealActiveInProjects": {
"type": "boolean",
Expand Down

0 comments on commit 9ab3615

Please sign in to comment.