Last active
February 21, 2020 04:41
-
-
Save ksvbka/ddae2676bb72ab7e57aa1a1a2ca71d8f to your computer and use it in GitHub Desktop.
Auto index include file QT and KDE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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