Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzuraw committed Aug 23, 2024
1 parent 71e1313 commit e92b34a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,13 @@ Create `settings.json` under `.vscode` folder with:
"strings": "on"
},
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
"typescript.enablePromptUseWorkspaceTsdk": true,
"workbench.editor.customLabels.patterns": {
"**/app/**/page.tsx": "${dirname} - page.tsx",
"**/app/**/layout.tsx": "${dirname} - layout.tsx",
"**/app/**/error.tsx": "${dirname} - error.tsx",
"**/app/**/loading.tsx": "${dirname} - loading.tsx"
}
}
```

Expand Down

0 comments on commit e92b34a

Please sign in to comment.