Skip to content

Instantly share code, notes, and snippets.

@gokulkrishh
Last active September 21, 2024 06:43
Show Gist options
  • Save gokulkrishh/4647a85069061f5e07ceda662e167ca6 to your computer and use it in GitHub Desktop.
Save gokulkrishh/4647a85069061f5e07ceda662e167ca6 to your computer and use it in GitHub Desktop.
"workbench.editor.customLabels.patterns": {
"**/app/**/page.tsx": "${dirname}.${extname}",
"**/app/**/layout.tsx": "${dirname}/layout.${extname}",
"**/components/**/index.tsx": "${dirname}/index.${extname}",
"**/index.ts": "${dirname}/index.${extname}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment