We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed3d1fb commit 93cd136Copy full SHA for 93cd136
1 file changed
content/posts/vscode_cpp_environment/index.md
@@ -20,7 +20,7 @@ title = '搭建基于VSCode的跨平台C++学习环境'
20
21
很简单,直接安装这些软件包:
22
23
-- **Clang** llvm的前端,包括了clangd既语言服务器
+- **Clang** LLVM的前端,包括了Clangd即语言服务器
24
- **GCC/LLVM** 编译器
25
- **CMake** 依赖管理/构建系统
26
- **Ninja** 构建器
0 commit comments