skip to Main Content

Can't get Java to work in Visual Studio Code

I've been trying to install java on vs code for a couple hours now and I can't seem to get it to work. I've already downloaded all the extensions necessary and I've downloaded the coding pack from https://code.visualstudio.com/docs/languages/java for windows…

VIEW QUESTION

Visual Studio Code – "No module named manage" error when trying to debug a Werkzeug Django app in VSCode

As the title says. I have a Django 4.1 app, which uses Werkzeug to enable https. I have the following launch.json set up: { "version": "0.2.0", "configurations": [ { "name": "Python: Django", "type": "python", "request": "launch", "python": "${workspaceFolder}/venv/Scripts/python.exe", "program": "${workspaceFolder}\appname\manage.py",…

VIEW QUESTION
Back To Top
Search