File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "python.autoComplete.extraPaths" : [
3+ " ~/AppData/Roaming/RevitDevTool/2025/Stubs" ,
4+ " ~/AppData/Roaming/pyRevit-Master/pyrevitlib" ,
5+ " ~/AppData/Roaming/pyRevit-Master/site-packages"
6+ ],
7+ "python.analysis.extraPaths" : [
8+ " ~/AppData/Roaming/RevitDevTool/2025/Stubs" ,
9+ " ~/AppData/Roaming/pyRevit-Master/pyrevitlib" ,
10+ " ~/AppData/Roaming/pyRevit-Master/site-packages"
11+ ],
12+ "cursorpyright.analysis.extraPaths" : [
13+ " ~/AppData/Roaming/RevitDevTool/2025/Stubs" ,
14+ " ~/AppData/Roaming/pyRevit-Master/pyrevitlib" ,
15+ " ~/AppData/Roaming/pyRevit-Master/site-packages"
16+ ],
17+ "basedpyright.analysis.extraPaths" : [
18+ " ~/AppData/Roaming/RevitDevTool/2025/Stubs" ,
19+ " ~/AppData/Roaming/pyRevit-Master/pyrevitlib" ,
20+ " ~/AppData/Roaming/pyRevit-Master/site-packages"
21+ ],
22+ "basedpyright.importStrategy" : " useBundled"
23+ }
You can’t perform that action at this time.
0 commit comments