Skip to content

Commit

Permalink
✨ add Scrapy debug configuration for experimental debugger (#1106)
Browse files Browse the repository at this point in the history
Fixes #1032
  • Loading branch information
DonJayamanne authored Mar 17, 2018
1 parent 8fc9b9f commit 660508d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/1 Enhancements/1032.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add a Scrapy debug configuration for the experimental debugger.
18 changes: 17 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,22 @@
"--noreload=True"
]
}
},
{
"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": {
Expand Down Expand Up @@ -850,7 +866,7 @@
},
"console": {
"enum": [
"none",
"none",
"integratedTerminal",
"externalTerminal"
],
Expand Down

0 comments on commit 660508d

Please sign in to comment.