Skip to content

Commit

Permalink
feat: add keyboard settings
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezcasas committed Dec 6, 2023
1 parent bf0711c commit a4f68db
Show file tree
Hide file tree
Showing 5 changed files with 459 additions and 13 deletions.
7 changes: 4 additions & 3 deletions editors/code/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"files.eol": "\n",
"search.useGlobalIgnoreFiles": true,
"search.useIgnoreFiles": true,
"workbench.editor.showTabs": false,
"workbench.editor.showTabs": "single",
"explorer.openEditors.visible": 1,
// Behaviour
"window.openFoldersInNewWindow": "on",
Expand Down Expand Up @@ -67,5 +67,6 @@
"boot-java.rewrite.reconcile": true,
"editor.inlineSuggest.enabled": true,
"aws.telemetry": false,
"symbols.hidesExplorerArrows": false
}
"symbols.hidesExplorerArrows": false,
"window.zoomLevel": -2
}

0 comments on commit a4f68db

Please sign in to comment.