/
Visual Studio Code
Visual Studio Code
VueJS 지원
크롬 브라우저 띄우기
참고
- https://www.webucator.com/blog/2016/06/launch-files-browser-visual-studio-code/
- http://stackoverflow.com/questions/30039512/how-to-view-my-html-code-in-browser-with-visual-studio-code
- Ctrl-Shoft-P 를 눌러서 커맨드 팔레트로 진입
- ctr 입력후 Configure Task Runner 선택
현재 내용을 삭제하고 다음 내용 추가
{ "version": "0.1.0", "command": "Chrome", "windows": { "command": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe" }, "args": ["${file}"] }
- HTML 편집시 Ctrl-Shift-B 를 누르면 크롬이 실행됨
, multiple selections available,
Related content
페이지 작성 및 편집
페이지 작성 및 편집
More like this
Maven Javadoc Plugin
Maven Javadoc Plugin
More like this
ghost cms 에 prism js 로 구문 강조(syntax hightlight) 하기
ghost cms 에 prism js 로 구문 강조(syntax hightlight) 하기
More like this
ghost cms 에 목차(toc) 넣기
ghost cms 에 목차(toc) 넣기
More like this
이클립스 폰트 및 크기 변경
이클립스 폰트 및 크기 변경
More like this
tomcat perfomance tunning
tomcat perfomance tunning
More like this