なんとなくsettings.jsonをメモ

よく環境を再設定するので、今の設定をメモっておく。

{
    //Python(pipenv)
    "python.venvPath"".venv",
    "python.pythonPath""${workspaceFolder}/.venv/bin/python",

    //GIT
    "git.path""C:\\development\\PortableGit-2.25.1\\bin\\git.exe",
 
    //ターミナル
    "terminal.integrated.shell.windows""C:\\development\\PortableGit-2.25.1\\bin\\bash.exe",

    //PROXY
    "http.proxy""http://user:passwd@proxyserver:8080"
}