We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaaf7af commit 2fa0239Copy full SHA for 2fa0239
src/types.ts
@@ -411,6 +411,8 @@ type RendererModel = {
411
type SimpleBlobRendererComponent = React.ComponentType<{
412
data: Blob;
413
readOnly?: boolean;
414
+ notFound?: boolean;
415
+ isSelected?: boolean;
416
cmdstr?: string;
417
cwd?: string;
418
exitcode?: number;
src/view/code.tsx
@@ -15,7 +15,6 @@ declare var monaco: any;
15
class SourceCodeRenderer extends React.Component<
16
{
17
18
- readOnly: boolean;
19
cmdstr: string;
20
cwd: string;
21
readOnly: boolean;
0 commit comments