Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- HaProxy
- 구글
- error
- node.js
- HTML
- ASP
- node
- 우분투
- Eclipse
- ubuntu
- install
- HTTP
- Godot
- Godot3
- API
- Python
- JS
- java
- Mac
- CSS
- windows
- javascript
- Android
- php7
- mysql
- 리눅스
- nodejs
- PHP
- Linux
- Today
- 8
- Total
- 1,235,463
안정적인 DNS서비스 DNSEver
Blue Breeze
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 환경설정에 프록시 설정을 등록하라.(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.
'editorIDE > 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 |
Setting up Visual Studio Code (0) | 2016.11.25 |
0 Comments