Is there any support of defining extensions to use per repo?
Is there any support of defining extensions to use per repo?
Like the .vscode/extensions.json and the recommendations part?
I showed this by changing the url of a repo for someone, changing github to github1s, and the reaction was the same as for me, really cool, but he wanted the go to implementation in c#-interface-methods, and I guess that's only adding an c#-extension, but does those things work on this online version of vscode?
In this case I think we can push some useful extensions that has built for web to the repositories, and then offer an switch in settings.
Maybe scan the repo for files - and enable some extensions based on the filenames (file extensions).
There is api to list repo’s language https://docs.github.com/en/rest/reference/repos#list-repository-languages
Cool, loading extensions based on presets for the languages returned from that api sounds really neat... 👍😉