Fusion360-Addons/python/Default/launch.json
2021-10-31 19:12:13 +01:00

18 lines
478 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Attach",
"type": "python",
"request": "attach",
"pathMappings": [ {
"localRoot": "${workspaceRoot}",
"remoteRoot": "${workspaceRoot}"}],
"osx": {"filePath":"${file}"},
"windows": {"filePath":"${file}"},
"port": 9000,
"host": "localhost"
}
]
}