aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: a53c1bbb4101949bc010547b46dbf640a5b70775 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
  "files.associations": {
    "algorithm": "cpp",
    "array": "cpp",
    "cctype": "cpp",
    "chrono": "cpp",
    "cmath": "cpp",
    "concepts": "cpp",
    "cstddef": "cpp",
    "cstdint": "cpp",
    "cstdio": "cpp",
    "cstdlib": "cpp",
    "cstring": "cpp",
    "ctime": "cpp",
    "cwchar": "cpp",
    "exception": "cpp",
    "forward_list": "cpp",
    "functional": "cpp",
    "initializer_list": "cpp",
    "ios": "cpp",
    "iosfwd": "cpp",
    "iostream": "cpp",
    "istream": "cpp",
    "iterator": "cpp",
    "limits": "cpp",
    "list": "cpp",
    "map": "cpp",
    "memory": "cpp",
    "new": "cpp",
    "optional": "cpp",
    "ostream": "cpp",
    "ratio": "cpp",
    "stdexcept": "cpp",
    "streambuf": "cpp",
    "string": "cpp",
    "system_error": "cpp",
    "tuple": "cpp",
    "type_traits": "cpp",
    "typeinfo": "cpp",
    "unordered_map": "cpp",
    "utility": "cpp",
    "vector": "cpp",
    "xfacet": "cpp",
    "xhash": "cpp",
    "xiosbase": "cpp",
    "xlocale": "cpp",
    "xlocinfo": "cpp",
    "xlocnum": "cpp",
    "xmemory": "cpp",
    "xstddef": "cpp",
    "xstring": "cpp",
    "xtr1common": "cpp",
    "xtree": "cpp",
    "xutility": "cpp",
    "atomic": "cpp",
    "clocale": "cpp",
    "condition_variable": "cpp",
    "mutex": "cpp",
    "shared_mutex": "cpp",
    "thread": "cpp",
    "bitset": "cpp",
    "iomanip": "cpp",
    "set": "cpp",
    "sstream": "cpp",
    "xlocmon": "cpp",
    "xloctime": "cpp",
    "string_view": "cpp",
    "cassert": "cpp",
    "gsl_util": "cpp",
    "multi_span": "cpp",
    "span": "cpp",
    "string_span": "cpp",
    "numeric": "cpp",
    "pointers": "cpp",
    "gsl_assert": "cpp",
    "cstdarg": "cpp",
    "locale": "cpp",
    "xlocbuf": "cpp",
    "xlocmes": "cpp"
  },
  "cmake.configureSettings": {
    "CMAKE_TOOLCHAIN_FILE": "${workspaceFolder}/vcpkg/scripts/buildsystems/vcpkg.cmake",
  },
  "cmake.generator": "Ninja",
}