Skip to content

ja-errorpro/My-Vscode-setting

Repository files navigation

VSCode Settings

Installed Extensions

Description

settings_for_wins.json

  • my frequently used settings for Windows.
  • All of above extensions are required.

settings_for_wins_only_for_cpp.json

  • for Windows, but only for C/C++.
  • Required extensions: C/Cpp, Code Runner
  • Required software: MinGW

settings_for_wins_only_for_cpp_with_clang.json

  • for Windows, but only for C/C++.
  • Required extensions: C/Cpp, Code Runner, Clang-Format
  • Required software: MinGW, LLVM/Clang
  • Difference from settings_for_wins_only_for_cpp.json: Format codes using Google C++ Style while saving.

Environment Variables(Windows)

需要設定環境變數以便讓 VS Code 可以找到編譯器。

You need to set environment variables so that VS Code can find the compiler.

如果是C/C++且環境為Windows,可參考我的這篇文章

If it is C/C++ and the environment is Windows, you can refer to my this article

About

my most freq used vscode setting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published