Skip to content

Commit 724cbbc

Browse files
committed
fix for launcher file extension
1 parent 2b18ca0 commit 724cbbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ const plugin: JupyterFrontEndPlugin<IBlocklyRegisty> = {
175175
const model = await commands.execute('docmanager:new-untitled', {
176176
path: cwd,
177177
type: 'file',
178-
ext: '.json'
178+
ext: '.jpblockly'
179179
});
180180

181181
// Open the newly created file with the 'Editor'

0 commit comments

Comments
 (0)