isthereanydeal API implemented & Metascore (Metacritic) ... and more!
This commit is contained in:
parent
e8ea813896
commit
4522d51f47
|
@ -3,7 +3,7 @@
|
|||
"configurations": [
|
||||
{
|
||||
"name": "Python: Remote Attach",
|
||||
"type": "python",
|
||||
"type": "debugpy",
|
||||
"request": "attach",
|
||||
"connect": {
|
||||
"host": "192.168.10.31",
|
||||
|
@ -12,7 +12,7 @@
|
|||
"pathMappings": [
|
||||
{
|
||||
"localRoot": "${workspaceFolder}",
|
||||
"remoteRoot": "."
|
||||
"remoteRoot": "/app"
|
||||
}
|
||||
],
|
||||
"justMyCode": true
|
||||
|
|
Loading…
Reference in New Issue