summaryrefslogblamecommitdiff
path: root/profiles/main/data/settings.json
blob: edc132f5b12a09fe4fb4124034a74d309b6620c1 (plain) (tree)
1
2
3
4
5
6
7
8
9
 




                                                           

                                                 
          
                                      











                                                           





                                                           
                                             
                                          








                                                                                               
                                                                        
                                 
                          




                                                                                               




                                                                 

                                        
                                      

                                      
                                                 
                                           




                                             
                               

                                       

                                                   






                                                              
                                      


                            
                                      

                                                 
                       


                                                 



                                                 
                                   

                               
                                          

                                        
                                   


                             
                         
                                      

                                                             
                                          

                                                     

                                                   


                                      
                           

                               
                                 
                                              
                            
                       
                                 
                             
                               

                                
                                 
                                              
                            
                       
                                 
                             
                               

                                
                                 
                                              
                            
                       
                                 
                             
                               

                                
                                 
                                              
                            
                       
                                 
                             
                               

                                
                                 
                                              
                            
                       
                                 





                                              
                            

                                 
                             
                               




                                                                                                           


                                               


                                         











                                                      









                                                     







                                                         



                                                  
         
      
                                                 
                                      
                                    


                                         
      

                             
      

                                              
      
                                                                   
                                                 




                                                           
      
                                                               
                                                        
 
{
    "[css]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "[go]": {
        "editor.codeActionsOnSave": {
            "source.organizeImports": "explicit",
            "source.fixAll": "explicit"
        },
        "breadcrumbs.showEnums": true,
        "editor.defaultFormatter": "golang.go",
        "editor.formatOnSave": true
    },
    "[html]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "[javascript]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "[javascriptreact]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "[json]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "[jsonc]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "debug.allowBreakpointsEverywhere": true,
    "debug.autoExpandLazyVariables": "on",
    "debug.console.fontFamily": "'Fira Code Retina','Droid Sans Mono', 'monospace', monospace",
    "debug.console.fontSize": 11,
    "debug.console.lineHeight": 14,
    "debug.internalConsoleOptions": "openOnSessionStart",
    "debug.openDebug": "openOnSessionStart",
    "debug.showBreakpointsInOverviewRuler": true,
    "debug.toolBarLocation": "docked",
    "diffEditor.codeLens": true,
    "diffEditor.wordWrap": "off",
    "editor.fontFamily": "'FiraCode Nerd Font', 'monospace', monospace",
    "editor.fontLigatures": true,
    "editor.fontSize": 12,
    "editor.gotoLocation.alternativeDeclarationCommand": "editor.action.goToImplementation",
    "editor.gotoLocation.alternativeDefinitionCommand": "editor.action.goToImplementation",
    "editor.gotoLocation.alternativeImplementationCommand": "editor.action.goToImplementation",
    "editor.gotoLocation.alternativeReferenceCommand": "editor.action.goToImplementation",
    "editor.gotoLocation.alternativeTypeDefinitionCommand": "editor.action.goToImplementation",
    "editor.gotoLocation.multipleDeclarations": "gotoAndPeek",
    "editor.gotoLocation.multipleDefinitions": "gotoAndPeek",
    "editor.gotoLocation.multipleImplementations": "gotoAndPeek",
    "editor.gotoLocation.multipleReferences": "gotoAndPeek",
    "editor.gotoLocation.multipleTypeDefinitions": "gotoAndPeek",
    "editor.guides.bracketPairs": false,
    "editor.guides.indentation": false,
    "editor.inlayHints.enabled": "on",
    "editor.inlayHints.fontSize": 10,
    "editor.inlayHints.padding": true,
    "editor.inlineSuggest.showToolbar": "always",
    "editor.largeFileOptimizations": false,
    "editor.lineHeight": 1.4,
    "editor.minimap.renderCharacters": false,
    "editor.minimap.showSlider": "always",
    "editor.renderLineHighlight": "all",
    "editor.renderWhitespace": "boundary",
    "editor.rulers": [80, 120],
    "editor.suggest.showStructs": true,
    "editor.suggest.showWords": false,
    "editor.unicodeHighlight.nonBasicASCII": false,
    "editor.wordWrap": "off",
    "explorer.fileNesting.enabled": true,
    "explorer.fileNesting.patterns": {
        "*.go": "${capture}_gen.go,${capture}.gen.go",
        "*.templ": "${capture}_templ.go,${capture}_templ.txt",
        "go.mod": "go.sum"
    },
    "files.autoGuessEncoding": true,
    "files.autoSave": "onFocusChange",
    "files.exclude": {
        "node_modules": true
    },
    "files.simpleDialog.enable": true,
    "git.openRepositoryInParentFolders": "never",
    "go.enableCodeLens": {
        "runtest": true
    },
    "go.inlayHints.compositeLiteralFields": true,
    "go.inlayHints.compositeLiteralTypes": true,
    "go.inlayHints.constantValues": true,
    "go.inlayHints.functionTypeParameters": true,
    "go.inlayHints.parameterNames": true,
    "go.inlayHints.rangeVariableTypes": true,
    "go.lintTool": "golangci-lint",
    "go.lintFlags": ["--fast"],
    "go.lintOnSave": "package",
    "go.toolsManagement.autoUpdate": true,
    "gopls": {
        "formatting.local": "golang.go",
        "formatting.gofumpt": true,
        "ui.codelenses": {
            "generate": true,
            "test": false,
            "tidy": true,
            "upgrade_dependency": true
        },
        "ui.completion.experimentalPostfixCompletions": true,
        "ui.diagnostic.staticcheck": true,
        "ui.documentation.linksInHover": true,
        "ui.navigation.importShortcut": "Definition",
        "ui.semanticTokens": true,
        "ui.completion.completeFunctionCalls": true
    },
    "makefile.phonyOnlyTargets": true,
    "notebook.output.scrolling": true,
    "prettier.tabWidth": 4,
    "pymakr.devices.configs": {
        "123456": {
            "adapterOptions": {},
            "autoConnect": "onLostConnection",
            "hidden": false,
            "name": "",
            "password": "python",
            "rootPath": null,
            "username": "micro"
        },
        "serial:///dev/ttyS0": {
            "adapterOptions": {},
            "autoConnect": "onLostConnection",
            "hidden": false,
            "name": "",
            "password": "python",
            "rootPath": null,
            "username": "micro"
        },
        "serial:///dev/ttyS1": {
            "adapterOptions": {},
            "autoConnect": "onLostConnection",
            "hidden": false,
            "name": "",
            "password": "python",
            "rootPath": null,
            "username": "micro"
        },
        "serial:///dev/ttyS2": {
            "adapterOptions": {},
            "autoConnect": "onLostConnection",
            "hidden": false,
            "name": "",
            "password": "python",
            "rootPath": null,
            "username": "micro"
        },
        "serial:///dev/ttyS3": {
            "adapterOptions": {},
            "autoConnect": "onLostConnection",
            "hidden": false,
            "name": "",
            "password": "python",
            "rootPath": null,
            "username": "micro"
        },
        "serial:///dev/ttyUSB0": {
            "adapterOptions": {},
            "autoConnect": "onLostConnection",
            "hidden": false,
            "name": "",
            "password": "python",
            "rootPath": null,
            "username": "micro"
        }
    },
    "pymakr.misc.notifications": {
        "ttyACM0 / unknown seems to be busy. Do you wish restart it in safe mode": "No and don't ask again"
    },
    "python.envFile": "${workspaceFolder}/env",
    "python.languageServer": "Jedi",
    "redhat.telemetry.enabled": false,
    "rest-client.defaultHeaders": {
        "User-Agent": "vscode-restclient"
    },
    "search.showLineNumbers": true,
    "security.workspace.trust.startupPrompt": "never",
    "terminal.integrated.defaultProfile.linux": "zsh",
    "terminal.integrated.fontFamily": "monospace",
    "terminal.integrated.fontSize": 11,
    "terminal.integrated.gpuAcceleration": "auto",
    "terminal.integrated.hideOnStartup": "whenEmpty",
    "terminal.integrated.lineHeight": 1.4,
    "terminal.integrated.minimumContrastRatio": 2.5,
    "window.autoDetectColorScheme": true,
    "window.titleBarStyle": "custom",
    "workbench.colorCustomizations": {
        "editorWhitespace.foreground": "#a3a33a",
        "[Atom One Light]": {
            "activityBar.background": "#e0e0e0",
            "activityBar.border": "#c5c5c5",
            "titleBar.activeBackground": "#475057",
            "titleBar.activeForeground": "#fff",
            "titleBar.inactiveBackground": "#475057",
            "titleBar.inactiveForeground": "#fff",
            "menubar.selectionForeground": "#fff",
            "titleBar.border": "#3c444a",
            "sideBar.border": "#d4d4d8",
            "sideBarSectionHeader.background": "#e5e5e7",
            "sideBarSectionHeader.border": "#a1a1aa",
            "sideBarSectionHeader.foreground": "#000",
            "commandCenter.activeBackground": "#e5e5e7",
            "commandCenter.activeForeground": "#000000",
            "commandCenter.background": "#e5e5e7",
            "commandCenter.foreground": "#424242",
            "icon.foreground":"#424242",
            "statusBar.noFolderBorder": "#d4d4d8",
            "statusBar.border": "#d4d4d8",
            "statusBar.focusBorder": "#d4d4d8"
        }
    },
    "editor.semanticHighlighting.enabled": false,
    "workbench.startupEditor": "none",
    "workbench.tips.enabled": false,
    "explorer.fileNesting.expand": false,
    "go.addTags": {
        "promptForTags": true
    },
    "go.removeTags": {
        "promptForTags": true
    },
    "[templ]": {
        "editor.defaultFormatter": "a-h.templ"
    },
    "workbench.iconTheme": "vscode-jetbrains-icon-theme-2023-auto",
    "workbench.productIconTheme": "icons-carbon",
    "[yaml]": {
        "editor.defaultFormatter": "redhat.vscode-yaml"
    },
    "[typescript]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "workbench.preferredLightColorTheme": "NeonXP Theme Light",
    "workbench.preferredDarkColorTheme": "Atom One Dark"
}