Skip to content

Commit a6b5f4f

Browse files
authored
Merge pull request #23 from DenisaCG/launcher-file-extension-fix
fix for launcher file extension to open '.jpblockly' file
2 parents 2b18ca0 + 724cbbc commit a6b5f4f

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)