mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-08 17:19:03 +00:00
Andrew Senetar
53d5ac06bf
- Add additional settings to VS Code for formatter changes in plugins - Fix black formatting - Fix flake8 errors due to long lines - Fix flake8 errors due to type comparisons
12 lines
399 B
JSON
12 lines
399 B
JSON
{
|
|
// 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",
|
|
],
|
|
// List of extensions recommended by VS Code that should not be recommended for
|
|
// users of this workspace.
|
|
"unwantedRecommendations": []
|
|
} |