9 lines
238 B
JSON
9 lines
238 B
JSON
{
|
|
"python.autoComplete.extraPaths": [
|
|
"C:/GitHub/blender_autocomplete/2.80"
|
|
],
|
|
"python.linting.pylintArgs": [
|
|
"--init-hook",
|
|
"import sys; sys.path.append('C:/GitHub/blender_autocomplete/2.80')"
|
|
],
|
|
} |