basic vscode config
This commit is contained in:
parent
9da700dd77
commit
94e86ba119
1 changed files with 11 additions and 0 deletions
11
.vscode/settings.json
vendored
Normal file
11
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"python.languageServer": "Pylance",
|
||||
"python.analysis.diagnosticSeverityOverrides": {
|
||||
"reportMissingModuleSource": "none"
|
||||
},
|
||||
"python.analysis.extraPaths": [
|
||||
"",
|
||||
],
|
||||
"circuitpython.board.version": null,
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue