We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ea1f6 commit 6d81dfdCopy full SHA for 6d81dfd
1 file changed
libs/vscode/notebooks/src/lib/controller/idl-notebook-execution-manager.class.ts
@@ -196,7 +196,7 @@ export class IDLNotebookExecutionManager {
196
/**
197
* Output to append
198
*/
199
- private async _appendToCurrentCellOutput(content: string) {
+ async _appendToCurrentCellOutput(content: string) {
200
// log output
201
IDL_LOGGER.log({
202
log: IDL_NOTEBOOK_LOG,
@@ -454,7 +454,7 @@ export class IDLNotebookExecutionManager {
454
455
* After launch and reset, commands we execute
456
457
- private async _postLaunchAndReset() {
+ async _postLaunchAndReset() {
458
if (!this.isStarted()) {
459
return;
460
}
0 commit comments