File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
site/src/modules/resources/AppLink Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -151,3 +151,15 @@ export const InternalApp: Story = {
151
151
agent : MockWorkspaceAgent ,
152
152
} ,
153
153
} ;
154
+
155
+ export const BlockingStartupScriptRunning : Story = {
156
+ args : {
157
+ workspace : MockWorkspace ,
158
+ app : MockWorkspaceApp ,
159
+ agent : {
160
+ ...MockWorkspaceAgent ,
161
+ lifecycle_state : "starting" ,
162
+ startup_script_behavior : "blocking" ,
163
+ } ,
164
+ } ,
165
+ } ;
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ import { ShareIcon } from "./ShareIcon";
16
16
export const DisplayAppNameMap : Record < TypesGen . DisplayApp , string > = {
17
17
port_forwarding_helper : "Ports" ,
18
18
ssh_helper : "SSH" ,
19
- vscode : "VS Code" ,
20
- vscode_insiders : "VS Code Insiders" ,
19
+ vscode : "VS Code (Remote) " ,
20
+ vscode_insiders : "VS Code Insiders (Remote) " ,
21
21
web_terminal : "Terminal" ,
22
22
} ;
23
23
You can’t perform that action at this time.
0 commit comments