We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8f5eb commit 92ec419Copy full SHA for 92ec419
src/sandbox.ts
@@ -111,6 +111,13 @@ export class SandboxSession extends Disposable {
111
this.addDisposable(this.pitcherClient);
112
}
113
114
+ /**
115
+ * Check if the VM process is up to date. To update a restart is required
116
+ */
117
+ get isUpToDate() {
118
+ return this.pitcherClient.isUpToDate();
119
+ }
120
+
121
/**
122
* The ID of the sandbox.
123
*/
0 commit comments