Files
i2p.i2p/launchers/macosx/.vscode/settings.json
meeh f76874ac19 Adding XCode workspace & Xcode project, and some files missing from last commit.
Please note that Xcode project embedds the packing script (meaning it runs "ant" - zip files, and moves it to bundle)
2018-09-18 15:39:32 +00:00

36 lines
786 B
JSON

{
"files.associations": {
"*.jsm": "javascript",
"*.grd": "xml",
"*.plist": "xml",
"*.jxa": "javascript",
"*.gni": "javascript",
"*.gn": "javascript",
"type_traits": "cpp",
"__config": "cpp",
"__nullptr": "cpp",
"cstddef": "cpp",
"exception": "cpp",
"initializer_list": "cpp",
"new": "cpp",
"stdexcept": "cpp",
"typeinfo": "cpp",
"algorithm": "cpp",
"ios": "cpp",
"iosfwd": "cpp",
"__split_buffer": "cpp",
"list": "cpp",
"string": "cpp",
"vector": "cpp",
"iterator": "cpp",
"optional": "cpp",
"memory": "cpp",
"map": "cpp",
"__mutex_base": "cpp",
"mutex": "cpp",
"functional": "cpp",
"__functional_03": "cpp",
"__string": "cpp",
"system_error": "cpp"
}
}