Skip to content

Commit

Permalink
add pylance ignore warnings to dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
apaletta3 committed Oct 12, 2023
1 parent b12aadb commit da04915
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,17 @@
"path": "/bin/bash",
"icon": "terminal-bash"
}
},
"python.analysis.diagnosticSeverityOverrides": {
"reportMissingImports": "none",
"reportMissingModuleSource": "none",
"reportUndefinedVariable": "none"
}
},
"extensions": [
"ms-vscode.cpptools",
"ms-python.python",
"ms-python.black-formatter",
"mhutchie.git-graph",
"ms-vscode.cpptools-extension-pack"
]
Expand Down

0 comments on commit da04915

Please sign in to comment.