Skip to content

Commit caa550d

Browse files
committed
docs: add Xamarin
1 parent 679101d commit caa550d

File tree

12 files changed

+1046
-73
lines changed

12 files changed

+1046
-73
lines changed

.vscode/launch.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
{
3030
"type": "pwa-node",
3131
"request": "launch",
32-
"name": "Update content",
32+
"name": "Update data",
3333
"skipFiles": ["<node_internals>/**"],
34-
"program": "${workspaceFolder}/scripts/update-content.js",
34+
"program": "${workspaceFolder}/scripts/update-data.js",
3535
"console": "integratedTerminal",
3636
"cwd": "${workspaceFolder}"
3737
},
@@ -41,7 +41,8 @@
4141
"name": "Current file",
4242
"skipFiles": ["<node_internals>/**"],
4343
"program": "${file}",
44-
"console": "integratedTerminal"
44+
"console": "integratedTerminal",
45+
"cwd": "${workspaceFolder}"
4546
}
4647
]
4748
}

0 commit comments

Comments
 (0)