Created
November 6, 2020 09:51
-
-
Save michaeltrainor/b3665f6bc4149ed28810d1a3faa4e453 to your computer and use it in GitHub Desktop.
Revisions
-
michaeltrainor created this gist
Nov 6, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ { "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" ] }