-
VSCode C/C++ Setting Clangd 서버 세팅하기(Linux OS) Instead of put a compile_commands.코딩Coding/VisualStudioCode_IDE사용_Extensions 2023. 1. 26. 23:33728x90
https://github.com/clangd/vscode-clangd/issues/218
Instead of put a compile_commands.json at source root #218
이거 찾느라 개고생 ㅠㅠ
{ // c/c++ languages setting~ clangd server Setting "clangd.arguments": [ "--compile-commands-dir=<path_to_directory_containing_compile_commands.json>" ], }
내 Clang Version 14$ clang --version Ubuntu clang version 14.0.0-1ubuntu1 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin
llvm 다운로드 하기
https://releases.llvm.org/
내가 공부 하려고 다시 정리
11분 부터 llvm설치 후 clang
한글Rust_072⭐️Rust ggez_game_helix tutorialVer23.03 WindowsOS #helix #inlayhint #rustlang #scoop #zig
https://youtu.be/_KAnc1QehMk
반응형'코딩Coding > VisualStudioCode_IDE사용_Extensions' 카테고리의 다른 글
VS Code Day 2023 (0) 2023.05.07 VSCode보다 빠른 Zed💕Zed is a high-performance, multiplayer code editor from the crea (0) 2023.03.27 emmet 기본 사용법 (0) 2023.02.10 Debugging Embedded Targets with pyOCD and Eclipse (0) 2023.02.07 C# programming with Visual Studio Code (0) 2023.01.07 Here’s What’s New in Visual Studio 2022 version 17.0 Preview 1 (0) 2022.12.29 Visual Studio 2022 adds C++ atomics (0) 2022.12.29 비쥬얼 스튜디오 코드 신규 기능 + 필수 익스텐션 추천 (0) 2022.12.21