반응형
Notice
Recent Posts
Recent Comments
Link
목록Tasks (1)
그럴 수도 있지
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/baKjIt/btrHjzmjNe9/mhRcTS72xkMU1KEuIRqEF0/img.png)
view -> Command Palette Tasks: Configure Task { // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { "label": "Project Label", "type": "shell", "command": "python3", "args": [ "${file}" ], "presentation": { "reveal": "always", "panel": "new" }, "options": { "env": { "PYTHONIOENCODING": "UTF-8" } }, "group": { ..
python
2022. 7. 14. 20:01