diff --git a/.local/share/code-server/User/settings.json b/.local/share/code-server/User/settings.json index 2b6e59c..3e2422d 100644 --- a/.local/share/code-server/User/settings.json +++ b/.local/share/code-server/User/settings.json @@ -16,5 +16,6 @@ "workbench.panel.showLabels": false, "terminal.integrated.copyOnSelection": true, "terminal.integrated.cursorStyle": "line", - "terminal.integrated.cursorStyleInactive": "none" + "terminal.integrated.cursorStyleInactive": "none", + "debug.internalConsoleOptions": "neverOpen" } \ No newline at end of file