ccagml / leetcode-extension

Solved LeetCode problem in VS Code added some new features
https://marketplace.visualstudio.com/items?itemName=ccagml.vscode-leetcode-problem-rating
MIT License
245 stars 26 forks source link

添加msvc支持,使用path中的clang,gcc使用c++20标准 #326

Closed Doekin closed 1 month ago

Doekin commented 1 month ago
  1. 添加了 msvc 的支持,需要在 Developer PowerShellDeveloper Command Prompt 中打开 vscode 以添加环境变量
  2. clang 路径由 /usr/bin/clang++ 修改为 clang++
  3. 修改了 clang 对应的调试配置,使用 mingw-llvm 工具链时能正常 debug(依赖 CodeLLDB 扩展)
  4. gcc 使用c++20标准
ccagml commented 1 month ago

感谢