mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-09 04:09:38 +00:00
vscode config update (idk what/why it is)
i dont use vscode, but these pending changes were always in my way of staging and updating my dotfiles, so there you go.
This commit is contained in:
parent
e595cf93d8
commit
836813ede9
@ -81,5 +81,15 @@
|
||||
{
|
||||
"key": "ctrl+k z",
|
||||
"command": "-workbench.action.toggleZenMode"
|
||||
},
|
||||
{
|
||||
"key": "alt+g",
|
||||
"command": "editor.action.revealDefinition",
|
||||
"when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor"
|
||||
},
|
||||
{
|
||||
"key": "f12",
|
||||
"command": "-editor.action.revealDefinition",
|
||||
"when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor"
|
||||
}
|
||||
]
|
||||
@ -1,10 +1,10 @@
|
||||
{
|
||||
"workbench.iconTheme": "material-icon-theme",
|
||||
"workbench.colorTheme": "Tokyo Night",
|
||||
"workbench.colorTheme": "Min Dark",
|
||||
"editor.fontFamily": "'Cascadia Code', 'Fira Code', 'Droid Sans Mono', 'Droid Sans Fallback', monospace",
|
||||
"editor.fontSize": 14,
|
||||
"workbench.editor.enablePreview": false,
|
||||
"editor.cursorSmoothCaretAnimation": true,
|
||||
"editor.cursorSmoothCaretAnimation": "on",
|
||||
"editor.fontLigatures": true,
|
||||
"editor.lineHeight": 24,
|
||||
"explorer.compactFolders": false,
|
||||
@ -49,8 +49,6 @@
|
||||
],
|
||||
"cSpell.language": "en,pt",
|
||||
"extensions.ignoreRecommendations": false,
|
||||
"omnisharp.useGlobalMono": "always",
|
||||
"C_Cpp.updateChannel": "Insiders",
|
||||
"elixirLS.dialyzerEnabled": false,
|
||||
"elixirLS.suggestSpecs": false,
|
||||
"[dart]": {
|
||||
|
||||
@ -10,12 +10,16 @@ EditorConfig.EditorConfig
|
||||
enkia.tokyo-night
|
||||
iampeterbanjo.elixirlinter
|
||||
JakeBecker.elixir-ls
|
||||
janjoerke.align-by-regex
|
||||
jeff-hykin.better-cpp-syntax
|
||||
josetr.cmake-language-support-vscode
|
||||
jpoissonnier.vscode-styled-components
|
||||
mechatroner.rainbow-csv
|
||||
miguelsolorio.min-theme
|
||||
mikestead.dotenv
|
||||
ms-azuretools.vscode-docker
|
||||
ms-dotnettools.csharp
|
||||
ms-dotnettools.vscode-dotnet-runtime
|
||||
ms-python.python
|
||||
ms-python.vscode-pylance
|
||||
ms-vscode-remote.remote-containers
|
||||
@ -26,6 +30,8 @@ ms-vscode.cmake-tools
|
||||
ms-vscode.cpptools
|
||||
ms-vscode.cpptools-extension-pack
|
||||
ms-vscode.cpptools-themes
|
||||
ms-vscode.hexeditor
|
||||
ms-vscode.remote-explorer
|
||||
ms-vsliveshare.vsliveshare
|
||||
naumovs.color-highlight
|
||||
nico-castell.linux-desktop-file
|
||||
|
||||
Loading…
Reference in New Issue
Block a user