1
0
鏡像自 https://github.com/arsenetar/dupeguru.git 已同步 2026-03-12 11:31:39 +00:00

Add vscode extension recommendation

此提交包含在:
2022-03-21 22:27:16 -05:00
父節點 8cee1a9467
當前提交 bbcdfbf698
共有 2 個檔案被更改,包括 12 行新增2 行删除

10
.vscode/extensions.json 已供應 一般檔案
查看文件

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