diff --git a/packages/metals-vscode/package.json b/packages/metals-vscode/package.json index a8db8a0f..4ae58ce6 100644 --- a/packages/metals-vscode/package.json +++ b/packages/metals-vscode/package.json @@ -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", @@ -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,