This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //how to satup | |
| // ctrl+shift+p hit enter | |
| // search configure snippets then create global snippets | |
| { | |
| // ========================= | |
| // 🌍 UNIVERSAL (ALL FILES) | |
| // ========================= | |
| "Console Log": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "editor.codeActionsOnSave": { | |
| "source.organizeImports": true | |
| }, | |
| "workbench.tree.indent": 20, | |
| "workbench.tree.renderIndentGuides": "always", | |
| "workbench.colorCustomizations": { | |
| "tree.indentGuidesStroke": "#ff0000", | |
| "tree.inactiveIndentGuidesStroke": "#00ff00" | |
| } |