Skip to content

Commit

Permalink
fix: add back reportMissingModuleSource in devcontainer.json because …
Browse files Browse the repository at this point in the history
…stubs will not fix it
  • Loading branch information
apaletta3 committed Oct 22, 2023
1 parent 0391173 commit 8534b12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"path": "/bin/bash",
"icon": "terminal-bash"
}
},
"python.analysis.diagnosticSeverityOverrides": {
"reportMissingModuleSource": "none"
}
},
"extensions": [
Expand Down

0 comments on commit 8534b12

Please sign in to comment.