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.semanticTokenColorCustomizations": { | |
| // "[*]": { // 针对某个主题,可改为 "[*]" 以全局生效 | |
| // "enabled": true, | |
| // "rules": { | |
| // /* ---------- 基础类型 ---------- */ | |
| // "type": "#FFD700", // 类、结构体、联合体、枚举 | |
| // "typeParameter": "#FF79C6", // 模板形参,如 template<typename T> | |
| // "typedef": "#00FFFF", // typedef / using 别名 | |
| // "namespace": "#8A2BE2", // 命名空间 | |
| // "enum": "#FFA500", // 枚举类型 |
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
| [ | |
| // ---------------------------------------- | |
| // search editor | |
| // ---------------------------------------- | |
| { | |
| "key": "cmd+j", | |
| "command": "search.focus.nextInputBox", | |
| "when": "inSearchEditor && inputBoxFocus || inputBoxFocus && searchViewletVisible" | |
| }, | |
| { |
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
| { | |
| /**********************************/ | |
| /*********** Languages ************/ | |
| /**********************************/ | |
| "[astro]": { | |
| "editor.defaultFormatter": "astro-build.astro-vscode" | |
| }, | |
| "[cpp]": { | |
| "editor.defaultFormatter": "xaver.clang-format", | |
| "editor.formatOnSaveMode": "modifications", |
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
| { | |
| /**********************************/ | |
| /************* C_Cpp **************/ | |
| /**********************************/ | |
| "C_Cpp.errorSquiggles": "enabled", | |
| "C_Cpp.intelliSenseEngine": "disabled", | |
| /**********************************/ | |
| /*********** augment **************/ | |
| /**********************************/ | |
| "augment.nextEdit.enableBackgroundSuggestions": false, |
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
| { | |
| /**********************************/ | |
| /************* C_Cpp **************/ | |
| /**********************************/ | |
| "C_Cpp.errorSquiggles": "enabled", | |
| "C_Cpp.intelliSenseEngine": "disabled", | |
| /**********************************/ | |
| /********* Prettier-SQL ***********/ | |
| /**********************************/ | |
| "Prettier-SQL.commaPosition": "after", |
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
| # =================================== | |
| # ======= General Settings ========== | |
| # =================================== | |
| # Terminal settings | |
| set-option -g default-terminal "xterm-256color" | |
| set-option -as terminal-overrides ",xterm-256color:Tc" | |
| # History and exit behavior | |
| set -g history-limit 1000000 | |
| set -g remain-on-exit off |
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
| format = ''' | |
| [┌───────────────────>](bold green) | |
| $all''' | |
| [hostname] | |
| ssh_only = false | |
| disabled = false | |
| style="green" | |
| ssh_symbol='🚀' | |
| format = '[$ssh_symbol](bold blue) pod-3 ' |
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
| // Place your key bindings in this file to override the defaults | |
| [ | |
| { | |
| "key": "cmd+i", | |
| "command": "-workbench.action.chat.stopListeningAndSubmit", | |
| "when": "inChatInput && voiceChatInProgress && scopedVoiceChatInProgress == 'editor' || inChatInput && voiceChatInProgress && scopedVoiceChatInProgress == 'inline' || inChatInput && voiceChatInProgress && scopedVoiceChatInProgress == 'quick' || inChatInput && voiceChatInProgress && scopedVoiceChatInProgress == 'view' || inlineChatFocused && voiceChatInProgress && scopedVoiceChatInProgress == 'editor' || inlineChatFocused && voiceChatInProgress && scopedVoiceChatInProgress == 'inline' || inlineChatFocused && voiceChatInProgress && scopedVoiceChatInProgress == 'quick' || inlineChatFocused && voiceChatInProgress && scopedVoiceChatInProgress == 'view'" | |
| }, | |
| { | |
| "key": "cmd+i", | |
| "command": "-workbench.action.chat.startVoiceChat", |
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
| { | |
| /**********************************/ | |
| /************* C_Cpp **************/ | |
| /**********************************/ | |
| "C_Cpp.errorSquiggles": "enabled", | |
| "C_Cpp.intelliSenseEngine": "disabled", | |
| /**********************************/ | |
| /********* Prettier-SQL ***********/ | |
| /**********************************/ | |
| "Prettier-SQL.commaPosition": "after", |
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
| { | |
| /**********************************/ | |
| /************* C_Cpp **************/ | |
| /**********************************/ | |
| "C_Cpp.errorSquiggles": "enabled", | |
| "C_Cpp.intelliSenseEngine": "disabled", | |
| /**********************************/ | |
| /********* Prettier-SQL ***********/ | |
| /**********************************/ | |
| "Prettier-SQL.commaPosition": "after", |
NewerOlder