티스토리 뷰

Visual Studio Code 실행 단축키 설정법

 

1. Ctrl+Shift+b 누른다

그럼 창위에 Create ... 라고 뜬다. 클릭

 

2. Others 클릭

 

3. 아래 내용 붙여넣기

 

 

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    // See https://go.microsoft.com/fwlink/?LinkId=733558
    // for the documentation about the tasks.json format
    "version""2.0.0",
    "tasks": [
        {
            "label""파이썬 구동",
            "type""shell",
            "command""python",
            "args": [
                "${file}"
            ],
            "group": {
                "kind""build"
                "isDefault"true 
            }       
        }   
    ]
}
 
cs
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/05   »
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
글 보관함