diff --git a/src/main/kotlin/org/jetbrains/kotlin/jupyter/protocol.kt b/src/main/kotlin/org/jetbrains/kotlin/jupyter/protocol.kt index ff9709cd4..4dcb21dd7 100644 --- a/src/main/kotlin/org/jetbrains/kotlin/jupyter/protocol.kt +++ b/src/main/kotlin/org/jetbrains/kotlin/jupyter/protocol.kt @@ -32,7 +32,7 @@ fun JupyterConnection.Socket.shellMessagesHandler(msg: Message, repl: ReplForJup "language_info" to jsonObject( "name" to "kotlin", "codemirror_mode" to "text/x-kotlin", - "file_extension" to "kt" + "file_extension" to ".kt" ), // Jupyter lab Console support