Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepnote/vscode-deepnote
/ report
Method
report
src/platform/progress/types.ts:6–6 ·
view source on GitHub ↗
(progress: Progress)
Source
from the content-addressed store, hash-verified
4
export
type
Progress = { action: ReportableAction; phase:
'started'
|
'completed'
};
5
export
interface
IProgressReporter {
6
report(progress: Progress): void;
7
}
8
9
/**
Callers
14
ensureKernelSelectedWithConfiguration
Method · 0.65
installToolkitAndNotify
Method · 0.65
reportProgress
Method · 0.65
handleOpenInDeepnote
Method · 0.65
run
Function · 0.65
afterAll
Function · 0.65
createEnvironmentCommand
Method · 0.65
progressReporter.unit.test.ts
File · 0.65
report
Function · 0.65
reportProgressInternal
Method · 0.65
show
Method · 0.65
updateProgressMessage
Method · 0.65
Implementers
2
ProgressReporter
src/platform/progress/progressReporter
VSCodeReporter
src/platform/progress/progressReporter
Calls
no outgoing calls
Tested by
no test coverage detected