diff --git a/news/1 Enhancements/1032.md b/news/1 Enhancements/1032.md new file mode 100644 index 000000000000..d7d5cb280e36 --- /dev/null +++ b/news/1 Enhancements/1032.md @@ -0,0 +1 @@ +Add a Scrapy debug configuration for the experimental debugger. diff --git a/package.json b/package.json index 96fbb30580c6..a6459a783f88 100644 --- a/package.json +++ b/package.json @@ -787,6 +787,22 @@ "envFile": "^\"\\${workspaceFolder}/.env\"", "debugOptions": [] } + }, + { + "label": "Python Experimental: Scrapy", + "description": "%python.snippet.launch.scrapy.description%", + "body": { + "name": "Scrapy", + "type": "pythonExperimental", + "request": "launch", + "module": "scrapy", + "args": [ + "crawl", + "specs", + "-o", + "bikes.json" + ] + } } ], "configurationAttributes": { @@ -822,7 +838,7 @@ }, "console": { "enum": [ - "none", + "none", "integratedTerminal", "externalTerminal" ],