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 환경설정에 프록시 설정을 등록하라.(File > Preferences > User Settings or Code > Preferences > User Settings on Mac) "http.proxy": "http://10.203.0.1:5187/" # 인증이 필요할 경우 아래 방법을 이용하라. "http.proxy": "http://userid:password@10.203.0.1:5187/" # self 인증을 사용할 경우 플록시 SSL을 설정하라. "http.proxyStrictSSL": false # VS Code는 Socket 프록시는 지원하지 않는다.
VS Code 학습
- Additional Components - Learn how to install Git, Node.js, TypeScript and tools like Yeoman.
- The Basics - Basic orientation around VS Code
- Editing Evolved - Lint, IntelliSense, Lightbulbs, Peek and Go To Definition and more
- Debugging - Debug your source code directly in the VS Code editor.
반응형
'ide > vscode' 카테고리의 다른 글
VS Code Extension (0) | 2019.11.24 |
---|---|
vscode Keyboard reference sheets (0) | 2019.02.20 |
vs code 새창으로 작업폴더 열기 (0) | 2018.02.21 |
Visual Studio Code Keymap (0) | 2016.11.29 |
Node.js Applications with VS Code (0) | 2016.11.28 |