-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Add extension recommendations for mimetypes not supported out of the box #38543
Comments
I suggest https://marketplace.visualstudio.com/items?itemName=slevesque.shader by @stef-levesque for HLSL / GLSL / Cg. |
Hi @ramya-rao-a , would you consider adding intelephense to the recommendations. It's PHP and there are already some recommendations for that but it is currently the highest rated most full featured PHP language server extension yet one of the least downloaded |
@bmewburn Right this moment, we are not taking any call. This issue is to collect feedback and suggestions. At the end of next week or so, we'll do a sweep through of the suggestions here and pick extensions and revise the recommendations for the next release |
@ramya-rao-a This item is on November. Assigning to you to decide what you want to do |
An alternative to keeping track of a white list of unsupported file extensions and the corresponding recommendations is to
We already have the infrastructure in place to run the said search. And #40269 is the PR for the same. The only catch now is that we may want to maintain a whitelist of file extensions for which we DO NOT want to do the above. For example: .txt, .log cc @seanmcbreen |
Final cut:
|
Just tested this out in insiders (sent here from #41866) and it works great: Thanks! |
I tried this with file
|
Ok, now I see it when starting VSCode on a fresh user data dir. I might have clicked on 'Don't show again some time` some time, but surely not for these extensions. |
@aeschli Did you have |
There are a lot of file types that are not supported out of the box in VS Code and need extensions to provide the most basic of features like syntax highlighting and simple language support.
This feature request is to add such extensions for popular file types to our recommendation list so that the current recommendation system can prompt the user when such files are first opened.
Examples:
@Microsoft/vscode and community members, please add more here as you see fit
The text was updated successfully, but these errors were encountered: