Setting up Visual Studio Code Extention Languages - C++, C#, Go, Python Tools - ESLint, JSHint , PowerShell, Visual Studio Team Services Debuggers - Chrome, PHP XDebug. Keymaps - Vim, Sublime Text, Atom, IntelliJ Proxy Server Support 많은 기업에서 인터넷 접근을 제한한다. 그에대한 대응방법으로 프록시를 구성해서 우회 접속할 수 있는 방법을 사용한다. VS Code에 프록시를 구성하자. # OS환경변수에 프록시 변수를 설정한다. SET http_proxy=http://10.203.0.1:5187/ # VS Code 환경설정에..