Skip to content

Instantly share code, notes, and snippets.

@janpipek
Created October 3, 2017 10:02
Show Gist options
  • Save janpipek/038eae90d4b936e254040740a5d3ef55 to your computer and use it in GitHub Desktop.
Save janpipek/038eae90d4b936e254040740a5d3ef55 to your computer and use it in GitHub Desktop.
VS C++ settings
{
"configurations": [
{
"name": "null",
"includePath": [
"/usr/include/c++/7/", "/usr/include/c++/7/tr1", "/usr/include/linux",
"/usr/include/c++/7/x86_64-redhat-linux",
"~/opt/geant4.10.04.b01/include/Geant4", "${workspaceRoot}/include",
"${workspaceRoot}/lib", "/usr/include/qt5","/usr/include/qt5/QtWidgets","/usr/include/qt5/QtGui",
"/usr/include/qt5/QtCore", "/usr/lib64/qt5/./mkspecs/linux-g++", "/usr/include/qt5/QtPrintSupport", "/usr/include/qt5/QtOpenGL"
],
"defines": [ ],
"browse": {
"path": [
"${workspaceRoot}"
],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
},
"intelliSenseMode": "clang-x64"
}
],
"version": 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment