Created
April 29, 2024 06:32
-
-
Save soulbliss/b6f4406535823e5e7e0524d19a8de70a to your computer and use it in GitHub Desktop.
next js VS Code custom editor labels config
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", | |
"**/app/**/layout.tsx": "${dirname} - Layout", | |
"**/component/**/index.tsx": "${dirname} - Component" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment