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:
Guilherme Rugai Freire 2024-02-21 14:56:30 -03:00
parent e595cf93d8
commit 836813ede9
No known key found for this signature in database
GPG Key ID: AC1D9B6E48E16AC1
3 changed files with 18 additions and 4 deletions

View File

@ -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"
}
]

View File

@ -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]": {

View File

@ -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