VSCodium-profiles/Go.code-profile

1 line
72 KiB
Plaintext
Raw Permalink Normal View History

2025-01-12 18:53:38 +01:00
{"name":"Go","icon":"rocket","settings":"{\"settings\":\"{\\n \\\"workbench.colorTheme\\\": \\\"One Dark Pro\\\",\\n \\\"terminal.integrated.fontFamily\\\": \\\"MesloLGS NF\\\",\\n \\\"editor.fontFamily\\\": \\\"Consolas,'Courrier New', monospace\\\",\\n \\\"window.experimental.nativeContextMenuLocation\\\": false,\\n \\\"window.titleBarStyle\\\": \\\"custom\\\",\\n \\\"workbench.iconTheme\\\": \\\"material-icon-theme\\\",\\n \\\"cloudcode.duetAI.project\\\": \\\"lucid-vector-408712\\\",\\n \\\"better-comments.tags\\\": [\\n \\n\\n {\\n \\\"tag\\\": \\\"!\\\",\\n \\\"color\\\": \\\"#FF2D00\\\",\\n \\\"strikethrough\\\": false,\\n \\\"underline\\\": false,\\n \\\"backgroundColor\\\": \\\"transparent\\\",\\n \\\"bold\\\": false,\\n \\\"italic\\\": false\\n },\\n {\\n \\\"tag\\\": \\\"?\\\",\\n \\\"color\\\": \\\"#3498DB\\\",\\n \\\"strikethrough\\\": false,\\n \\\"underline\\\": false,\\n \\\"backgroundColor\\\": \\\"transparent\\\",\\n \\\"bold\\\": false,\\n \\\"italic\\\": false\\n },\\n {\\n \\\"tag\\\": \\\"d\\\",\\n \\\"color\\\": \\\"#474747\\\",\\n \\\"strikethrough\\\": true,\\n \\\"underline\\\": false,\\n \\\"backgroundColor\\\": \\\"transparent\\\",\\n \\\"bold\\\": false,\\n \\\"italic\\\": false\\n },\\n {\\n \\\"tag\\\": \\\"todo\\\",\\n \\\"color\\\": \\\"#FF8C00\\\",\\n \\\"strikethrough\\\": false,\\n \\\"underline\\\": false,\\n \\\"backgroundColor\\\": \\\"transparent\\\",\\n \\\"bold\\\": false,\\n \\\"italic\\\": false\\n },\\n {\\n \\\"tag\\\": \\\"*\\\",\\n \\\"color\\\": \\\"#98C379\\\",\\n \\\"strikethrough\\\": false,\\n \\\"underline\\\": false,\\n \\\"backgroundColor\\\": \\\"transparent\\\",\\n \\\"bold\\\": false,\\n \\\"italic\\\": false\\n }\\n ],\\n \\\"window.commandCenter\\\": false,\\n \\\"window.zoomLevel\\\": 1,\\n \\\"files.autoSave\\\": \\\"afterDelay\\\"\\n}\"}","keybindings":"{\"keybindings\":\"// Place your key bindings in this file to override the defaultsauto[]\\n[\\n {\\n \\\"key\\\": \\\"ctrl+shift+[Period]\\\",\\n \\\"command\\\": \\\"breadcrumbs.focus\\\",\\n \\\"when\\\": \\\"breadcrumbsPossible && breadcrumbsVisible\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+[Period]\\\",\\n \\\"command\\\": \\\"-breadcrumbs.focus\\\",\\n \\\"when\\\": \\\"breadcrumbsPossible && breadcrumbsVisible\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+[Period]\\\",\\n \\\"command\\\": \\\"editor.action.accessibleViewAcceptInlineCompletion\\\",\\n \\\"when\\\": \\\"accessibleViewIsShown && accessibleViewCurrentProviderId == 'inlineCompletions'\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+[Period]\\\",\\n \\\"command\\\": \\\"-editor.action.accessibleViewAcceptInlineCompletion\\\",\\n \\\"when\\\": \\\"accessibleViewIsShown && accessibleViewCurrentProviderId == 'inlineCompletions'\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+[Period]\\\",\\n \\\"command\\\": \\\"editor.action.commentLine\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+[Period]\\\",\\n \\\"command\\\": \\\"-editor.action.commentLine\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+[Period]\\\",\\n \\\"command\\\": \\\"toggleExplainMode\\\",\\n \\\"when\\\": \\\"suggestWidgetVisible\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+[Period]\\\",\\n \\\"command\\\": \\\"-toggleExplainMode\\\",\\n \\\"when\\\": \\\"suggestWidgetVisible\\\"\\n