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
We do not need the PID anymore since we fixed the sessionId so that
a new one is generated even after the ext host crashes and restarts.
The PID previously allowed us to differentiate between ide instances with
the same sessionId but different PIDs
Signed-off-by: nkomonen-amazon <[email protected]>
`crashMonitoring: CHECKED: Result of cleaning up stopped instances\nBEFORE: ${JSON.stringify(before)}\nAFTER: ${JSON.stringify(after)}\nACTUAL: ${JSON.stringify(afterActual)}`
323
322
)
@@ -386,7 +385,6 @@ class TimeLag {
386
385
*/
387
386
typeMementoStateDependencies={
388
387
memento: vscode.Memento
389
-
pid: number
390
388
sessionId: string
391
389
workDirPath: string
392
390
isDevMode: boolean
@@ -401,7 +399,6 @@ function getDefaultDependencies(): MementoStateDependencies {
0 commit comments