IT
vscode CodeRunner 주의점
u149_cinderella
2025. 3. 24. 20:23
CodeRunner는 cin,scanf같은 입력을 받으려하면
(c/cpp의 경우만 이런지 나머지 언어도 이런지는 모르겠다. 파이썬은 그냥 python확장 깔아서 쓰면 되니까 확인안해봤음)
code-runner.executeMap에다가
"code-runner.runInTerminal": true,
이걸 추가해줘야한다.
이거 추가안해서 계속 실행이 안됐었다.