diff --git a/news/1 Enhancements/1031.md b/news/1 Enhancements/1031.md new file mode 100644 index 000000000000..299a112ecfcf --- /dev/null +++ b/news/1 Enhancements/1031.md @@ -0,0 +1 @@ +Add a Watson debug configuration for the experimental debugger. diff --git a/package.json b/package.json index 96fbb30580c6..6d40d8bb0188 100644 --- a/package.json +++ b/package.json @@ -787,6 +787,21 @@ "envFile": "^\"\\${workspaceFolder}/.env\"", "debugOptions": [] } + }, + { + "label": "Python Experimental: Watson", + "description": "%python.snippet.launch.watson.description%", + "body": { + "name": "Watson", + "type": "pythonExperimental", + "request": "launch", + "program": "^\"\\${workspaceFolder}/console.py\"", + "args": [ + "dev", + "runserver", + "--noreload=True" + ] + } } ], "configurationAttributes": {