Allow path glob or regex in associations #2213
angelhdzdev
started this conversation in
Ideas
Replies: 1 comment
-
UpdateOooh ok, duplicate of #330 and forwarded to microsoft/vscode#12493 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I have a workspace with 2 dirs,
client
(Nuxt, Vue) andserver
(NestJS). I want to control each dir icons settings from the workspace's settings (.vscode/settings.json
).So I tried this:
(Added the
pinia-store
icon from another extension 😁)The files.association for all the
*.controller.ts
files in any dir insideserver/src
is not working.The folders.association for the
stores
dir insideclient/src
is not working.It only works like this:
But it affects both dirs.
Alternative
Yes, I can open both dirs as separate VSCode Workspaces, and have one with
vue
Icon Pack and the other withnest
Icon Pack.But having to switch between VSCode windows is cumbersome.
Beta Was this translation helpful? Give feedback.
All reactions