Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Angular icons with TS and JS by default #226

Open
brianmorais opened this issue Jul 14, 2024 · 1 comment
Open

Replace Angular icons with TS and JS by default #226

brianmorais opened this issue Jul 14, 2024 · 1 comment
Labels
feature request Request for new functionality

Comments

@brianmorais
Copy link

Would it be possible to define the pattern of the *.service.ts, *.service.js, *.component.ts and *.component.js files for the typescript and javascript icons?
So that if the user prefers to use Angular or even Nest icons, he does the mapping himself.

Example:
image

At the moment:
image

@miguelsolorio
Copy link
Owner

Yes, you can set the following in your user settings (ref):

"symbols.files.associations": {
    "*.component.js": "js",
    "*.component.ts": "ts",
    "*.service.js": "js",
    "*.service.ts": "ts"
}

But I'll leave this issue open for those that may want to vote to change it. I could see an argument for both sides.

@miguelsolorio miguelsolorio added the feature request Request for new functionality label Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request for new functionality
Projects
None yet
Development

No branches or pull requests

2 participants