Python Forum
Issue starting Python on VSC (Nooby) - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Issue starting Python on VSC (Nooby) (/thread-16789.html)



Issue starting Python on VSC (Nooby) - Buggy - Mar-14-2019

Hi All,

I'm a beginner and so have been following tutorials to install Python and VSC. All good until i try to debug and open launch.json for the first time and it looks completely different then described on the tutorial.

Firstly the video shows 'no configuration' in the debugging search bar and mine has either 'launch program' or 'add configuration' both then open launch.json but mine doesn't include the same details. Mine has

"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/app.js"
}

Whereas the tutorial has many more variables and python specified... "name": "python" "type": "python" etc.

I followed the instructions as closely as i could and unfortunately i'm not that familiar with the software (or indeed coding)so i come to throw myself on your mercy. The tutorial is even specified as for complete beginners but i guess they couldn't predict someone as thick as me coming along! Cool

Many thanks in advance.

Bug


RE: Issue starting Python on VSC (Nooby) - snippsat - Mar-14-2019

Follow VS Code from start
See if launch.json change after this.
I have not change launch.json(debugger config) it's been setup after the Python extensions install.
If you wonder how it look for me.