|
3 | 3 | "cmake.configureOnEdit": false, |
4 | 4 | "cmake.sourceDirectory": "${workspaceFolder}/cetlvast", |
5 | 5 | "cmake.buildBeforeRun": true, |
| 6 | + "C_Cpp.intelliSenseEngine": "disabled", |
| 7 | + "C_Cpp.autoAddFileAssociations": false, |
6 | 8 | "editor.wordWrapColumn": 120, |
7 | 9 | "files.insertFinalNewline": true, |
8 | 10 | "files.trimFinalNewlines": true, |
|
30 | 32 | "pattern": "${workspaceFolder}/cetlvast/build/suites/benchmark/**/benchmark_*" |
31 | 33 | } |
32 | 34 | ], |
33 | | - "sonarlint.pathToCompileCommands": "${workspaceFolder}/build/compile_commands.json", |
| 35 | + "sonarlint.pathToCompileCommands": "${workspaceFolder}/cetlvast/build/compile_commands.json", |
34 | 36 | "sonarlint.connectedMode.project": { |
35 | 37 | "connectionId": "opencyphal", |
36 | 38 | "projectKey": "OpenCyphal_CETL" |
|
56 | 58 | }, |
57 | 59 | "files.associations": { |
58 | 60 | "*.in": "cmake", |
59 | | - "Config": "perl", |
60 | | - "memory_resource": "cpp", |
61 | | - "any": "cpp", |
62 | | - "array": "cpp", |
63 | | - "atomic": "cpp", |
64 | | - "bit": "cpp", |
65 | | - "*.tcc": "cpp", |
66 | | - "bitset": "cpp", |
67 | | - "cctype": "cpp", |
68 | | - "chrono": "cpp", |
69 | | - "clocale": "cpp", |
70 | | - "cmath": "cpp", |
71 | | - "codecvt": "cpp", |
72 | | - "compare": "cpp", |
73 | | - "concepts": "cpp", |
74 | | - "condition_variable": "cpp", |
75 | | - "cstdarg": "cpp", |
76 | | - "cstddef": "cpp", |
77 | | - "cstdint": "cpp", |
78 | | - "cstdio": "cpp", |
79 | | - "cstdlib": "cpp", |
80 | | - "cstring": "cpp", |
81 | | - "ctime": "cpp", |
82 | | - "cwchar": "cpp", |
83 | | - "cwctype": "cpp", |
84 | | - "deque": "cpp", |
85 | | - "forward_list": "cpp", |
86 | | - "list": "cpp", |
87 | | - "map": "cpp", |
88 | | - "set": "cpp", |
89 | | - "string": "cpp", |
90 | | - "unordered_map": "cpp", |
91 | | - "unordered_set": "cpp", |
92 | | - "vector": "cpp", |
93 | | - "exception": "cpp", |
94 | | - "algorithm": "cpp", |
95 | | - "functional": "cpp", |
96 | | - "iterator": "cpp", |
97 | | - "memory": "cpp", |
98 | | - "numeric": "cpp", |
99 | | - "optional": "cpp", |
100 | | - "random": "cpp", |
101 | | - "ratio": "cpp", |
102 | | - "string_view": "cpp", |
103 | | - "system_error": "cpp", |
104 | | - "tuple": "cpp", |
105 | | - "type_traits": "cpp", |
106 | | - "utility": "cpp", |
107 | | - "fstream": "cpp", |
108 | | - "future": "cpp", |
109 | | - "initializer_list": "cpp", |
110 | | - "iomanip": "cpp", |
111 | | - "iosfwd": "cpp", |
112 | | - "iostream": "cpp", |
113 | | - "istream": "cpp", |
114 | | - "limits": "cpp", |
115 | | - "mutex": "cpp", |
116 | | - "new": "cpp", |
117 | | - "numbers": "cpp", |
118 | | - "ostream": "cpp", |
119 | | - "regex": "cpp", |
120 | | - "semaphore": "cpp", |
121 | | - "shared_mutex": "cpp", |
122 | | - "span": "cpp", |
123 | | - "sstream": "cpp", |
124 | | - "stdexcept": "cpp", |
125 | | - "stop_token": "cpp", |
126 | | - "streambuf": "cpp", |
127 | | - "thread": "cpp", |
128 | | - "cinttypes": "cpp", |
129 | | - "typeinfo": "cpp", |
130 | | - "variant": "cpp", |
131 | | - "__bit_reference": "cpp", |
132 | | - "__bits": "cpp", |
133 | | - "__config": "cpp", |
134 | | - "__debug": "cpp", |
135 | | - "__errc": "cpp", |
136 | | - "__hash_table": "cpp", |
137 | | - "__locale": "cpp", |
138 | | - "__mutex_base": "cpp", |
139 | | - "__node_handle": "cpp", |
140 | | - "__split_buffer": "cpp", |
141 | | - "__threading_support": "cpp", |
142 | | - "__tree": "cpp", |
143 | | - "__tuple": "cpp", |
144 | | - "__verbose_abort": "cpp", |
145 | | - "ios": "cpp", |
146 | | - "locale": "cpp", |
147 | | - "queue": "cpp", |
148 | | - "version": "cpp", |
149 | | - "cassert": "cpp", |
150 | | - "__memory": "cpp", |
151 | | - "__nullptr": "cpp", |
152 | | - "__string": "cpp", |
153 | | - "ranges": "cpp", |
154 | | - "complex": "cpp", |
155 | | - "stack": "cpp", |
156 | | - "strstream": "cpp", |
157 | | - "typeindex": "cpp", |
158 | | - "charconv": "cpp", |
159 | | - "csignal": "cpp", |
160 | | - "format": "cpp", |
161 | | - "execution": "cpp", |
162 | | - "filesystem": "cpp", |
163 | | - "print": "cpp" |
| 61 | + "*.tcc": "cpp" |
164 | 62 | } |
165 | 63 | } |
0 commit comments