Skip to content

Instantly share code, notes, and snippets.

@mbeaudru
Created November 9, 2024 09:43
Show Gist options
  • Save mbeaudru/aca5827282938da7f742e8d981f14351 to your computer and use it in GitHub Desktop.
Save mbeaudru/aca5827282938da7f742e8d981f14351 to your computer and use it in GitHub Desktop.
Make VSCode tabs & search show parent directory for page/layout files in NextJS projects
{
"workbench.editor.customLabels.patterns": {
"**/app/**/page.tsx": "${dirname}/page.${extname}",
"**/app/**/layout.tsx": "${dirname}/layout.${extname}"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment