- https://github.com/AlansCodeLog/blender-debugger-for-vscode
- https://github.com/nutti/fake-bpy-module
{
"name": "Python: Attach",
"type": "python",
"request": "attach",
"port": 3000,
"host": "localhost",
"pathMappings": [
{
"localRoot": "${workspaceFolder}",
"remoteRoot": "${workspaceFolder}",
}
]
}
{
"python.pythonPath": "C:/python27-x64/python.exe",
"python.autoComplete.extraPaths": [
"L:/Repos/blender/fake_out/xml-out"
],
"python.formatting.provider": "yapf"
}
yapf > autopep8 because yapf doesn't move my imports