We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d97777 commit 65f8618Copy full SHA for 65f8618
src/main/kotlin/org/jetbrains/kotlin/jupyter/protocol.kt
@@ -32,7 +32,7 @@ fun JupyterConnection.Socket.shellMessagesHandler(msg: Message, repl: ReplForJup
32
"language_info" to jsonObject(
33
"name" to "kotlin",
34
"codemirror_mode" to "text/x-kotlin",
35
- "file_extension" to "kt"
+ "file_extension" to ".kt"
36
),
37
38
// Jupyter lab Console support
0 commit comments