-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyrightconfig.json
More file actions
25 lines (25 loc) · 890 Bytes
/
pyrightconfig.json
File metadata and controls
25 lines (25 loc) · 890 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
// TODO: ST>4200 changes to Python 3.14
"extraPaths": [
"/Applications/Sublime Text.app/Contents/MacOS/Lib/python3.8.zip",
"/Applications/Sublime Text.app/Contents/MacOS/Lib/python38",
"/Applications/Sublime Text.app/Contents/MacOS/Lib/python3",
"/Applications/Sublime Text.app/Contents/MacOS/Packages",
// I don't think these expand, sadly
// "$HOME/Library/Application Support/Sublime Text/Lib/python38",
// "$HOME/Library/Application Support/Sublime Text/Packages"
"/opt/sublime_text/Lib/python3.8.zip",
"/opt/sublime_text/Lib/python38",
"/opt/sublime_text/Lib/python3",
"/opt/sublime_text/Packages",
// "$HOME/.config/sublime-text/Lib/python38",
// "$HOME/.config/sublime-text/Packages"
],
"typeCheckingMode": "strict",
"executionEnvironments": [
{
"root": "sublime/",
"pythonVersion": "3.8",
},
]
}