Skip to content

Commit 05d29c0

Browse files
committed
✨ add Scrapy debug configuration for experimental debugger
1 parent ba97e02 commit 05d29c0

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

news/1 Enhancements/1032.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add a Scrapy debug configuration for the experimental debugger.

package.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,6 +787,22 @@
787787
"envFile": "^\"\\${workspaceFolder}/.env\"",
788788
"debugOptions": []
789789
}
790+
},
791+
{
792+
"label": "Python Experimental: Scrapy",
793+
"description": "%python.snippet.launch.scrapy.description%",
794+
"body": {
795+
"name": "Scrapy",
796+
"type": "pythonExperimental",
797+
"request": "launch",
798+
"module": "scrapy",
799+
"args": [
800+
"crawl",
801+
"specs",
802+
"-o",
803+
"bikes.json"
804+
]
805+
}
790806
}
791807
],
792808
"configurationAttributes": {
@@ -822,7 +838,7 @@
822838
},
823839
"console": {
824840
"enum": [
825-
"none",
841+
"none",
826842
"integratedTerminal",
827843
"externalTerminal"
828844
],

0 commit comments

Comments
 (0)