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
*@description Explanation for selecting the correct workspace folder.
41
42
*/
42
43
selectProjectRoot:
43
-
'To save patches directly to your project, select the project root folder containing the source files of the inspected page.',
44
-
/*
45
-
*@description Explainer stating that selected folder's contents are being sent to Google.
46
-
*/
47
-
sourceCodeSent: 'Relevant code snippets will be sent to Google to generate code suggestions.'
44
+
'To save patches directly to your project, select the project root folder containing the source files of the inspected page. Relevant code snippets will be sent to Google to generate code suggestions.',
48
45
}asconst;
49
46
50
47
constlockedString=i18n.i18n.lockedString;
@@ -59,6 +56,7 @@ interface Folder {
59
56
interfaceViewInput{
60
57
folders: Folder[];
61
58
selectedIndex: number;
59
+
showAutomaticWorkspaceNudge: boolean;
62
60
onProjectSelected: (index: number)=>void;
63
61
onSelectButtonClick: ()=>void;
64
62
onCancelButtonClick: ()=>void;
@@ -104,7 +102,18 @@ export class SelectWorkspaceDialog extends UI.Widget.VBox {
0 commit comments