Recommend installation of python extension
This commit is contained in:
parent
18498c5c4a
commit
de514389bd
5
.vscode/extensions.json
vendored
Normal file
5
.vscode/extensions.json
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"ms-python.python" // The official Python extension for VS Code
|
||||
]
|
||||
}
|
||||
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"extensions.autoUpdate": true,
|
||||
"extensions.autoCheckUpdates": true,
|
||||
"extensions.ignoreRecommendations": false
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user