mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-25 22:14:34 +00:00
35 lines
644 B
Plaintext
35 lines
644 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"debug.allowBreakpointsEverywhere": true,
|
|
"files.associations": {
|
|
"*.su": "tsv",
|
|
"thread": "cpp",
|
|
"bitset": "cpp",
|
|
"initializer_list": "cpp",
|
|
"semaphore": "cpp",
|
|
"memory": "cpp",
|
|
"limits": "cpp",
|
|
"climits": "cpp",
|
|
"iterator": "cpp",
|
|
"ranges": "cpp",
|
|
"cassert": "cpp",
|
|
"concepts": "cpp",
|
|
"cctype": "cpp",
|
|
"tuple": "cpp",
|
|
"streambuf": "cpp",
|
|
"system_error": "cpp",
|
|
"coroutine": "cpp",
|
|
"static_vector": "cpp",
|
|
"string_view": "cpp",
|
|
"compare": "cpp",
|
|
"ostream": "cpp",
|
|
"unordered_map": "cpp",
|
|
"vector": "cpp"
|
|
}
|
|
}
|
|
} |