Skip to content

Commit

Permalink
fix: don't sync safe-ds.runner.command setting
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Apr 13, 2024
1 parent 610d45b commit bb57481
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/safe-ds-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@
"safe-ds.runner.command": {
"type": "string",
"default": "safe-ds-runner",
"description": "Command to start the Safe-DS runner"
"description": "Command to start the Safe-DS runner",
"ignoreSync": true
},
"safe-ds.trace.server": {
"scope": "window",
Expand Down

0 comments on commit bb57481

Please sign in to comment.