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