Created
November 9, 2024 09:43
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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