-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCato.code-workspace
More file actions
24 lines (24 loc) · 1.02 KB
/
Cato.code-workspace
File metadata and controls
24 lines (24 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"settings": {
"python.languageServer": "Pylance",
"python.linting.pylintEnabled": false,
"python.analysis.diagnosticSeverityOverrides": {
"reportMissingModuleSource": "none"
},
"python.analysis.extraPaths": [
"c:\\Users\\micqf\\.vscode\\extensions\\joedevivo.vscode-circuitpython-0.1.20-win32-x64\\boards\\0x2886\\0x0045",
"c:\\Users\\micqf\\.vscode\\extensions\\joedevivo.vscode-circuitpython-0.1.20-win32-x64\\stubs",
"c:\\Users\\micqf\\AppData\\Roaming\\Code\\User\\globalStorage\\joedevivo.vscode-circuitpython\\bundle\\20230703\\adafruit-circuitpython-bundle-py-20230703\\lib"
],
"circuitpython.board.version": null,
"circuitpython.board.vid": "0x2886",
"circuitpython.board.pid": "0x0045",
"nrf-connect.toolchain.path": "${nrf-connect.toolchain:2.3.0}",
"task.problemMatchers.neverPrompt": false
},
"folders": [
{
"path": "."
}
]
}