Skip to content

Commit e5bdfa7

Browse files
committed
fix text input block execution
1 parent 826e91f commit e5bdfa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/platform/common/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ export const LanguagesSupportedByPythonkernel = [
126126
'perl', // %%perl
127127
'qsharp', // %%qsharp
128128
'json', // JSON cells for custom block types
129+
'plaintext', // plaintext cells (e.g., Deepnote input-text blocks)
129130
'raw' // raw cells (no formatting)
130131
];
131132
export const jupyterLanguageToMonacoLanguageMapping = new Map([

0 commit comments

Comments
 (0)