Commit 25a3c0c
committed
Improve basedpyright configuration for root-level scripts
- Add *.py to include patterns for root-level Python scripts
- Add executionEnvironments with extraPaths for better import resolution
- Fixes false positive import error in start_local_server.py
This ensures basedpyright can resolve imports in scripts that use
runtime path manipulation (sys.path.insert).1 parent 7dbece9 commit 25a3c0c
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
10 | 18 | | |
11 | 19 | | |
0 commit comments