mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
I think the MS C++ extension is what was causing vscode to hang for me. I've been trying clangd and it seems to work better. yash is syntax highlighting for ypp/lpp. The builtin markdown support's gotten better, so I'm removing the non-standard recommendation.
10 lines
187 B
JSON
10 lines
187 B
JSON
{
|
|
"recommendations": [
|
|
"bazelbuild.vscode-bazel",
|
|
"daohong-emilio.yash",
|
|
"esbenp.prettier-vscode",
|
|
"llvm-vs-code-extensions.vscode-clangd",
|
|
"ms-python.python"
|
|
]
|
|
}
|