Last active
September 21, 2024 06:43
-
-
Save gokulkrishh/4647a85069061f5e07ceda662e167ca6 to your computer and use it in GitHub Desktop.
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}.${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