{ "terminal.integrated.profiles.windows": { "PowerShell": { "source": "PowerShell", "icon": "terminal-powershell", "args": ["-NoExit","chcp 65001"] }, "Command Prompt": { "path": [ "${env:windir}\\Sysnative\\cmd.exe", "${env:windir}\\System32\\cmd.exe" ], "args": ["/K","chcp 65001"], "icon": "terminal-cmd" }, "Git Bash": { "source": "Git Bash" } }, "files.associations": { "filter.h": "c", "fsm_protected.h": "c", "keyfsm.h": "c", "fsm_public.h": "c", "stdio.h": "c", "assert.h": "c" }, "files.encoding": "utf8", }