Skip to content

Instantly share code, notes, and snippets.

@ksvbka
Last active February 21, 2020 04:41
Show Gist options
  • Save ksvbka/ddae2676bb72ab7e57aa1a1a2ca71d8f to your computer and use it in GitHub Desktop.
Save ksvbka/ddae2676bb72ab7e57aa1a1a2ca71d8f to your computer and use it in GitHub Desktop.
Auto index include file QT and KDE
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/usr/include/c++/7",
"/usr/include/KF5/**",
"/usr/include/x86_64-linux-gnu/qt5/**",
"/usr/include/x86_64-linux-gnu/c++/7"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment