@araxiaonline/mpq-tools-osx
Version:
Node.js wrapper for MPQ archive manipulation for MacOSX using mpqcli
26 lines • 804 B
JSON
{
"configurations": [
{
"name": "Linux",
"compilerPathInCppPropertiesJson": "/usr/bin/clang",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
"cStandard": "c17",
"cppStandard": "c++14",
"intelliSenseMode": "linux-clang-x64",
"mergeConfigurations": false,
"compilerPath": "/usr/bin/clang",
"browse": {
"path": [
"${workspaceFolder}"
],
"limitSymbolsToIncludedHeaders": true
},
"configurationProvider": "ms-vscode.cmake-tools"
}
],
"version": 4
}