FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
expresscpp/.vscode/settings.json at master · expresscpp/expresscpp · GitHub
expresscpp
/
expresscpp
Public
Notifications
You must be signed in to change notification settings
Fork
15
Star
96
Code
Issues
5
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
expresscpp
/
.vscode
/
settings.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
122 lines (122 loc) · 3.18 KB
Breadcrumbs
expresscpp
/
.vscode
/
settings.json
Copy path
File metadata and controls
122 lines (122 loc) · 3.18 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"files.associations"
: {
"*.dependencies"
:
"
dockerfile
"
,
"cctype"
:
"
cpp
"
,
"clocale"
:
"
cpp
"
,
"cmath"
:
"
cpp
"
,
"csignal"
:
"
cpp
"
,
"cstdarg"
:
"
cpp
"
,
"cstddef"
:
"
cpp
"
,
"cstdio"
:
"
cpp
"
,
"cstdlib"
:
"
cpp
"
,
"cstring"
:
"
cpp
"
,
"ctime"
:
"
cpp
"
,
"cwchar"
:
"
cpp
"
,
"cwctype"
:
"
cpp
"
,
"array"
:
"
cpp
"
,
"atomic"
:
"
cpp
"
,
"*.tcc"
:
"
cpp
"
,
"bitset"
:
"
cpp
"
,
"chrono"
:
"
cpp
"
,
"codecvt"
:
"
cpp
"
,
"complex"
:
"
cpp
"
,
"condition_variable"
:
"
cpp
"
,
"cstdint"
:
"
cpp
"
,
"deque"
:
"
cpp
"
,
"list"
:
"
cpp
"
,
"unordered_map"
:
"
cpp
"
,
"vector"
:
"
cpp
"
,
"exception"
:
"
cpp
"
,
"algorithm"
:
"
cpp
"
,
"functional"
:
"
cpp
"
,
"iterator"
:
"
cpp
"
,
"map"
:
"
cpp
"
,
"memory"
:
"
cpp
"
,
"memory_resource"
:
"
cpp
"
,
"numeric"
:
"
cpp
"
,
"optional"
:
"
cpp
"
,
"random"
:
"
cpp
"
,
"ratio"
:
"
cpp
"
,
"set"
:
"
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
"
,
"sstream"
:
"
cpp
"
,
"stdexcept"
:
"
cpp
"
,
"streambuf"
:
"
cpp
"
,
"thread"
:
"
cpp
"
,
"cinttypes"
:
"
cpp
"
,
"typeindex"
:
"
cpp
"
,
"typeinfo"
:
"
cpp
"
,
"variant"
:
"
cpp
"
,
"*.ipp"
:
"
cpp
"
,
"filesystem"
:
"
cpp
"
,
"bit"
:
"
cpp
"
,
"strstream"
:
"
cpp
"
,
"forward_list"
:
"
cpp
"
,
"regex"
:
"
cpp
"
,
"source_location"
:
"
cpp
"
,
"shared_mutex"
:
"
cpp
"
,
"cfenv"
:
"
cpp
"
,
"valarray"
:
"
cpp
"
,
"unordered_set"
:
"
cpp
"
,
"hash_map"
:
"
cpp
"
,
"hash_set"
:
"
cpp
"
,
"any"
:
"
cpp
"
,
"csetjmp"
:
"
cpp
"
,
"rope"
:
"
cpp
"
,
"slist"
:
"
cpp
"
,
"scoped_allocator"
:
"
cpp
"
,
"xstring"
:
"
cpp
"
,
"executor"
:
"
cpp
"
,
"internet"
:
"
cpp
"
,
"buffer"
:
"
cpp
"
,
"io_context"
:
"
cpp
"
,
"netfwd"
:
"
cpp
"
,
"socket"
:
"
cpp
"
,
"timer"
:
"
cpp
"
},
"editor.tokenColorCustomizations"
: {
"textMateRules"
: [
{
"scope"
:
"
googletest.failed
"
,
"settings"
: {
"foreground"
:
"
#f00
"
}
},
{
"scope"
:
"
googletest.passed
"
,
"settings"
: {
"foreground"
:
"
#0f0
"
}
},
{
"scope"
:
"
googletest.run
"
,
"settings"
: {
"foreground"
:
"
#0f0
"
}
}
]
},
"cmake.configureSettings"
: {
"EXPRESSCPP_BUILD_TESTS"
:
true
,
"EXPRESSCPP_BUILD_EXAMPLES"
:
true
,
"EXPRESSCPP_USE_CONAN_DEPENDENCIES"
:
true
,
"EXPRESSCPP_USE_ADDRESS_SANITIZER"
:
true
},
"catch2TestExplorer.logSentry"
:
"
disable_1
"
}
Back
|
FazBrowse Home
|
New Git URL