Add python info
This commit is contained in:
parent
0e306e6ee0
commit
85f3e0c4d0
1 changed files with 16 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
|||
"VisualStudioExptTeam.intellicode-api-usage-examples",
|
||||
"VisualStudioExptTeam.vscodeintellicode",
|
||||
"wayou.vscode-todo-highlight",
|
||||
"yzhang.markdown-all-in-one",
|
||||
"yzhang.markdown-all-in-one"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
@ -72,5 +72,19 @@ Extensions:
|
|||
|
||||
```json
|
||||
"rust-lang.rust-analyzer",
|
||||
"serayuzgur.crates"
|
||||
"serayuzgur.crates",
|
||||
```
|
||||
## Python
|
||||
|
||||
Extensions:
|
||||
|
||||
```json
|
||||
"ms-python.python",
|
||||
"ms-python.black-formatter",
|
||||
```
|
||||
|
||||
Image:
|
||||
|
||||
```json
|
||||
"image": "mcr.microsoft.com/devcontainers/python:3",
|
||||
```
|
Loading…
Reference in a new issue