Skip to content

Commit 9711316

Browse files
committed
put standard library file associations in package.json
1 parent fe0c873 commit 9711316

File tree

1 file changed

+112
-1
lines changed

1 file changed

+112
-1
lines changed

Extension/package.json

Lines changed: 112 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,117 @@
6464
],
6565
"main": "./dist/src/main",
6666
"contributes": {
67+
"languages": [
68+
{
69+
"id": "cpp",
70+
"filenames": [
71+
"algorithm",
72+
"any",
73+
"array",
74+
"atomic",
75+
"barrier",
76+
"bit",
77+
"bitset",
78+
"cassert",
79+
"cctype",
80+
"cerrno",
81+
"cfloat",
82+
"charconv",
83+
"chrono",
84+
"ciso646",
85+
"climits",
86+
"clocale",
87+
"cmath",
88+
"codecvt",
89+
"compare",
90+
"complex",
91+
"concepts",
92+
"condition_variable",
93+
"coroutine",
94+
"csetjmp",
95+
"csignal",
96+
"cstdarg",
97+
"cstddef",
98+
"cstdio",
99+
"cstdlib",
100+
"cstring",
101+
"ctime",
102+
"cwchar",
103+
"cwctype",
104+
"deque",
105+
"exception",
106+
"execution",
107+
"expected",
108+
"filesystem",
109+
"flat_map",
110+
"flat_set",
111+
"format",
112+
"forward_list",
113+
"fstream",
114+
"functional",
115+
"future",
116+
"generator",
117+
"initializer_list",
118+
"iomanip",
119+
"ios",
120+
"iosfwd",
121+
"iostream",
122+
"istream",
123+
"iterator",
124+
"latch",
125+
"limits",
126+
"list",
127+
"locale",
128+
"map",
129+
"mdspan",
130+
"memory",
131+
"memory_resource",
132+
"mutex",
133+
"new",
134+
"numbers",
135+
"numeric",
136+
"optional",
137+
"ostream",
138+
"print",
139+
"queue",
140+
"random",
141+
"ranges",
142+
"ratio",
143+
"regex",
144+
"scoped_allocator",
145+
"semaphore",
146+
"set",
147+
"shared_mutex",
148+
"source_location",
149+
"span",
150+
"spanstream",
151+
"sstream",
152+
"stack",
153+
"stacktrace",
154+
"stdexcept",
155+
"stdfloat",
156+
"stop_token",
157+
"streambuf",
158+
"string",
159+
"string_view",
160+
"strstream",
161+
"syncstream",
162+
"system_error",
163+
"thread",
164+
"tuple",
165+
"type_traits",
166+
"typeindex",
167+
"typeinfo",
168+
"unordered_map",
169+
"unordered_set",
170+
"utility",
171+
"valarray",
172+
"variant",
173+
"vector",
174+
"version"
175+
]
176+
}
177+
],
67178
"walkthroughs": [
68179
{
69180
"id": "cppWelcome",
@@ -3349,7 +3460,7 @@
33493460
},
33503461
"C_Cpp.autoAddFileAssociations": {
33513462
"type": "boolean",
3352-
"default": true,
3463+
"default": false,
33533464
"markdownDescription": "%c_cpp.configuration.autoAddFileAssociations.markdownDescription%",
33543465
"scope": "window"
33553466
},

0 commit comments

Comments
 (0)