Skip to content

Commit

Permalink
vscode-ext: autostart server by default
Browse files Browse the repository at this point in the history
this should have been enabled from the start
  • Loading branch information
Philipp15b committed Aug 5, 2024
1 parent e74328c commit 3a24726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
},
"caesar.server.autoStartServer": {
"type": "boolean",
"default": false,
"default": true,
"description": "Specifies whether to automatically start the server when the extension is activated.",
"order": 8
},
Expand Down

0 comments on commit 3a24726

Please sign in to comment.