Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
This is about the environment creating a python script and editing it on visual studio code.
After creating a python script, while editing the script, the vscode python setting file is created automatically.
C:\Users\(username)\AppData\Roaming\Autodesk\Autodesk Fusion 360\API\Scripts\Myscript\.vscode\settings.json
{
"python.autoComplete.extraPaths": ...,
"python.analysis.extraPaths": ...,
"python.pythonPath": ...,
}
"python.pythonPath" key is outdated,
"python.defaultInterpreterPath" is right to vscode later than 2021.6.0 (16 June 2021)
Please refer the vscode change note
https://github.com/microsoft/vscode-python/blob/main/CHANGELOG.md#202160-16-june-2021
Thanks,
Doojin
Solved! Go to Solution.