summaryrefslogtreecommitdiff
path: root/profiles/main/data/settings.json
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/main/data/settings.json')
-rw-r--r--profiles/main/data/settings.json171
1 files changed, 86 insertions, 85 deletions
diff --git a/profiles/main/data/settings.json b/profiles/main/data/settings.json
index 01084f4..36afb95 100644
--- a/profiles/main/data/settings.json
+++ b/profiles/main/data/settings.json
@@ -1,5 +1,23 @@
{
- "window.titleBarStyle": "custom",
+ "[css]": {
+ "editor.defaultFormatter": "esbenp.prettier-vscode"
+ },
+ "[go]": {
+ "editor.codeActionsOnSave": {
+ "source.organizeImports": "explicit"
+ },
+ "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"
+ },
"debug.allowBreakpointsEverywhere": true,
"debug.autoExpandLazyVariables": true,
"debug.console.fontFamily": "'Fira Code Retina','Droid Sans Mono', 'monospace', monospace",
@@ -13,169 +31,152 @@
"diffEditor.wordWrap": "off",
"editor.fontFamily": "'FiraCode Nerd Font', 'monospace', monospace",
"editor.fontLigatures": true,
- "editor.gotoLocation.multipleDeclarations": "gotoAndPeek",
- "editor.gotoLocation.multipleImplementations": "gotoAndPeek",
- "editor.gotoLocation.multipleReferences": "gotoAndPeek",
- "editor.gotoLocation.multipleTypeDefinitions": "gotoAndPeek",
- "editor.gotoLocation.multipleDefinitions": "gotoAndPeek",
+ "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": "off",
"editor.inlayHints.fontSize": 10,
"editor.inlayHints.padding": true,
+ "editor.inlineSuggest.showToolbar": "always",
"editor.lineHeight": 1.4,
"editor.minimap.renderCharacters": false,
"editor.minimap.showSlider": "always",
"editor.renderLineHighlight": "all",
"editor.renderWhitespace": "boundary",
"editor.rulers": [
- 120,
+ 120
],
+ "editor.suggest.showStructs": true,
+ "editor.suggest.showWords": false,
"editor.unicodeHighlight.nonBasicASCII": false,
"editor.wordWrap": "off",
- "editor.inlineSuggest.showToolbar": "always",
- "editor.suggest.showWords": false,
+ "fileGroup.groups": {},
"files.autoSave": "onFocusChange",
+ "files.exclude": {
+ "node_modules": true
+ },
+ "git.openRepositoryInParentFolders": "never",
+ "go.enableCodeLens": {
+ "references": 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.inlayHints.compositeLiteralFields": true,
- "go.inlayHints.compositeLiteralTypes": true,
"go.lintTool": "golangci-lint",
"go.toolsManagement.autoUpdate": true,
- "[go]": {
- "editor.defaultFormatter": "golang.go",
- "editor.formatOnSave": true,
- "editor.codeActionsOnSave": {
- "source.organizeImports": "explicit"
- },
- },
- "go.enableCodeLens": {
- "references": true,
- },
- "editor.suggest.showStructs": true,
"gopls": {
"formatting.local": "golang.go",
// "formatting.gofumpt": true,
"ui.codelenses": {
"generate": true,
"test": false,
- "upgrade_dependency": true,
"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.diagnostic.staticcheck": true,
+ "ui.semanticTokens": true
},
"makefile.phonyOnlyTargets": true,
"notebook.output.scrolling": true,
- "redhat.telemetry.enabled": false,
- "search.showLineNumbers": true,
- "security.workspace.trust.startupPrompt": "never",
- "terminal.integrated.fontSize": 11,
- "terminal.integrated.lineHeight": 1.4,
- "terminal.integrated.minimumContrastRatio": 2.5,
- "window.autoDetectColorScheme": true,
- "workbench.iconTheme": "vscode-great-icons",
- "workbench.productIconTheme": "icons-carbon",
- "workbench.tips.enabled": false,
- "workbench.colorCustomizations": {
- "editorWhitespace.foreground": "#a3a33a"
- },
- "workbench.colorTheme": "One Dark Modern",
- "python.envFile": "${workspaceFolder}/env",
- "python.languageServer": "Jedi",
- "terminal.integrated.fontFamily": "monospace",
- "editor.fontSize": 12,
- "fileGroup.groups": {
-
- },
+ "prettier.tabWidth": 4,
"pymakr.devices.configs": {
"123456": {
+ "adapterOptions": {},
"autoConnect": "onLostConnection",
- "name": "",
- "username": "micro",
- "password": "python",
"hidden": false,
- "rootPath": null,
- "adapterOptions": {}
- },
- "serial:///dev/ttyUSB0": {
- "autoConnect": "onLostConnection",
"name": "",
- "username": "micro",
"password": "python",
- "hidden": false,
"rootPath": null,
- "adapterOptions": {}
+ "username": "micro"
},
"serial:///dev/ttyS0": {
+ "adapterOptions": {},
"autoConnect": "onLostConnection",
+ "hidden": false,
"name": "",
- "username": "micro",
"password": "python",
- "hidden": false,
"rootPath": null,
- "adapterOptions": {}
+ "username": "micro"
},
"serial:///dev/ttyS1": {
+ "adapterOptions": {},
"autoConnect": "onLostConnection",
+ "hidden": false,
"name": "",
- "username": "micro",
"password": "python",
- "hidden": false,
"rootPath": null,
- "adapterOptions": {}
+ "username": "micro"
},
"serial:///dev/ttyS2": {
+ "adapterOptions": {},
"autoConnect": "onLostConnection",
+ "hidden": false,
"name": "",
- "username": "micro",
"password": "python",
- "hidden": false,
"rootPath": null,
- "adapterOptions": {}
+ "username": "micro"
},
"serial:///dev/ttyS3": {
+ "adapterOptions": {},
"autoConnect": "onLostConnection",
+ "hidden": false,
"name": "",
- "username": "micro",
"password": "python",
+ "rootPath": null,
+ "username": "micro"
+ },
+ "serial:///dev/ttyUSB0": {
+ "adapterOptions": {},
+ "autoConnect": "onLostConnection",
"hidden": false,
+ "name": "",
+ "password": "python",
"rootPath": null,
- "adapterOptions": {}
+ "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"
},
- "git.openRepositoryInParentFolders": "never",
- "files.exclude": {
- "node_modules": true
- },
- "[javascriptreact]": {
- "editor.defaultFormatter": "esbenp.prettier-vscode"
- },
- "[html]": {
- "editor.defaultFormatter": "esbenp.prettier-vscode"
- },
- "[javascript]": {
- "editor.defaultFormatter": "esbenp.prettier-vscode"
- },
- "prettier.tabWidth": 4,
- "[css]": {
- "editor.defaultFormatter": "esbenp.prettier-vscode"
- },
+ "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"
+ },
+ "workbench.colorTheme": "One Dark Modern",
+ "workbench.iconTheme": "vscode-great-icons",
+ "workbench.productIconTheme": "icons-carbon",
"workbench.startupEditor": "none",
+ "workbench.tips.enabled": false
} \ No newline at end of file