Sunrisepeak / d2ds

Dive into Data Structures - 强调动手实践的数据结构学习项目,其中包含在线书籍、公开课、练习代码等子项目
https://sunrisepeak.github.io/d2ds-courses/
Other
19 stars 12 forks source link

dslings: run dslings, lead to vscode slow for skip to header file #5

Closed Sunrisepeak closed 1 month ago

Sunrisepeak commented 1 month ago

image

https://github.com/microsoft/vscode-cpptools

Sunrisepeak commented 1 month ago

add config info to '.vscode/settings.json' as follow

{

    //  your other config

    "C_Cpp.files.exclude": {
        "**/.vscode": true,
        "**/build": true,
        "**/.xmake": true
     }
}

ref: https://stackoverflow.com/questions/71055834/ms-vscode-cpptools-taking-a-ton-of-cpu-usage

Sunrisepeak commented 1 month ago

已添加vscode默认配置文件

https://github.com/Sunrisepeak/d2ds/commit/275fdb4ea63a4d3dd7a41ff87dd93acf30ef52e6