Skip to content

Commit 1aa4e3d

Browse files
committed
chore: remove dead artemis.debugMode setting
The `artemis.debugMode` config entry was never read anywhere in the codebase — all debug/developer functionality is gated on `artemis.developerMode` (as documented in CHANGELOG). The orphaned entry only cluttered the VS Code settings UI without doing anything.
1 parent 99c7390 commit 1aa4e3d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

extension/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,6 @@
177177
"default": false,
178178
"description": "Show the WebSocket connection status in the status bar during normal operation. When a connection failure occurs, the status bar item is always shown regardless of this setting."
179179
},
180-
"artemis.debugMode": {
181-
"type": "boolean",
182-
"default": false,
183-
"markdownDescription": "Enable debug mode to show additional developer tools like WebSocket status in the status bar. Useful for troubleshooting connection issues."
184-
},
185180
"artemis.defaultCommitMessage": {
186181
"type": "string",
187182
"default": "Solution submission via Iris extension",

0 commit comments

Comments
 (0)