We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694f020 commit 06e662bCopy full SHA for 06e662b
.vscode/settings.json
@@ -105,7 +105,29 @@
105
"print": "cpp",
106
"stack": "cpp",
107
"text_encoding": "cpp",
108
- "execution": "cpp"
+ "execution": "cpp",
109
+ "cfenv": "cpp",
110
+ "coroutine": "cpp",
111
+ "csignal": "cpp",
112
+ "filesystem": "cpp",
113
+ "scoped_allocator": "cpp",
114
+ "stdfloat": "cpp",
115
+ "unordered_set": "cpp",
116
+ "xfacet": "cpp",
117
+ "xhash": "cpp",
118
+ "xiosbase": "cpp",
119
+ "xlocale": "cpp",
120
+ "xlocbuf": "cpp",
121
+ "xlocinfo": "cpp",
122
+ "xlocmes": "cpp",
123
+ "xlocmon": "cpp",
124
+ "xlocnum": "cpp",
125
+ "xloctime": "cpp",
126
+ "xmemory": "cpp",
127
+ "xstring": "cpp",
128
+ "xtr1common": "cpp",
129
+ "xtree": "cpp",
130
+ "xutility": "cpp"
131
},
132
"cmake.ctest.allowParallelJobs": true,
133
"terminal.integrated.profiles.windows": {
0 commit comments