From db5e8b4d83d18bf99d1ae41fc1d82633080c8180 Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Fri, 16 Mar 2018 14:02:21 -0700 Subject: [PATCH] :sparkles: added watson debug configuration snippet --- news/1 Enhancements/1031.md | 1 + package.json | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 news/1 Enhancements/1031.md 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": {