Skip to content

Instantly share code, notes, and snippets.

@michaeltrainor
Created November 6, 2020 09:51
Show Gist options
  • Save michaeltrainor/b3665f6bc4149ed28810d1a3faa4e453 to your computer and use it in GitHub Desktop.
Save michaeltrainor/b3665f6bc4149ed28810d1a3faa4e453 to your computer and use it in GitHub Desktop.
VSCode Houdini Python Settings
{
"python.autoComplete.extraPaths": [
"C:/PROGRA~1/SIDEEF~1/HOUDIN~1.351/houdini/python2.7libs"
],
"python.languageServer": "Pylance",
"terminal.integrated.env.windows": {
"PYTHONPATH" : "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.351/python27/houdini/python2.7libs",
"PATH" : "${env:PATH};C:/PROGRA~1/SIDEEF~1/HOUDIN~1.351/python27/bin"
},
"python.analysis.extraPaths": [
"C:/PROGRA~1/SIDEEF~1/HOUDIN~1.351/houdini/python2.7libs"
]
}
@michaeltrainor
Copy link
Author

tip: Make sure you install the Pylance extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment