1{ 2 "recommendations": [ 3 "eeyore.yapf", 4 "dangmai.workspace-default-settings", 5 "ms-python.flake8", 6 "ms-python.isort", 7 "ms-python.python", 8 ], 9 // These are remarked as extenstions you should disable for this workspace. 10 // VSCode does not support disabling extensions via workspace config files. 11 "unwantedRecommendations": [ 12 "ms-python.black-formatter", 13 "ms-python.pylint" 14 ] 15} 16