You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
"text": "settings set target.source-map \"flutter/\"\"${workspaceFolder}\"",
162
+
"ignoreFailures": false
163
+
}
164
+
],
165
+
},
166
+
"win32": {
167
+
"type": "cppvsdbg"
168
+
},
169
+
"program": "${exec}",
170
+
"args": "${argsArray}",
171
+
"cwd": "${cwd}",
172
+
"env": "${envObj}",
173
+
"environment": "${envObjArray}",
174
+
"sourceFileMap": "${sourceFileMapObj}",
175
+
}
176
+
},
177
+
"tasks": {
178
+
"version": "2.0.0",
179
+
"tasks": [
180
+
{
181
+
"label": "impeller_unittests_arm64",
182
+
"type": "shell",
183
+
"command": "./flutter/bin/et",
184
+
"args": [
185
+
"build",
186
+
"-c",
187
+
"host_debug_unopt_arm64",
188
+
"//flutter/impeller:impeller_unittests"
189
+
],
190
+
"options": {
191
+
"cwd": "${workspaceFolder}/.."
192
+
},
193
+
"problemMatcher": [
194
+
"$gcc"
195
+
],
196
+
"presentation": {
197
+
"echo": true,
198
+
"reveal": "always",
199
+
"focus": false,
200
+
"panel": "shared",
201
+
"clear": true
202
+
},
203
+
"group": {
204
+
"kind": "build",
205
+
}
206
+
}
207
+
]
208
+
},
209
+
"extensions": {
210
+
"recommendations": [
211
+
// C++ TestMate
212
+
"matepek.vscode-catch2-test-adapter",
213
+
// Uses github-styled markdown preview, which supports more features than the default markdown preview.
214
+
"bierner.github-markdown-preview",
215
+
// Flutter and Dart extensions.
216
+
"Dart-Code.dart-code",
217
+
// Supports C/C++ in the engine.
218
+
// See https://github.com/flutter/engine/blob/main/docs/contributing/Setting-up-the-Engine-development-environment.md#vscode-with-cc-intellisense-cc
0 commit comments