mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-11 06:04:36 +00:00
Add vscode extension recommendation
This commit is contained in:
parent
8cee1a9467
commit
bbcdfbf698
4
.gitignore
vendored
4
.gitignore
vendored
@ -89,8 +89,8 @@ cython_debug/
|
|||||||
!.vscode/settings.json
|
!.vscode/settings.json
|
||||||
#!.vscode/tasks.json
|
#!.vscode/tasks.json
|
||||||
#!.vscode/launch.json
|
#!.vscode/launch.json
|
||||||
#!.vscode/extensions.json
|
!.vscode/extensions.json
|
||||||
#!.vscode/*.code-snippets
|
!.vscode/*.code-snippets
|
||||||
|
|
||||||
# Local History for Visual Studio Code
|
# Local History for Visual Studio Code
|
||||||
.history/
|
.history/
|
||||||
|
10
.vscode/extensions.json
vendored
Normal file
10
.vscode/extensions.json
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
// List of extensions which should be recommended for users of this workspace.
|
||||||
|
"recommendations": [
|
||||||
|
"redhat.vscode-yaml",
|
||||||
|
"ms-python.vscode-pylance",
|
||||||
|
"ms-python.python"
|
||||||
|
],
|
||||||
|
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
|
||||||
|
"unwantedRecommendations": []
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user