Skip to content

Commit

Permalink
fix: missing return json performInit
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Jan 20, 2024
1 parent 13d9110 commit 765a857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/examples/src/json/client/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const createDefaultJsonContent = (): string => {

/* backwards compatible wrapper for legacy version, for json lang only */
export const performInit = async (vscodeApiInit: boolean) => {
doInit(vscodeApiInit, {
return doInit(vscodeApiInit, {
id: 'json',
extensions: ['.json', '.jsonc'],
aliases: ['JSON', 'json'],
Expand Down

0 comments on commit 765a857

Please sign in to comment.