VSCode 紀錄

VSCode

設定 VSCode 的終端機為 Git Bash

安裝 Git 就會安裝 Git Bash

開啟 VSCode 設定檔,增加以下設定:

js
{
    // ...

    "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
    "terminal.integrated.shellArgs.windows": [
        "--login"
    ]
}

VSCode 智能感知(IntelliSense) 異常解決方法

C:\Users\[使用者]\AppData\Roaming\Code\User\workspaceStorage 下的檔案清除,重新啟動 VS Code。