포스트

vscode 설치

개발 환경 구축

1. powershell 실행 권한 추가

1. 윈도우 Powershell을 관리자 권한으로 실행

2. 권한 확인

1
get-ExecutionPolicy

‘Restricted’ 상태일 가능성이 높음

3. PowerShell 스크립트의 실행 정책을 RemoteSigned로 설정

1
Set-ExecutionPolicy RemoteSigned

4. Y를 입력하여 실행 정책을 변경

5. 권한 확인

1
get-ExecutionPolicy

RemoteSigned 상태로 변경되어 있어야 한다.

powershell

2. vscode IDE

1. vscode 설치

https://code.visualstudio.com/download

extension 설치

git graph indent-rainbow jupyter material icon theme prettier - code formatter pylance python

+ auto close tag auto rename tag code snap css peek html css support live server postman

auto git graph htmlcss indent jupyter liveserver postman py spring

3. 개발 폰트 설치

D2 Coding 글꼴 다운로드

  • 맨 밑 D2Coding-Ver1.3.2 들어가기

https://github.com/naver/d2codingfont

d2codingfont

  • 다운로드

d2codingfont2

  • vscode에 글꼴 적용 file -> preference -> settings

d2codingfont5

  • font 검색 -> Font Family에 D2Coding ligature 넣기
    1
    
    D2Coding ligature
    

d2codingfont6

  • Font Ligatures에서 Edit in settings.json 클릭

d2codingfont7

  • settings.json에서 editer.fontfamily, editer.fontLigatures 확인 d2codingfont9

이 기사는 저작권자의 CC BY 4.0 라이센스를 따릅니다.