dupeguru/.vscode/extensions.json

12 lines
399 B
JSON
Raw Permalink Normal View History

2022-03-21 22:27:16 -05:00
{
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"redhat.vscode-yaml",
"ms-python.vscode-pylance",
"ms-python.python",
"ms-python.black-formatter",
2022-03-21 22:27:16 -05:00
],
// List of extensions recommended by VS Code that should not be recommended for
// users of this workspace.
2022-03-21 22:27:16 -05:00
"unwantedRecommendations": []
}