Skip to content

Instantly share code, notes, and snippets.

@kamilogorek
Last active May 29, 2025 21:24
Show Gist options
  • Save kamilogorek/f5542a8e5c4059a8ef9f62927a575db2 to your computer and use it in GitHub Desktop.
Save kamilogorek/f5542a8e5c4059a8ef9f62927a575db2 to your computer and use it in GitHub Desktop.

Revisions

  1. kamilogorek revised this gist Feb 2, 2024. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions clutter-free-vscode.jsonc
    Original file line number Diff line number Diff line change
    @@ -16,6 +16,8 @@
    "editor.folding": false,
    // Move tabs to be in a single line with window controls
    "window.titleBarStyle": "native",
    // Hide custom title bar introduced in VSCode 1.86
    "window.customTitleBarVisibility": "never",
    "apc.electron": {
    "titleBarStyle": "hiddenInset",
    "trafficLightPosition": {
  2. kamilogorek revised this gist Jan 3, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion _screenshot.md
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    ![image](https://gist.github.com/assets/1523305/d80830ac-3ba8-43ab-816b-3b8caf0c6031)
    <img width="976" alt="image" src="https://gist.github.com/assets/1523305/b1d71975-f0a5-4127-8214-e36e2a58d3f6">
  3. kamilogorek revised this gist Jan 3, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion _screenshot.md
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    ![image](https://gist.github.com/assets/1523305/5052a683-5cae-4baa-b900-c7d2e7db8289)
    ![image](https://gist.github.com/assets/1523305/d80830ac-3ba8-43ab-816b-3b8caf0c6031)
  4. kamilogorek revised this gist Jan 3, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion _screenshot.md
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    ![image](https://gist.github.com/assets/1523305/87234ef8-b3a7-43fc-92c7-dbeb990403d6)
    ![image](https://gist.github.com/assets/1523305/5052a683-5cae-4baa-b900-c7d2e7db8289)
  5. kamilogorek renamed this gist Jan 3, 2024. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  6. kamilogorek revised this gist Jan 3, 2024. 2 changed files with 2 additions and 2 deletions.
    2 changes: 1 addition & 1 deletion clutter-free-vscode.jsonc
    Original file line number Diff line number Diff line change
    @@ -33,4 +33,4 @@
    ".editor-actions": "display: none", // Remove editor action icons
    ".nosidebar .inline-tabs-placeholder": "width: 75px" // Align tabs to not overlap window controls when primary bar is hidden
    }
    }
    }
    2 changes: 1 addition & 1 deletion screenshot.md
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    ![image](https://gist.github.com/assets/1523305/87234ef8-b3a7-43fc-92c7-dbeb990403d6)
    ![image](https://gist.github.com/assets/1523305/87234ef8-b3a7-43fc-92c7-dbeb990403d6)
  7. kamilogorek revised this gist Jan 3, 2024. 2 changed files with 1 addition and 1 deletion.
    1 change: 1 addition & 0 deletions screenshot.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ![image](https://gist.github.com/assets/1523305/87234ef8-b3a7-43fc-92c7-dbeb990403d6)
    1 change: 0 additions & 1 deletion screenshot.png
    Original file line number Diff line number Diff line change
    @@ -1 +0,0 @@
    ![https://i.imgur.com/WOi8m4W.png](https://i.imgur.com/WOi8m4W.png)
  8. kamilogorek revised this gist Jan 3, 2024. 2 changed files with 5 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions clutter-free-vscode.jsonc
    Original file line number Diff line number Diff line change
    @@ -10,6 +10,10 @@
    "editor.hideCursorInOverviewRuler": true,
    // Remove minimap
    "editor.minimap.enabled": false,
    // Remove the line number gutter
    "editor.glyphMargin": false,
    // Remove code-block folding icon
    "editor.folding": false,
    // Move tabs to be in a single line with window controls
    "window.titleBarStyle": "native",
    "apc.electron": {
    1 change: 1 addition & 0 deletions screenshot.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  9. kamilogorek created this gist Jan 1, 2024.
    32 changes: 32 additions & 0 deletions clutter-free-vscode.jsonc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,32 @@
    // Required Plugin: https://marketplace.visualstudio.com/items?itemName=drcika.apc-extension

    // settings.json
    {
    // Remove left-side icons
    "workbench.activityBar.location": "hidden",
    // Remove bottom status bar
    "workbench.statusBar.visible": false,
    // Remove position indicator in the editor's scrollbar
    "editor.hideCursorInOverviewRuler": true,
    // Remove minimap
    "editor.minimap.enabled": false,
    // Move tabs to be in a single line with window controls
    "window.titleBarStyle": "native",
    "apc.electron": {
    "titleBarStyle": "hiddenInset",
    "trafficLightPosition": {
    "x": 11,
    "y": 10
    }
    },
    "apc.header": {
    "height": 36
    },
    // Remove unnecessary controls from primary bar and tabs list
    "apc.stylesheet": {
    ".title-label > h2": "display: none", // Remove primary side bar title
    ".title-actions": "display: none", // Remove primary side bar action icons
    ".editor-actions": "display: none", // Remove editor action icons
    ".nosidebar .inline-tabs-placeholder": "width: 75px" // Align tabs to not overlap window controls when primary bar is hidden
    }
    }