diff options
author | 2021-08-11 13:56:03 -0700 | |
---|---|---|
committer | 2021-08-11 13:56:03 -0700 | |
commit | 842bb9cba28e51172407523a4e8b624fde8d702e (patch) | |
tree | 674e7ed4a8d768bb60ee612affe846c4d7904691 /workspace.code-workspace | |
parent | ca90126cc43e688cfbe8636f6b373c4bb3af602c (diff) | |
download | bun-842bb9cba28e51172407523a4e8b624fde8d702e.tar.gz bun-842bb9cba28e51172407523a4e8b624fde8d702e.tar.zst bun-842bb9cba28e51172407523a4e8b624fde8d702e.zip |
go
Former-commit-id: d90f4747fe450c6f5d11d550df5117a9dca9962e
Diffstat (limited to 'workspace.code-workspace')
-rw-r--r-- | workspace.code-workspace | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/workspace.code-workspace b/workspace.code-workspace new file mode 100644 index 000000000..b71214b7a --- /dev/null +++ b/workspace.code-workspace @@ -0,0 +1,96 @@ +{ + "folders": [ + { + "path": "." + } +], + "settings": { + "git.autoRepositoryDetection": "openEditors", + "search.quickOpen.includeSymbols": false, + "search.seedWithNearestWord": true, + "search.smartCase": true, + "search.followSymlinks": false, + "zig.buildOnSave": false, + "files.associations": { + "*.idl": "cpp", + "memory": "cpp", + "iostream": "cpp", + "algorithm": "cpp", + "random": "cpp", + "ios": "cpp", + "filesystem": "cpp", + "__locale": "cpp", + "type_traits": "cpp", + "__mutex_base": "cpp", + "__string": "cpp", + "string": "cpp", + "string_view": "cpp", + "typeinfo": "cpp", + "__config": "cpp", + "__nullptr": "cpp", + "exception": "cpp", + "__bit_reference": "cpp", + "atomic": "cpp", + "utility": "cpp", + "sstream": "cpp", + "__functional_base": "cpp", + "new": "cpp", + "__debug": "cpp", + "__errc": "cpp", + "__hash_table": "cpp", + "__node_handle": "cpp", + "__split_buffer": "cpp", + "__threading_support": "cpp", + "__tuple": "cpp", + "array": "cpp", + "bit": "cpp", + "bitset": "cpp", + "cctype": "cpp", + "chrono": "cpp", + "clocale": "cpp", + "cmath": "cpp", + "complex": "cpp", + "condition_variable": "cpp", + "cstdarg": "cpp", + "cstddef": "cpp", + "cstdint": "cpp", + "cstdio": "cpp", + "cstdlib": "cpp", + "cstring": "cpp", + "ctime": "cpp", + "cwchar": "cpp", + "cwctype": "cpp", + "deque": "cpp", + "fstream": "cpp", + "functional": "cpp", + "initializer_list": "cpp", + "iomanip": "cpp", + "iosfwd": "cpp", + "istream": "cpp", + "iterator": "cpp", + "limits": "cpp", + "locale": "cpp", + "mutex": "cpp", + "optional": "cpp", + "ostream": "cpp", + "ratio": "cpp", + "stack": "cpp", + "stdexcept": "cpp", + "streambuf": "cpp", + "system_error": "cpp", + "thread": "cpp", + "tuple": "cpp", + "unordered_map": "cpp", + "unordered_set": "cpp", + "vector": "cpp", + "__bits": "cpp", + "__tree": "cpp", + "map": "cpp", + "numeric": "cpp", + "set": "cpp", + "__memory": "cpp", + "memory_resource": "cpp" + }, + "git.ignoreLimitWarning": true + } +} |