11{
2- "C_Cpp.default.configurationProvider" : " ms-vscode.cmake-tools" ,
3- "C_Cpp.default.compileCommands" : " ${workspaceFolder}/build/compile_commands.json" ,
4- "C_Cpp.intelliSenseEngine" : " default" ,
5- "C_Cpp.errorSquiggles" : " enabled" ,
6- "C_Cpp.autocomplete" : " default" ,
7- "files.associations" : {
8- "*.hpp" : " cpp" ,
9- "*.h" : " cpp" ,
10- "cctype" : " cpp" ,
11- "clocale" : " cpp" ,
12- "cmath" : " cpp" ,
13- "csignal" : " cpp" ,
14- "cstdarg" : " cpp" ,
15- "cstddef" : " cpp" ,
16- "cstdio" : " cpp" ,
17- "cstdlib" : " cpp" ,
18- "cstring" : " cpp" ,
19- "ctime" : " cpp" ,
20- "cwchar" : " cpp" ,
21- "cwctype" : " cpp" ,
22- "array" : " cpp" ,
23- "atomic" : " cpp" ,
24- "strstream" : " cpp" ,
25- "bit" : " cpp" ,
26- "*.tcc" : " cpp" ,
27- "bitset" : " cpp" ,
28- "chrono" : " cpp" ,
29- "compare" : " cpp" ,
30- "concepts" : " cpp" ,
31- "condition_variable" : " cpp" ,
32- "cstdint" : " cpp" ,
33- "deque" : " cpp" ,
34- "list" : " cpp" ,
35- "map" : " cpp" ,
36- "set" : " cpp" ,
37- "string" : " cpp" ,
38- "unordered_map" : " cpp" ,
39- "unordered_set" : " cpp" ,
40- "vector" : " cpp" ,
41- "exception" : " cpp" ,
42- "algorithm" : " cpp" ,
43- "functional" : " cpp" ,
44- "iterator" : " cpp" ,
45- "memory" : " cpp" ,
46- "memory_resource" : " cpp" ,
47- "numeric" : " cpp" ,
48- "optional" : " cpp" ,
49- "random" : " cpp" ,
50- "ratio" : " cpp" ,
51- "regex" : " cpp" ,
52- "string_view" : " cpp" ,
53- "system_error" : " cpp" ,
54- "tuple" : " cpp" ,
55- "type_traits" : " cpp" ,
56- "utility" : " cpp" ,
57- "fstream" : " cpp" ,
58- "future" : " cpp" ,
59- "initializer_list" : " cpp" ,
60- "iomanip" : " cpp" ,
61- "iosfwd" : " cpp" ,
62- "iostream" : " cpp" ,
63- "istream" : " cpp" ,
64- "limits" : " cpp" ,
65- "mutex" : " cpp" ,
66- "new" : " cpp" ,
67- "numbers" : " cpp" ,
68- "ostream" : " cpp" ,
69- "semaphore" : " cpp" ,
70- "shared_mutex" : " cpp" ,
71- "sstream" : " cpp" ,
72- "stdexcept" : " cpp" ,
73- "stop_token" : " cpp" ,
74- "streambuf" : " cpp" ,
75- "thread" : " cpp" ,
76- "cinttypes" : " cpp" ,
77- "typeindex" : " cpp" ,
78- "typeinfo" : " cpp" ,
79- "variant" : " cpp"
80- },
81- "cmake.configureOnOpen" : false ,
82- "cmake.buildDirectory" : " ${workspaceFolder}/build" ,
83- "ros.distro" : " humble"
84- }
2+ "C_Cpp.default.configurationProvider" : " ms-vscode.cmake-tools" ,
3+ "C_Cpp.default.compileCommands" : " ${workspaceFolder}/build/compile_commands.json" ,
4+ "C_Cpp.intelliSenseEngine" : " default" ,
5+ "C_Cpp.errorSquiggles" : " enabled" ,
6+ "C_Cpp.autocomplete" : " default" ,
7+ "files.associations" : {
8+ "*.hpp" : " cpp" ,
9+ "*.h" : " cpp" ,
10+ "cctype" : " cpp" ,
11+ "clocale" : " cpp" ,
12+ "cmath" : " cpp" ,
13+ "csignal" : " cpp" ,
14+ "cstdarg" : " cpp" ,
15+ "cstddef" : " cpp" ,
16+ "cstdio" : " cpp" ,
17+ "cstdlib" : " cpp" ,
18+ "cstring" : " cpp" ,
19+ "ctime" : " cpp" ,
20+ "cwchar" : " cpp" ,
21+ "cwctype" : " cpp" ,
22+ "array" : " cpp" ,
23+ "atomic" : " cpp" ,
24+ "strstream" : " cpp" ,
25+ "bit" : " cpp" ,
26+ "*.tcc" : " cpp" ,
27+ "bitset" : " cpp" ,
28+ "chrono" : " cpp" ,
29+ "compare" : " cpp" ,
30+ "concepts" : " cpp" ,
31+ "condition_variable" : " cpp" ,
32+ "cstdint" : " cpp" ,
33+ "deque" : " cpp" ,
34+ "list" : " cpp" ,
35+ "map" : " cpp" ,
36+ "set" : " cpp" ,
37+ "string" : " cpp" ,
38+ "unordered_map" : " cpp" ,
39+ "unordered_set" : " cpp" ,
40+ "vector" : " cpp" ,
41+ "exception" : " cpp" ,
42+ "algorithm" : " cpp" ,
43+ "functional" : " cpp" ,
44+ "iterator" : " cpp" ,
45+ "memory" : " cpp" ,
46+ "memory_resource" : " cpp" ,
47+ "numeric" : " cpp" ,
48+ "optional" : " cpp" ,
49+ "random" : " cpp" ,
50+ "ratio" : " cpp" ,
51+ "regex" : " cpp" ,
52+ "string_view" : " cpp" ,
53+ "system_error" : " cpp" ,
54+ "tuple" : " cpp" ,
55+ "type_traits" : " cpp" ,
56+ "utility" : " cpp" ,
57+ "fstream" : " cpp" ,
58+ "future" : " cpp" ,
59+ "initializer_list" : " cpp" ,
60+ "iomanip" : " cpp" ,
61+ "iosfwd" : " cpp" ,
62+ "iostream" : " cpp" ,
63+ "istream" : " cpp" ,
64+ "limits" : " cpp" ,
65+ "mutex" : " cpp" ,
66+ "new" : " cpp" ,
67+ "numbers" : " cpp" ,
68+ "ostream" : " cpp" ,
69+ "semaphore" : " cpp" ,
70+ "shared_mutex" : " cpp" ,
71+ "sstream" : " cpp" ,
72+ "stdexcept" : " cpp" ,
73+ "stop_token" : " cpp" ,
74+ "streambuf" : " cpp" ,
75+ "thread" : " cpp" ,
76+ "cinttypes" : " cpp" ,
77+ "typeindex" : " cpp" ,
78+ "typeinfo" : " cpp" ,
79+ "variant" : " cpp"
80+ },
81+ "cmake.configureOnOpen" : false ,
82+ "cmake.buildDirectory" : " ${workspaceFolder}/build" ,
83+ "ros.distro" : " humble"
84+ }
0 commit comments