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
Copy file name to clipboardExpand all lines: src/webview/newProjectPanel.mts
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1283,14 +1283,16 @@ export class NewProjectPanel {
1283
1283
});
1284
1284
voidwindow
1285
1285
.showErrorMessage(
1286
-
"Swift is required for Swift project generation. Please install Swift.",
1287
-
"Install"
1286
+
"Swift dev snapshot is required for Swift project generation. Please install the latest downloadable 'main' Swift Development Snapshot from swift.org to use Embedded Swift.",
0 commit comments