Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 committed Feb 7, 2024
1 parent 10feada commit fbe5417
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/metals-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,6 @@
"configuration": {
"title": "Metals",
"properties": {
"metals.hotCodeReplace": {
"type": "boolean",
"default": false,
"markdownDescription": "Allow Hot Code Replace (HCR) while debugging"
},
"metals.serverVersion": {
"type": "string",
"default": "1.2.1",
Expand Down Expand Up @@ -348,6 +343,11 @@
"default": false,
"markdownDescription": "When this option is enabled, when user pastes any snippet into a Scala file, Metals will try to adjust the indentation to that of the current cursor."
},
"metals.enablehotCodeReplace": {
"type": "boolean",
"default": false,
"markdownDescription": "Enable Hot Code Replace while debugging."
},
"metals.verboseCompilation": {
"type": "boolean",
"default": false,
Expand Down

0 comments on commit fbe5417

Please sign in to comment.