Skip to content

Commit

Permalink
fix: app manifest asset linking (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Oct 25, 2022
1 parent 3c92b35 commit 6a8d176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifest/utils/parseExpoJson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const appJsonPattern = {
scheme: 'file',
// Match against app.json and app.config.json
pattern: '**/*/app{,.config}.json',
language: 'json',
language: 'jsonc',
};

export function isAppJson(document: TextDocument) {
Expand Down

0 comments on commit 6a8d176

Please sign in to comment.