blob: f3f2fe8362cd5a377b04e6ba927e6d82f6f25d3a [file] [log] [blame]
{
"recommendations": [
"eeyore.yapf",
"dangmai.workspace-default-settings",
"ms-python.flake8",
"ms-python.isort",
"ms-python.python",
],
// These are remarked as extenstions you should disable for this workspace.
// VSCode does not support disabling extensions via workspace config files.
"unwantedRecommendations": [
"ms-python.black-formatter",
"ms-python.pylint"
]
}