dotfiles/vscode/settings.json

226 lines
6.2 KiB
JSON
Raw Normal View History

2022-03-19 11:03:31 +00:00
{
2024-01-13 13:38:38 +00:00
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
2022-05-01 18:13:38 +01:00
},
2022-03-19 11:03:31 +00:00
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
2024-01-13 13:38:38 +00:00
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true
},
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[shellscript]": {
"editor.defaultFormatter": "shakram02.bash-beautify"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"debug.console.fontFamily": "Jetbrains Mono",
"debug.console.fontSize": 14,
"debug.onTaskErrors": "debugAnyway",
"diffEditor.codeLens": true,
"editor.bracketPairColorization.enabled": true,
"editor.cursorBlinking": "smooth",
"editor.fontFamily": "Jetbrains Mono Medium",
"editor.fontLigatures": true,
"editor.fontSize": 14,
// "editor.fontWeight": 700,
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
// "editor.lineHeight": 1.3,
"editor.minimap.enabled": true,
"editor.smoothScrolling": true,
"editor.stickyScroll.enabled": true,
2022-03-19 11:03:31 +00:00
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "comment",
"settings": {
2024-01-13 13:38:38 +00:00
"fontStyle": "italic"
}
},
// {
// "name": "Underline",
// "scope": [],
// "settings": {
// "fontStyle": "underline"
// }
// },
{
"name": "Italic",
"scope": [
"variable.parameter.ts",
"variable.parameter.js",
"storage.type.function",
"storage.type.class",
"markup.italic",
"markup.bold string",
"punctuation.definition.comment"
],
"settings": {
"fontStyle": "italic"
}
},
{
"name": "Bold",
"scope": [
"meta.definition.function",
"entity.name.type.class",
"entity.name.section.markdown",
"markdown.heading",
"markup.bold",
"markup.heading | markup.heading entity.name",
"markup.heading.markdown punctuation.definition.heading.markdown",
"markup.bold markup.italic",
"markup.italic markup.bold",
"markup.quote markup.bold",
"markup.bold markup.italic string",
"markup.italic markup.bold string",
"markup.quote markup.bold string",
"string.other.link.title.markdown"
],
"settings": {
"fontStyle": "bold"
2022-03-19 11:03:31 +00:00
}
2022-11-07 12:37:39 +00:00
},
{
"scope": ["meta.object-literal.key.js", "meta.object-literal.key.ts"],
"settings": {
"foreground": "#327f77"
}
2024-01-13 13:38:38 +00:00
},
{
"scope": [
"keyword.control.shell",
"keyword.control.do.shell",
"keyword.control.then.shell",
"keyword.control.elif.shell"
],
"settings": {
"fontStyle": "underline"
}
},
{
"scope": ["entity.name.function.shell", "meta.shebang.shell"],
"settings": {
"fontStyle": "bold"
}
},
{
"scope": ["storage.type.function.shell"],
"settings": {
"fontStyle": ""
}
2022-03-19 11:03:31 +00:00
}
]
},
2024-01-13 13:38:38 +00:00
"editor.wordWrap": "on",
"explorer.confirmDelete": false,
// "markdown.styles": [
// "https://tbishop.s3.eu-west-2.amazonaws.com/vscode-markdown-styles.css"
// ],
"explorer.confirmDragAndDrop": false,
"files.insertFinalNewline": true,
"git.mergeEditor": false,
2022-03-19 11:03:31 +00:00
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
2024-01-13 13:38:38 +00:00
"gitlens.currentLine.scrollable": false,
2022-11-07 12:37:39 +00:00
"gitlens.views.branches.branches.layout": "list",
2024-01-13 13:38:38 +00:00
"markdown.preview.scrollEditorWithPreview": false,
"markdown.preview.scrollPreviewWithEditor": true,
"markdown-preview-github-styles.colorTheme": "light",
"markdown.experimental.editor.pasteLinks.enabled": true,
"markdown.updateLinksOnFileMove.enabled": "prompt",
"markdown.validate.enabled": true,
"markdown.validate.fileLinks.enabled": "error",
"markdown.validate.fileLinks.markdownFragmentLinks": "error",
"npm.enableRunFromFolder": true,
"security.workspace.trust.untrustedFiles": "open",
"terminal.integrated.fontFamily": "Jetbrains Mono",
"terminal.integrated.fontSize": 14,
"terminal.integrated.tabs.enabled": true,
"vim.highlightedyank.enable": true,
"vim.leader": "/",
"vim.statusBarColorControl": false,
"vim.useSystemClipboard": true,
"workbench.colorCustomizations": {
"scrollbar.shadow": "#ffffff00"
// "terminal.background": "#0f1610"
2023-01-20 08:01:36 +00:00
},
2024-01-13 13:38:38 +00:00
"workbench.iconTheme": "eq-material-theme-icons-deepforest",
"workbench.list.smoothScrolling": true,
"workbench.startupEditor": "none",
"workbench.editor.enablePreview": false,
"terminal.integrated.allowChords": false,
"telemetry.telemetryLevel": "off",
"aws.telemetry": false,
"yaml.customTags": [
"ApplicationResourceGroup",
"ResourceGroupName",
"!GetAtt",
"!Sub",
"!And",
"!And sequence",
"!If",
"!If sequence",
"!Not",
"!Not sequence",
"!Equals",
"!Equals sequence",
"!Or",
"!Or sequence",
"!FindInMap",
"!FindInMap sequence",
"!Base64",
"!Join",
"!Join sequence",
"!Cidr",
"!Ref",
"!Sub sequence",
"!GetAZs",
"!ImportValue",
"!ImportValue sequence",
"!Select",
"!Select sequence",
"!Split",
"!Split sequence"
],
"files.exclude": {
"**/__pycache__": true
2023-01-20 08:01:36 +00:00
},
2024-01-13 13:38:38 +00:00
"github.copilot.enable": {
"*": true,
"plaintext": false,
"markdown": false,
"scminput": false
2023-01-20 08:01:36 +00:00
},
2024-01-13 13:38:38 +00:00
"editor.fontVariations": true,
"totalTypeScript.hideAllTips": false,
"totalTypeScript.hideBasicTips": true,
"eslint.run": "onSave",
"totalTypeScript.hiddenTips": ["passing-generics-to-types", "typeof"],
"workbench.colorTheme": "Alien Blood "
2023-01-13 16:50:54 +00:00
}