This repository has been archived on 2023-01-27. You can view files and clone it, but cannot push or open issues or pull requests.
cad/fusion360/python/AddInSamples/AddInSample/.vscode/launch.json
2022-10-15 19:16:08 +02: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"
}
]
}