atualização no item selecionado
This commit is contained in:
parent
cc748bc34b
commit
de19c0193f
22
README.md
22
README.md
|
|
@ -39,7 +39,7 @@ Dentro da pasta .vscode, crie um arquivo `settings.json`.
|
|||
|
||||
Adicione as configurações abaixo lá:
|
||||
|
||||
`
|
||||
|
||||
{
|
||||
|
||||
//deixa a nova janela maximizada
|
||||
|
|
@ -48,19 +48,23 @@ Adicione as configurações abaixo lá:
|
|||
"editor.fontSize": 14,
|
||||
"editor.lineHeight": 24,
|
||||
"editor.letterSpacing": 0.6,
|
||||
//organiza os imports
|
||||
"editor.formatOnSave": false,
|
||||
"editor.formatOnPaste": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports": "explicit"
|
||||
},
|
||||
|
||||
////organiza os imports linhas opcionais
|
||||
//"editor.formatOnSave": false, //formata o codigo ao salvar
|
||||
//"editor.formatOnPaste": true, //formata o codigo ao colar algum trecho
|
||||
//"editor.codeActionsOnSave": {
|
||||
// "source.organizeImports": "explicit"
|
||||
//},
|
||||
|
||||
//tabulação
|
||||
"editor.tabSize": 2,
|
||||
"editor.rulers": [
|
||||
100,
|
||||
120
|
||||
],
|
||||
//desativa o minimapa
|
||||
|
||||
//desativa o minimapa se mudar para false
|
||||
"editor.minimap.enable": true,
|
||||
"editor.minimap.autohide": true,
|
||||
//animação do cursor
|
||||
"editor.cursorBlinking": "expand",
|
||||
|
|
@ -110,6 +114,6 @@ Adicione as configurações abaixo lá:
|
|||
"terminal.integrated.fontSize": 15,
|
||||
|
||||
}
|
||||
`
|
||||
|
||||
|
||||
**Aproveite!**
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "LincoThemeOne-Dark",
|
||||
"description": "Tema de cores linco.work dark",
|
||||
"publisher": "linformatica",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"engines": {
|
||||
"vscode": "^1.102.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
"editorGutter.background": "#0e1113",
|
||||
"editorGutter.modifiedBackground": "#8dbe1a",
|
||||
"editorGutter.modifiedSecondaryBackground": "#1b3000",
|
||||
"editor.selectionBackground": "#0e1f29",
|
||||
"editor.selectionBackground": "#193f3a",
|
||||
"editor.lineHighlightBackground": "#0e1113",
|
||||
"editorIndentGuide.activeBackground1": "#8dbe1a",
|
||||
"editorIndentGuide.background1": "#0e1900",
|
||||
|
|
|
|||
Loading…
Reference in New Issue