|
6 | 6 | "type": "edge",
|
7 | 7 | "request": "launch",
|
8 | 8 | "cwd": "${workspaceFolder}",
|
9 |
| - "runtimeExecutable": "${workspaceFolder}/../../../../out/debug_x64/WebView2APISample.exe", |
| 9 | + "runtimeExecutable": "${workspaceFolder}/Debug/x64/WebView2APISample.exe", |
10 | 10 | "env": {
|
11 | 11 | // customize for your build location
|
12 |
| - "Path": "%path%;${workspaceFolder}/x64/Debug" |
| 12 | + "Path": "%path%;${workspaceFolder}/Debug/x64" |
13 | 13 | },
|
14 | 14 | "useWebView": true
|
15 | 15 | },
|
|
18 | 18 | "type": "edge",
|
19 | 19 | "request": "launch",
|
20 | 20 | "cwd": "${workspaceFolder}",
|
21 |
| - "runtimeExecutable": "${workspaceFolder}/../../../../out/debug_x86/WebView2APISample.exe", |
| 21 | + "runtimeExecutable": "${workspaceFolder}/Debug/Win32/WebView2APISample.exe", |
22 | 22 | "env": {
|
23 | 23 | // customize for your build location
|
24 |
| - "Path": "%path%;${workspaceFolder}/x86/Debug" |
| 24 | + "Path": "%path%;${workspaceFolder}/Debug/Win32" |
25 | 25 | },
|
26 | 26 | "useWebView": true
|
27 | 27 | },
|
|
30 | 30 | "type": "edge",
|
31 | 31 | "request": "launch",
|
32 | 32 | "cwd": "${workspaceFolder}",
|
33 |
| - "runtimeExecutable": "${workspaceFolder}/../../../../out/debug_arm64/WebView2APISample.exe", |
| 33 | + "runtimeExecutable": "${workspaceFolder}/Debug/arm64/WebView2APISample.exe", |
34 | 34 | "env": {
|
35 | 35 | // customize for your build location
|
36 |
| - "Path": "%path%;${workspaceFolder}/arm64/Debug" |
| 36 | + "Path": "%path%;${workspaceFolder}/Debug/arm64" |
37 | 37 | },
|
38 | 38 | "useWebView": true
|
39 | 39 | },
|
|
42 | 42 | "type": "edge",
|
43 | 43 | "request": "launch",
|
44 | 44 | "cwd": "${workspaceFolder}",
|
45 |
| - "runtimeExecutable": "${workspaceFolder}/../../../../out/release_x64/WebView2APISample.exe", |
| 45 | + "runtimeExecutable": "${workspaceFolder}/Release/x64/WebView2APISample.exe", |
46 | 46 | "env": {
|
47 | 47 | // customize for your build location
|
48 |
| - "Path": "%path%;${workspaceFolder}/x64/Release" |
| 48 | + "Path": "%path%;${workspaceFolder}/Release/x64" |
49 | 49 | },
|
50 | 50 | "useWebView": true
|
51 | 51 | },
|
|
54 | 54 | "type": "edge",
|
55 | 55 | "request": "launch",
|
56 | 56 | "cwd": "${workspaceFolder}",
|
57 |
| - "runtimeExecutable": "${workspaceFolder}/../../../../out/release_x86/WebView2APISample.exe", |
| 57 | + "runtimeExecutable": "${workspaceFolder}/Release/Win32/WebView2APISample.exe", |
58 | 58 | "env": {
|
59 | 59 | // customize for your build location
|
60 |
| - "Path": "%path%;${workspaceFolder}/x86/Release" |
| 60 | + "Path": "%path%;${workspaceFolder}/Release/Win32" |
61 | 61 | },
|
62 | 62 | "useWebView": true
|
63 | 63 | },
|
|
66 | 66 | "type": "edge",
|
67 | 67 | "request": "launch",
|
68 | 68 | "cwd": "${workspaceFolder}",
|
69 |
| - "runtimeExecutable": "${workspaceFolder}/../../../../out/release_arm64/WebView2APISample.exe", |
| 69 | + "runtimeExecutable": "${workspaceFolder}/Release/arm64/WebView2APISample.exe", |
70 | 70 | "env": {
|
71 | 71 | // customize for your build location
|
72 |
| - "Path": "%path%;${workspaceFolder}/arm64/Release" |
| 72 | + "Path": "%path%;${workspaceFolder}/Release/arm64" |
73 | 73 | },
|
74 | 74 | "useWebView": true
|
75 | 75 | },
|
|
78 | 78 | "type": "pwa-msedge",
|
79 | 79 | "request": "launch",
|
80 | 80 | "cwd": "${workspaceFolder}",
|
81 |
| - "runtimeExecutable": "${workspaceFolder}/../../../../out/debug_x64/WebView2APISample.exe", |
| 81 | + "runtimeExecutable": "${workspaceFolder}/Debug/x64/WebView2APISample.exe", |
82 | 82 | "env": {
|
83 | 83 | // customize for your build location
|
84 |
| - "Path": "%path%;${workspaceFolder}/x64/Debug" |
| 84 | + "Path": "%path%;${workspaceFolder}/Debug/x64" |
85 | 85 | },
|
86 | 86 | "useWebView": true,
|
87 | 87 | "url": "file:///${workspaceFolder}/assets/ScenarioJavaScriptDebugIndex.html",
|
|
92 | 92 | "type": "pwa-msedge",
|
93 | 93 | "request": "launch",
|
94 | 94 | "cwd": "${workspaceFolder}",
|
95 |
| - "runtimeExecutable": "${workspaceFolder}/../../../../out/debug_x86/WebView2APISample.exe", |
| 95 | + "runtimeExecutable": "${workspaceFolder}/Debug/Win32/WebView2APISample.exe", |
96 | 96 | "env": {
|
97 | 97 | // customize for your build location
|
98 |
| - "Path": "%path%;${workspaceFolder}/x86/Debug" |
| 98 | + "Path": "%path%;${workspaceFolder}/Debug/Win32" |
99 | 99 | },
|
100 | 100 | "useWebView": true,
|
101 | 101 | "url": "file:///${workspaceFolder}/assets/ScenarioJavaScriptDebugIndex.html",
|
|
106 | 106 | "type": "pwa-msedge",
|
107 | 107 | "request": "launch",
|
108 | 108 | "cwd": "${workspaceFolder}",
|
109 |
| - "runtimeExecutable": "${workspaceFolder}/../../../../out/debug_arm64/WebView2APISample.exe", |
| 109 | + "runtimeExecutable": "${workspaceFolder}/Debug/arm64/WebView2APISample.exe", |
110 | 110 | "env": {
|
111 | 111 | // customize for your build location
|
112 |
| - "Path": "%path%;${workspaceFolder}/arm64/Debug" |
| 112 | + "Path": "%path%;${workspaceFolder}/Debug/arm64" |
113 | 113 | },
|
114 | 114 | "useWebView": true,
|
115 | 115 | "url": "file:///${workspaceFolder}/assets/ScenarioJavaScriptDebugIndex.html",
|
|
120 | 120 | "type": "pwa-msedge",
|
121 | 121 | "request": "launch",
|
122 | 122 | "cwd": "${workspaceFolder}",
|
123 |
| - "runtimeExecutable": "${workspaceFolder}/../../../../out/release_x64/WebView2APISample.exe", |
| 123 | + "runtimeExecutable": "${workspaceFolder}/Release/x64/WebView2APISample.exe", |
124 | 124 | "env": {
|
125 | 125 | // customize for your build location
|
126 |
| - "Path": "%path%;${workspaceFolder}/x64/Release" |
| 126 | + "Path": "%path%;${workspaceFolder}/Release/x64" |
127 | 127 | },
|
128 | 128 | "useWebView": true,
|
129 | 129 | "url": "file:///${workspaceFolder}/assets/ScenarioJavaScriptDebugIndex.html",
|
|
134 | 134 | "type": "pwa-msedge",
|
135 | 135 | "request": "launch",
|
136 | 136 | "cwd": "${workspaceFolder}",
|
137 |
| - "runtimeExecutable": "${workspaceFolder}/../../../../out/release_x86/WebView2APISample.exe", |
| 137 | + "runtimeExecutable": "${workspaceFolder}/Release/Win32/WebView2APISample.exe", |
138 | 138 | "env": {
|
139 | 139 | // customize for your build location
|
140 |
| - "Path": "%path%;${workspaceFolder}/x86/Release" |
| 140 | + "Path": "%path%;${workspaceFolder}/Release/Win32" |
141 | 141 | },
|
142 | 142 | "useWebView": true,
|
143 | 143 | "url": "file:///${workspaceFolder}/assets/ScenarioJavaScriptDebugIndex.html",
|
|
148 | 148 | "type": "pwa-msedge",
|
149 | 149 | "request": "launch",
|
150 | 150 | "cwd": "${workspaceFolder}",
|
151 |
| - "runtimeExecutable": "${workspaceFolder}/../../../../out/release_arm64/WebView2APISample.exe", |
| 151 | + "runtimeExecutable": "${workspaceFolder}/Release/arm64/WebView2APISample.exe", |
152 | 152 | "env": {
|
153 | 153 | // customize for your build location
|
154 |
| - "Path": "%path%;${workspaceFolder}/arm64/Release" |
| 154 | + "Path": "%path%;${workspaceFolder}/Release/arm64" |
155 | 155 | },
|
156 | 156 | "useWebView": true,
|
157 | 157 | "url": "file:///${workspaceFolder}/assets/ScenarioJavaScriptDebugIndex.html",
|
|
176 | 176 | "type": "edge",
|
177 | 177 | "request": "launch",
|
178 | 178 | "cwd": "${workspaceFolder}",
|
179 |
| - "runtimeExecutable": "${workspaceFolder}/../../../../out/debug_x64/WebView2APISample.exe", |
| 179 | + "runtimeExecutable": "${workspaceFolder}/debug/x64/WebView2APISample.exe", |
180 | 180 | "env": {
|
181 | 181 | // customize for your build location
|
182 |
| - "Path": "%path%;${workspaceFolder}/x64/Debug;" |
| 182 | + "Path": "%path%;${workspaceFolder}/Debug/x64;" |
183 | 183 | },
|
184 | 184 | "urlFilter": "*debugCase*",
|
185 | 185 | "useWebView": "advanced"
|
|
189 | 189 | "type": "edge",
|
190 | 190 | "request": "launch",
|
191 | 191 | "cwd": "${workspaceFolder}",
|
192 |
| - "runtimeExecutable": "${workspaceFolder}/../../../../out/debug_x86/WebView2APISample.exe", |
| 192 | + "runtimeExecutable": "${workspaceFolder}/debug/win32/WebView2APISample.exe", |
193 | 193 | "env": {
|
194 | 194 | // customize for your build location
|
195 |
| - "Path": "%path%;${workspaceFolder}/x86/Debug;" |
| 195 | + "Path": "%path%;${workspaceFolder}/Debug/win32;" |
196 | 196 | },
|
197 | 197 | "urlFilter": "*debugCase*",
|
198 | 198 | "useWebView": "advanced"
|
|
202 | 202 | "type": "edge",
|
203 | 203 | "request": "launch",
|
204 | 204 | "cwd": "${workspaceFolder}",
|
205 |
| - "runtimeExecutable": "${workspaceFolder}/../../../../out/debug_arm64/WebView2APISample.exe", |
| 205 | + "runtimeExecutable": "${workspaceFolder}/debug/arm64/WebView2APISample.exe", |
206 | 206 | "env": {
|
207 | 207 | // customize for your build location
|
208 |
| - "Path": "%path%;${workspaceFolder}/arm64/Debug;" |
| 208 | + "Path": "%path%;${workspaceFolder}/Debug/arm64;" |
209 | 209 | },
|
210 | 210 | "urlFilter": "*debugCase*",
|
211 | 211 | "useWebView": "advanced"
|
|
216 | 216 | "type": "pwa-msedge",
|
217 | 217 | "request": "launch",
|
218 | 218 | "cwd": "${workspaceFolder}",
|
219 |
| - "runtimeExecutable": "${workspaceFolder}/../../../../out/debug_x64/WebView2APISample.exe", |
| 219 | + "runtimeExecutable": "${workspaceFolder}/debug/x64/WebView2APISample.exe", |
220 | 220 | "env": {
|
221 | 221 | // customize for your build location
|
222 |
| - "Path": "%path%;${workspaceFolder}/x64/Debug;" |
| 222 | + "Path": "%path%;${workspaceFolder}/Debug/x64;" |
223 | 223 | },
|
224 | 224 | "urlFilter": "*debugCase*",
|
225 | 225 | "useWebView": "advanced"
|
|
230 | 230 | "type": "pwa-msedge",
|
231 | 231 | "request": "launch",
|
232 | 232 | "cwd": "${workspaceFolder}",
|
233 |
| - "runtimeExecutable": "${workspaceFolder}/../../../../out/debug_x86/WebView2APISample.exe", |
| 233 | + "runtimeExecutable": "${workspaceFolder}/debug/win32/WebView2APISample.exe", |
234 | 234 | "env": {
|
235 | 235 | // customize for your build location
|
236 |
| - "Path": "%path%;${workspaceFolder}/x86/Debug;" |
| 236 | + "Path": "%path%;${workspaceFolder}/Debug/win32;" |
237 | 237 | },
|
238 | 238 | "urlFilter": "*debugCase*",
|
239 | 239 | "useWebView": "advanced"
|
|
244 | 244 | "type": "pwa-msedge",
|
245 | 245 | "request": "launch",
|
246 | 246 | "cwd": "${workspaceFolder}",
|
247 |
| - "runtimeExecutable": "${workspaceFolder}/../../../../out/debug_arm64/WebView2APISample.exe", |
| 247 | + "runtimeExecutable": "${workspaceFolder}/debug/arm64/WebView2APISample.exe", |
248 | 248 | "env": {
|
249 | 249 | // customize for your build location
|
250 |
| - "Path": "%path%;${workspaceFolder}/arm64/Debug;" |
| 250 | + "Path": "%path%;${workspaceFolder}/Debug/arm64;" |
251 | 251 | },
|
252 | 252 | "urlFilter": "*debugCase*",
|
253 | 253 | "useWebView": "advanced"
|
|
256 | 256 | "name": "Sample app (debug app)",
|
257 | 257 | "type": "cppvsdbg",
|
258 | 258 | "request": "launch",
|
259 |
| - "program": "${workspaceFolder}/../../../../out/debug_x64/WebView2APISample.exe", |
| 259 | + "program": "${workspaceFolder}/Debug/x64/WebView2APISample.exe", |
260 | 260 | "args": [],
|
261 | 261 | "preLaunchTask": "",
|
262 | 262 | "stopAtEntry": false,
|
|
0 commit comments