File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ sequenceDiagram
290
290
291
291
rect rgb(121, 210, 121)
292
292
alt Extension Startup
293
- VSC ->> Service: activate() - Start Monitoring
293
+ VSC ->> Service: activate() - Start Service
294
294
295
295
Service ->> Heartbeat: Start Heartbeats
296
296
Heartbeat ->> State: Send Initial Heartbeat <br/> (in a folder add a unique file w/ timestamp)
@@ -317,7 +317,7 @@ sequenceDiagram
317
317
318
318
rect rgb(255, 128, 128)
319
319
alt Graceful Shutdown
320
- VSC ->> Service: deactivate() - Stop Monitoring
320
+ VSC ->> Service: deactivate() - Stop Service
321
321
Service ->> Checker: Stop
322
322
Service ->> Heartbeat: Stop
323
323
Heartbeat ->> State: Delete timestamp file <br/> (This is missed when a crash happens)
You can’t perform that action at this time.
0 commit comments