Add Microsoft Python extension to allow code formatting, linting,...

This commit is contained in:
Jean-Michel Picod
2020-02-20 15:09:40 +01:00
parent 557eebab2c
commit f345a75302

View File

@@ -1,6 +1,7 @@
{
"recommendations": [
"davidanson.vscode-markdownlint",
"rust-lang.rust"
"rust-lang.rust",
"ms-python.python"
]
}