Research_Department_Develop.../vscode/extensions.json

23 lines
425 B
JSON

{
"recommendations": [
"ms-python.python",
"ms-python.black-formatter",
"ms-python.flake8",
"ms-vscode.cpptools",
"ms-vscode.cpptools-extension-pack",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"vscjava.vscode-java-pack",
"shengchen.vscode-checkstyle",
"editorconfig.editorconfig",
"eamodio.gitlens",
"mhutchie.git-graph"
],
"unwantedRecommendations": []
}