.vscodium folder in a project #1468
AdrasteonDev
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In one of my projects, I use the file ".vscode/extensions.json" to list the recommended extensions.
The problem is that recommended extensions may be different for VS code and VSCodium.
For instance, for a C# project, the recommended extension may be:
To solve this problem, I imagine this kind of behaviour:
Do you think something like this is possible ? I didn't check if this kind of behaviour can be useful for other files in ".vscode".
Beta Was this translation helpful? Give feedback.
All reactions