getcursor / cursor

The AI-powered code editor
https://cursor.sh
20.56k stars 1.38k forks source link

Support for workbench.editor.customLabels.patterns #1505

Closed nyxb closed 1 week ago

nyxb commented 1 week ago

is that not working?

"workbench.editor.customLabels.patterns": { "/app//page.tsx": "${dirname(1)}/${dirname} ", "/app//layout.tsx": "${dirname(1)}/${dirname} ", "/app//route.ts": "${dirname(1)}/${dirname} ", "/components//.tsx": "${dirname(1)}/${filename} ", "/components//.ts": "${dirname(1)}/${filename} " },

nyxb commented 1 week ago

nvm workes now