Skip to content

Commit

Permalink
Merge pull request #67 from Achal1607/javavscode-22
Browse files Browse the repository at this point in the history
[JAVAVSCODE-22] Added support for using different jdk in each workspace and deprecated jdk.userdir configuration
  • Loading branch information
arvindaprameya authored Nov 9, 2023
2 parents 14af0d8 + 9ab3615 commit 707ef2d
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 707ef2d

Please sign in to comment.