Files
carbon-lang/.vscode/extensions.json
T
Jon Ross-Perkins 93bd97c289 Drop yash from vscode recommendations, and add black (#3589)
yash is mainly for flex/bison formatting, which was for explorer: we're
refocusing away from that, so it doesn't make as much sense to include
now.

black I think is relatively new, it was previously part of the python
plugin. I'm hoping inclusion helps with setup.
2024-01-11 22:55:23 +00:00

11 lines
232 B
JSON

{
"recommendations": [
"bazelbuild.vscode-bazel",
"bierner.github-markdown-preview",
"esbenp.prettier-vscode",
"llvm-vs-code-extensions.vscode-clangd",
"ms-python.black-formatter",
"ms-python.python"
]
}