Skip to content

Commit

Permalink
ux
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Jan 28, 2024
1 parent 183d47c commit fc30105
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"go.buildTags": "all",
"shutdownAction": "stopContainer",
"workspaceFolder": "/home/vscode",
"editor.lineHeight": 30,
"editor.lineHeight": 15,
"editor.lineNumbers": "relative",
"updateRemoteUserUID": true,
"editor.fontLigatures": true,
Expand All @@ -59,18 +59,18 @@
"terminal.integrated.fontFamily": "FiraMono Nerd Font Mono",
"terminal.integrated.shell.linux": "/usr/bin/fish",
"terminal.integrated.sendKeybindingsToShell": true,
"autoOpenPreviewPanel.openPreviewToTheSide": false,
"files.trimTrailingWhitespace": false,
"explorer.openEditors.visible": 1,
"files.trimFinalNewlines": false,
"workbench.startupEditor": "readme",
"workbench.colorTheme": "Cyberpunk",
"workbench.colorTheme": "Activate UMBRA protocol",
"window.titleBarStyle": "custom",
"2gua.rainbow-brackets": true,
"initializeCommand": "echo 'Initializing...'",
"postCreateCommand": "echo 'Post create...'",
"postStartCommand": "echo 'Post start...'",
"postAttachCommand": "echo 'Post attach...'"
//"autoOpenPreviewPanel.openPreviewToTheSide": false,
},
"extensions": [
"golang.go",
Expand All @@ -88,9 +88,9 @@
"github.vscode-pull-request-github",
"ms-vscode-remote.remote-containers",
"visualstudioexptteam.vscodeintellicode",
"chadonsom.auto-view-readme",
"matt-rudge.auto-open-preview-panel",
"bierner.markdown-preview-github-styles"
//"matt-rudge.auto-open-preview-panel",
//"chadonsom.auto-view-readme",
]
}
},
Expand Down

0 comments on commit fc30105

Please sign in to comment.