1
0
şunun yansıması https://github.com/arsenetar/dupeguru.git eşitlendi 2025-07-02 21:43:21 +00:00

Add vscode extension recommendation

Bu işleme şunda yer alıyor:
Andrew Senetar 2022-03-21 22:27:16 -05:00
ebeveyn 8cee1a9467
işleme bbcdfbf698
İmzalayan: arsenetar
GPG Anahtar Kimliği: C63300DCE48AB2F1
2 değiştirilmiş dosya ile 12 ekleme ve 2 silme

4
.gitignore sağlanmış
Dosyayı Görüntüle

@ -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 sağlanmış Normal dosya
Dosyayı Görüntüle

@ -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": []
}