Skip to content

Commit 187976c

Browse files
committed
update launch.json with corrected paths
1 parent 33b2c01 commit 187976c

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

Diff for: SampleApps/WebView2APISample/.vscode/launch.json

+37-37
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"type": "edge",
77
"request": "launch",
88
"cwd": "${workspaceFolder}",
9-
"runtimeExecutable": "${workspaceFolder}/../../../../out/debug_x64/WebView2APISample.exe",
9+
"runtimeExecutable": "${workspaceFolder}/Debug/x64/WebView2APISample.exe",
1010
"env": {
1111
// customize for your build location
12-
"Path": "%path%;${workspaceFolder}/x64/Debug"
12+
"Path": "%path%;${workspaceFolder}/Debug/x64"
1313
},
1414
"useWebView": true
1515
},
@@ -18,10 +18,10 @@
1818
"type": "edge",
1919
"request": "launch",
2020
"cwd": "${workspaceFolder}",
21-
"runtimeExecutable": "${workspaceFolder}/../../../../out/debug_x86/WebView2APISample.exe",
21+
"runtimeExecutable": "${workspaceFolder}/Debug/Win32/WebView2APISample.exe",
2222
"env": {
2323
// customize for your build location
24-
"Path": "%path%;${workspaceFolder}/x86/Debug"
24+
"Path": "%path%;${workspaceFolder}/Debug/Win32"
2525
},
2626
"useWebView": true
2727
},
@@ -30,10 +30,10 @@
3030
"type": "edge",
3131
"request": "launch",
3232
"cwd": "${workspaceFolder}",
33-
"runtimeExecutable": "${workspaceFolder}/../../../../out/debug_arm64/WebView2APISample.exe",
33+
"runtimeExecutable": "${workspaceFolder}/Debug/arm64/WebView2APISample.exe",
3434
"env": {
3535
// customize for your build location
36-
"Path": "%path%;${workspaceFolder}/arm64/Debug"
36+
"Path": "%path%;${workspaceFolder}/Debug/arm64"
3737
},
3838
"useWebView": true
3939
},
@@ -42,10 +42,10 @@
4242
"type": "edge",
4343
"request": "launch",
4444
"cwd": "${workspaceFolder}",
45-
"runtimeExecutable": "${workspaceFolder}/../../../../out/release_x64/WebView2APISample.exe",
45+
"runtimeExecutable": "${workspaceFolder}/Release/x64/WebView2APISample.exe",
4646
"env": {
4747
// customize for your build location
48-
"Path": "%path%;${workspaceFolder}/x64/Release"
48+
"Path": "%path%;${workspaceFolder}/Release/x64"
4949
},
5050
"useWebView": true
5151
},
@@ -54,10 +54,10 @@
5454
"type": "edge",
5555
"request": "launch",
5656
"cwd": "${workspaceFolder}",
57-
"runtimeExecutable": "${workspaceFolder}/../../../../out/release_x86/WebView2APISample.exe",
57+
"runtimeExecutable": "${workspaceFolder}/Release/Win32/WebView2APISample.exe",
5858
"env": {
5959
// customize for your build location
60-
"Path": "%path%;${workspaceFolder}/x86/Release"
60+
"Path": "%path%;${workspaceFolder}/Release/Win32"
6161
},
6262
"useWebView": true
6363
},
@@ -66,10 +66,10 @@
6666
"type": "edge",
6767
"request": "launch",
6868
"cwd": "${workspaceFolder}",
69-
"runtimeExecutable": "${workspaceFolder}/../../../../out/release_arm64/WebView2APISample.exe",
69+
"runtimeExecutable": "${workspaceFolder}/Release/arm64/WebView2APISample.exe",
7070
"env": {
7171
// customize for your build location
72-
"Path": "%path%;${workspaceFolder}/arm64/Release"
72+
"Path": "%path%;${workspaceFolder}/Release/arm64"
7373
},
7474
"useWebView": true
7575
},
@@ -78,10 +78,10 @@
7878
"type": "pwa-msedge",
7979
"request": "launch",
8080
"cwd": "${workspaceFolder}",
81-
"runtimeExecutable": "${workspaceFolder}/../../../../out/debug_x64/WebView2APISample.exe",
81+
"runtimeExecutable": "${workspaceFolder}/Debug/x64/WebView2APISample.exe",
8282
"env": {
8383
// customize for your build location
84-
"Path": "%path%;${workspaceFolder}/x64/Debug"
84+
"Path": "%path%;${workspaceFolder}/Debug/x64"
8585
},
8686
"useWebView": true,
8787
"url": "file:///${workspaceFolder}/assets/ScenarioJavaScriptDebugIndex.html",
@@ -92,10 +92,10 @@
9292
"type": "pwa-msedge",
9393
"request": "launch",
9494
"cwd": "${workspaceFolder}",
95-
"runtimeExecutable": "${workspaceFolder}/../../../../out/debug_x86/WebView2APISample.exe",
95+
"runtimeExecutable": "${workspaceFolder}/Debug/Win32/WebView2APISample.exe",
9696
"env": {
9797
// customize for your build location
98-
"Path": "%path%;${workspaceFolder}/x86/Debug"
98+
"Path": "%path%;${workspaceFolder}/Debug/Win32"
9999
},
100100
"useWebView": true,
101101
"url": "file:///${workspaceFolder}/assets/ScenarioJavaScriptDebugIndex.html",
@@ -106,10 +106,10 @@
106106
"type": "pwa-msedge",
107107
"request": "launch",
108108
"cwd": "${workspaceFolder}",
109-
"runtimeExecutable": "${workspaceFolder}/../../../../out/debug_arm64/WebView2APISample.exe",
109+
"runtimeExecutable": "${workspaceFolder}/Debug/arm64/WebView2APISample.exe",
110110
"env": {
111111
// customize for your build location
112-
"Path": "%path%;${workspaceFolder}/arm64/Debug"
112+
"Path": "%path%;${workspaceFolder}/Debug/arm64"
113113
},
114114
"useWebView": true,
115115
"url": "file:///${workspaceFolder}/assets/ScenarioJavaScriptDebugIndex.html",
@@ -120,10 +120,10 @@
120120
"type": "pwa-msedge",
121121
"request": "launch",
122122
"cwd": "${workspaceFolder}",
123-
"runtimeExecutable": "${workspaceFolder}/../../../../out/release_x64/WebView2APISample.exe",
123+
"runtimeExecutable": "${workspaceFolder}/Release/x64/WebView2APISample.exe",
124124
"env": {
125125
// customize for your build location
126-
"Path": "%path%;${workspaceFolder}/x64/Release"
126+
"Path": "%path%;${workspaceFolder}/Release/x64"
127127
},
128128
"useWebView": true,
129129
"url": "file:///${workspaceFolder}/assets/ScenarioJavaScriptDebugIndex.html",
@@ -134,10 +134,10 @@
134134
"type": "pwa-msedge",
135135
"request": "launch",
136136
"cwd": "${workspaceFolder}",
137-
"runtimeExecutable": "${workspaceFolder}/../../../../out/release_x86/WebView2APISample.exe",
137+
"runtimeExecutable": "${workspaceFolder}/Release/Win32/WebView2APISample.exe",
138138
"env": {
139139
// customize for your build location
140-
"Path": "%path%;${workspaceFolder}/x86/Release"
140+
"Path": "%path%;${workspaceFolder}/Release/Win32"
141141
},
142142
"useWebView": true,
143143
"url": "file:///${workspaceFolder}/assets/ScenarioJavaScriptDebugIndex.html",
@@ -148,10 +148,10 @@
148148
"type": "pwa-msedge",
149149
"request": "launch",
150150
"cwd": "${workspaceFolder}",
151-
"runtimeExecutable": "${workspaceFolder}/../../../../out/release_arm64/WebView2APISample.exe",
151+
"runtimeExecutable": "${workspaceFolder}/Release/arm64/WebView2APISample.exe",
152152
"env": {
153153
// customize for your build location
154-
"Path": "%path%;${workspaceFolder}/arm64/Release"
154+
"Path": "%path%;${workspaceFolder}/Release/arm64"
155155
},
156156
"useWebView": true,
157157
"url": "file:///${workspaceFolder}/assets/ScenarioJavaScriptDebugIndex.html",
@@ -176,10 +176,10 @@
176176
"type": "edge",
177177
"request": "launch",
178178
"cwd": "${workspaceFolder}",
179-
"runtimeExecutable": "${workspaceFolder}/../../../../out/debug_x64/WebView2APISample.exe",
179+
"runtimeExecutable": "${workspaceFolder}/debug/x64/WebView2APISample.exe",
180180
"env": {
181181
// customize for your build location
182-
"Path": "%path%;${workspaceFolder}/x64/Debug;"
182+
"Path": "%path%;${workspaceFolder}/Debug/x64;"
183183
},
184184
"urlFilter": "*debugCase*",
185185
"useWebView": "advanced"
@@ -189,10 +189,10 @@
189189
"type": "edge",
190190
"request": "launch",
191191
"cwd": "${workspaceFolder}",
192-
"runtimeExecutable": "${workspaceFolder}/../../../../out/debug_x86/WebView2APISample.exe",
192+
"runtimeExecutable": "${workspaceFolder}/debug/win32/WebView2APISample.exe",
193193
"env": {
194194
// customize for your build location
195-
"Path": "%path%;${workspaceFolder}/x86/Debug;"
195+
"Path": "%path%;${workspaceFolder}/Debug/win32;"
196196
},
197197
"urlFilter": "*debugCase*",
198198
"useWebView": "advanced"
@@ -202,10 +202,10 @@
202202
"type": "edge",
203203
"request": "launch",
204204
"cwd": "${workspaceFolder}",
205-
"runtimeExecutable": "${workspaceFolder}/../../../../out/debug_arm64/WebView2APISample.exe",
205+
"runtimeExecutable": "${workspaceFolder}/debug/arm64/WebView2APISample.exe",
206206
"env": {
207207
// customize for your build location
208-
"Path": "%path%;${workspaceFolder}/arm64/Debug;"
208+
"Path": "%path%;${workspaceFolder}/Debug/arm64;"
209209
},
210210
"urlFilter": "*debugCase*",
211211
"useWebView": "advanced"
@@ -216,10 +216,10 @@
216216
"type": "pwa-msedge",
217217
"request": "launch",
218218
"cwd": "${workspaceFolder}",
219-
"runtimeExecutable": "${workspaceFolder}/../../../../out/debug_x64/WebView2APISample.exe",
219+
"runtimeExecutable": "${workspaceFolder}/debug/x64/WebView2APISample.exe",
220220
"env": {
221221
// customize for your build location
222-
"Path": "%path%;${workspaceFolder}/x64/Debug;"
222+
"Path": "%path%;${workspaceFolder}/Debug/x64;"
223223
},
224224
"urlFilter": "*debugCase*",
225225
"useWebView": "advanced"
@@ -230,10 +230,10 @@
230230
"type": "pwa-msedge",
231231
"request": "launch",
232232
"cwd": "${workspaceFolder}",
233-
"runtimeExecutable": "${workspaceFolder}/../../../../out/debug_x86/WebView2APISample.exe",
233+
"runtimeExecutable": "${workspaceFolder}/debug/win32/WebView2APISample.exe",
234234
"env": {
235235
// customize for your build location
236-
"Path": "%path%;${workspaceFolder}/x86/Debug;"
236+
"Path": "%path%;${workspaceFolder}/Debug/win32;"
237237
},
238238
"urlFilter": "*debugCase*",
239239
"useWebView": "advanced"
@@ -244,10 +244,10 @@
244244
"type": "pwa-msedge",
245245
"request": "launch",
246246
"cwd": "${workspaceFolder}",
247-
"runtimeExecutable": "${workspaceFolder}/../../../../out/debug_arm64/WebView2APISample.exe",
247+
"runtimeExecutable": "${workspaceFolder}/debug/arm64/WebView2APISample.exe",
248248
"env": {
249249
// customize for your build location
250-
"Path": "%path%;${workspaceFolder}/arm64/Debug;"
250+
"Path": "%path%;${workspaceFolder}/Debug/arm64;"
251251
},
252252
"urlFilter": "*debugCase*",
253253
"useWebView": "advanced"
@@ -256,7 +256,7 @@
256256
"name": "Sample app (debug app)",
257257
"type": "cppvsdbg",
258258
"request": "launch",
259-
"program": "${workspaceFolder}/../../../../out/debug_x64/WebView2APISample.exe",
259+
"program": "${workspaceFolder}/Debug/x64/WebView2APISample.exe",
260260
"args": [],
261261
"preLaunchTask": "",
262262
"stopAtEntry": false,

0 commit comments

Comments
 (0)