You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89 lines
2.0 KiB
89 lines
2.0 KiB
{ |
|
"dart.lineLength": 120, |
|
"yaml.format.singleQuote": true, |
|
"dart.flutterSdkPath": "/home/mars/.local/opt/flutter", |
|
"files.insertFinalNewline": true, |
|
"search.exclude": { |
|
"**/.fvm": true |
|
}, |
|
"files.watcherExclude": { |
|
"**/.fvm": true |
|
}, |
|
"files.associations": { |
|
"*.arb": "json", |
|
"cctype": "cpp", |
|
"clocale": "cpp", |
|
"cmath": "cpp", |
|
"cstdarg": "cpp", |
|
"cstddef": "cpp", |
|
"cstdio": "cpp", |
|
"cstdlib": "cpp", |
|
"cstring": "cpp", |
|
"ctime": "cpp", |
|
"cwchar": "cpp", |
|
"cwctype": "cpp", |
|
"any": "cpp", |
|
"array": "cpp", |
|
"atomic": "cpp", |
|
"bit": "cpp", |
|
"*.tcc": "cpp", |
|
"bitset": "cpp", |
|
"chrono": "cpp", |
|
"codecvt": "cpp", |
|
"compare": "cpp", |
|
"complex": "cpp", |
|
"concepts": "cpp", |
|
"condition_variable": "cpp", |
|
"coroutine": "cpp", |
|
"cstdint": "cpp", |
|
"deque": "cpp", |
|
"forward_list": "cpp", |
|
"list": "cpp", |
|
"map": "cpp", |
|
"set": "cpp", |
|
"unordered_map": "cpp", |
|
"unordered_set": "cpp", |
|
"vector": "cpp", |
|
"exception": "cpp", |
|
"algorithm": "cpp", |
|
"functional": "cpp", |
|
"iterator": "cpp", |
|
"memory": "cpp", |
|
"memory_resource": "cpp", |
|
"numeric": "cpp", |
|
"optional": "cpp", |
|
"random": "cpp", |
|
"ratio": "cpp", |
|
"string": "cpp", |
|
"string_view": "cpp", |
|
"system_error": "cpp", |
|
"tuple": "cpp", |
|
"type_traits": "cpp", |
|
"utility": "cpp", |
|
"fstream": "cpp", |
|
"future": "cpp", |
|
"initializer_list": "cpp", |
|
"iomanip": "cpp", |
|
"iosfwd": "cpp", |
|
"iostream": "cpp", |
|
"istream": "cpp", |
|
"limits": "cpp", |
|
"mutex": "cpp", |
|
"new": "cpp", |
|
"ostream": "cpp", |
|
"ranges": "cpp", |
|
"shared_mutex": "cpp", |
|
"sstream": "cpp", |
|
"stdexcept": "cpp", |
|
"stop_token": "cpp", |
|
"streambuf": "cpp", |
|
"thread": "cpp", |
|
"cinttypes": "cpp", |
|
"typeindex": "cpp", |
|
"typeinfo": "cpp", |
|
"valarray": "cpp", |
|
"variant": "cpp", |
|
"qdbusconnectioninterface": "cpp" |
|
}, |
|
"cmake.sourceDirectory": "/home/mars/dev/aurora/neon/external/share_plus_aurora/aurora" |
|
}
|
|
|