Python launch.json 수정
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File (Integrated Terminal)",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"stopOnEntry": true // 작동안함
},
반응형
'Programming > (C++)(Visual Studio)' 카테고리의 다른 글
VS Code python.autoComplete.extraPaths 설정 (0) | 2021.03.12 |
---|---|
우분투 비주얼 스튜디오 설치 Ubuntu Visual Studio 설치 (1) | 2020.02.13 |