basic working version
This commit is contained in:
9
.vscode/settings.json
vendored
Normal file
9
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"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')"
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user