flamenco-env/.vscode/settings.json

13 lines
361 B
JSON
Raw Permalink Normal View History

2024-08-29 17:39:20 -04:00
{
"python.autoComplete.extraPaths": [
"blender_autocomplete/4.1"
],
"python.linting.pylintArgs": [
"--init-hook",
"import sys; sys.path.append('blender_autocomplete/4.1')"
],
"python.analysis.extraPaths": [
2024-09-02 13:35:37 -04:00
"blender_autocomplete/4.1",
"./workspace/blender-4.2.1-linux-x64/4.2/scripts/modules"
2024-08-29 17:39:20 -04:00
],
}