diff --git a/packages/safe-ds-vscode/package.json b/packages/safe-ds-vscode/package.json index 56a336fca..888dfda10 100644 --- a/packages/safe-ds-vscode/package.json +++ b/packages/safe-ds-vscode/package.json @@ -80,20 +80,13 @@ "path": "./syntaxes/safe-ds.tmLanguage.json" } ], - "configurationDefaults": { - "[safe-ds]": { - "editor.semanticHighlighting.enabled": true, - "editor.wordSeparators": "`~!@#%^&*()-=+[]{}\\|;:'\",.<>/?»«", - "files.trimTrailingWhitespace": true - } - }, "configuration": { "title": "Safe-DS", "properties": { "safe-ds.runner.command": { "description": "Command to start the Safe-DS runner", "type": "string", - "default": "python -m runner" + "default": "safe-ds-runner" }, "safe-ds.validation.codeStyle": { "type": "boolean", @@ -117,6 +110,13 @@ } } }, + "configurationDefaults": { + "[safe-ds]": { + "editor.semanticHighlighting.enabled": true, + "editor.wordSeparators": "`~!@#%^&*()-=+[]{}\\|;:'\",.<>/?»«", + "files.trimTrailingWhitespace": true + } + }, "menus": { "editor/title/run": [ {