Skip to content

Commit a2cc5d7

Browse files
authored
put standard library file associations in package.json (#14002)
1 parent dc1cdec commit a2cc5d7

File tree

1 file changed

+129
-1
lines changed

1 file changed

+129
-1
lines changed

Extension/package.json

Lines changed: 129 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,134 @@
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+
"ccomplex",
80+
"cctype",
81+
"cerrno",
82+
"cfenv",
83+
"cfloat",
84+
"charconv",
85+
"chrono",
86+
"cinttypes",
87+
"ciso646",
88+
"climits",
89+
"clocale",
90+
"cmath",
91+
"codecvt",
92+
"compare",
93+
"complex",
94+
"concepts",
95+
"condition_variable",
96+
"contracts",
97+
"coroutine",
98+
"csetjmp",
99+
"csignal",
100+
"cstdalign",
101+
"cstdarg",
102+
"cstdbool",
103+
"cstddef",
104+
"cstdint",
105+
"cstdio",
106+
"cstdlib",
107+
"cstring",
108+
"ctgmath",
109+
"ctime",
110+
"cuchar",
111+
"cwchar",
112+
"cwctype",
113+
"debugging",
114+
"deque",
115+
"exception",
116+
"execution",
117+
"expected",
118+
"filesystem",
119+
"flat_map",
120+
"flat_set",
121+
"format",
122+
"forward_list",
123+
"fstream",
124+
"functional",
125+
"future",
126+
"generator",
127+
"hazard_pointer",
128+
"hive",
129+
"initializer_list",
130+
"inplace_vector",
131+
"iomanip",
132+
"ios",
133+
"iosfwd",
134+
"iostream",
135+
"istream",
136+
"iterator",
137+
"latch",
138+
"limits",
139+
"linalg",
140+
"list",
141+
"locale",
142+
"map",
143+
"mdspan",
144+
"memory",
145+
"memory_resource",
146+
"mutex",
147+
"new",
148+
"numbers",
149+
"numeric",
150+
"optional",
151+
"ostream",
152+
"print",
153+
"queue",
154+
"random",
155+
"ranges",
156+
"ratio",
157+
"rcu",
158+
"regex",
159+
"scoped_allocator",
160+
"semaphore",
161+
"set",
162+
"shared_mutex",
163+
"simd",
164+
"source_location",
165+
"span",
166+
"spanstream",
167+
"sstream",
168+
"stack",
169+
"stacktrace",
170+
"stdexcept",
171+
"stdfloat",
172+
"stop_token",
173+
"streambuf",
174+
"string",
175+
"string_view",
176+
"strstream",
177+
"syncstream",
178+
"system_error",
179+
"text_encoding",
180+
"thread",
181+
"tuple",
182+
"type_traits",
183+
"typeindex",
184+
"typeinfo",
185+
"unordered_map",
186+
"unordered_set",
187+
"utility",
188+
"valarray",
189+
"variant",
190+
"vector",
191+
"version"
192+
]
193+
}
194+
],
67195
"walkthroughs": [
68196
{
69197
"id": "cppWelcome",
@@ -3349,7 +3477,7 @@
33493477
},
33503478
"C_Cpp.autoAddFileAssociations": {
33513479
"type": "boolean",
3352-
"default": true,
3480+
"default": false,
33533481
"markdownDescription": "%c_cpp.configuration.autoAddFileAssociations.markdownDescription%",
33543482
"scope": "window"
33553483
},

0 commit comments

Comments
 (0)