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
| { | |
| "use_on_type_format": false, | |
| "lsp": { | |
| "biome": { | |
| "settings": { | |
| "require_config_file": false | |
| } | |
| } | |
| }, | |
| "active_pane_modifiers": { |
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
| { | |
| "typescript.tsdk": "node_modules/typescript/lib", | |
| "editor.defaultFormatter": "biomejs.biome", | |
| "editor.formatOnSave": true, | |
| "editor.codeActionsOnSave": { | |
| "source.fixAll.biome": "explicit", | |
| "source.organizeImports.biome": "explicit" | |
| }, | |
| "[typescriptreact]": { | |
| "editor.defaultFormatter": "biomejs.biome" |
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
| ##### Invoke Aliases | |
| # 1. open bashrc by `nano ~/.bashrc` | |
| # 2. paste following codes to make the aliases working | |
| # `if [ -f ~/.bash_aliases ]; then | |
| # . ~/.bash_aliases | |
| # fi` | |
| # 3. update bashrc codes by `source ~/.bashrc` | |
| ##### | |
| #### Define Aliases |