/
Visual Studio Code

Visual Studio Code



VueJS 지원



크롬 브라우저 띄우기

참고


  1. Ctrl-Shoft-P 를 눌러서 커맨드 팔레트로 진입
  2. ctr 입력후 Configure Task Runner 선택
     
  3. 현재 내용을 삭제하고 다음 내용 추가

    {
        "version": "0.1.0",
        "command": "Chrome",
        "windows": {
            "command": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe"
        },
        "args": ["${file}"]
    }
  4. HTML 편집시 Ctrl-Shift-B 를 누르면 크롬이 실행됨

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