Skip to content

Instantly share code, notes, and snippets.

@osamaadam
Created March 25, 2021 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save osamaadam/fd380821e7941a320663ce8eab8325fc to your computer and use it in GitHub Desktop.
Save osamaadam/fd380821e7941a320663ce8eab8325fc to your computer and use it in GitHub Desktop.
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${default}",
"${workspaceFolder}/vehicle_package_manager/src",
"/home/adam/AUTOSAR/sdks/qemux86/sysroots/i586-poky-linux/usr/include",
"/home/adam/AUTOSAR/sdks/qemux86/sysroots/i586-poky-linux/usr/include/c++/8.2.0",
"/home/adam/AUTOSAR/sdks/qemux86/sysroots/i586-poky-linux/usr/include/c++/8.2.0/i586-poky-linux",
"/home/adam/AUTOSAR/sdks/qemux86/sysroots/i586-poky-linux/usr/include",
"${workspaceFolder}/Build/gen/vehicle_package_manager/includes"
],
"defines": [],
"compilerPath": "/home/adam/AUTOSAR/sdks/qemux86/sysroots/x86_64-pokysdk-linux/usr/bin/i586-poky-linux/i586-poky-linux-g++"
}
],
"version": 4
}
{
"files.associations": {
"*.m": "octave",
"*.asm": "asm",
"*.tcc": "cpp",
"optional": "cpp",
"numeric": "cpp",
"fstream": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"utility": "cpp",
"chrono": "cpp",
"condition_variable": "cpp",
"thread": "cpp",
"tuple": "cpp",
"cctype": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"array": "cpp",
"atomic": "cpp",
"bitset": "cpp",
"complex": "cpp",
"cstdint": "cpp",
"deque": "cpp",
"list": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"vector": "cpp",
"exception": "cpp",
"algorithm": "cpp",
"functional": "cpp",
"iterator": "cpp",
"map": "cpp",
"memory": "cpp",
"memory_resource": "cpp",
"random": "cpp",
"ratio": "cpp",
"regex": "cpp",
"set": "cpp",
"string": "cpp",
"string_view": "cpp",
"system_error": "cpp",
"type_traits": "cpp",
"future": "cpp",
"initializer_list": "cpp",
"iomanip": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"istream": "cpp",
"limits": "cpp",
"mutex": "cpp",
"new": "cpp",
"ostream": "cpp",
"shared_mutex": "cpp",
"cfenv": "cpp",
"cinttypes": "cpp",
"typeindex": "cpp",
"typeinfo": "cpp",
"valarray": "cpp",
"variant": "cpp",
"bit": "cpp",
"compare": "cpp",
"concepts": "cpp",
"ranges": "cpp",
"stop_token": "cpp"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment