Written for fairly adept technical users, preferably of Debian GNU/Linux, not for absolute beginners.
|
You'll probably be working with a single smartcard, so you'll want only one primary key ( |
| { | |
| // Abre qualquer instância do VSCode maximizada | |
| "window.newWindowDimensions": "maximized", | |
| // Habilita os breadcrumbs no editor do documento (exibe o caminho completo e permite interações) | |
| "breadcrumbs.enabled": false, | |
| // Fonte (tamanho) | |
| "editor.fontSize": 14, | |
| "editor.lineHeight": 24, |
| { | |
| "workbench.startupEditor": "newUntitledFile", | |
| "editor.fontSize": 16, | |
| "editor.lineHeight": 1.8, | |
| "javascript.suggest.autoImports": true, | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "editor.rulers": [ | |
| 80, | |
| 120 | |
| ], |
|
You'll probably be working with a single smartcard, so you'll want only one primary key ( |