13 lines
361 B
JSON
13 lines
361 B
JSON
{
|
|
"python.autoComplete.extraPaths": [
|
|
"blender_autocomplete/4.1"
|
|
],
|
|
"python.linting.pylintArgs": [
|
|
"--init-hook",
|
|
"import sys; sys.path.append('blender_autocomplete/4.1')"
|
|
],
|
|
"python.analysis.extraPaths": [
|
|
"blender_autocomplete/4.1",
|
|
"./workspace/blender-4.2.1-linux-x64/4.2/scripts/modules"
|
|
],
|
|
} |