-
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
Wildcards on activationEvents.workspaceContains? #944
Comments
Just want to echo this feature request. We are developing an extension that should be triggered when there are *.ino files inside the workspace. This is obviously for Arduino and its source files do not necessarily have the same file names (could be anyname.ino). |
Yes, this is critical for C# in VS Code. We want to load on ".cs" and ".csproj" but can't do it without loading on "*". That's definitely overkill. |
Same for F# support with ionide-fsharp, is needed to load on ".fs" and ".fsproj" /cc @Krzysztof-Cieslak |
From my point of view (and I guess similar is true for C# extension) to get really smooth startup experinace I'd need 2 things:
|
…ains Fixes #944 - Support wildcards on activationEvents.workspaceContains
Is there a way to use wildcards in
activationEvents.workspaceContains
? i mean, could i do something like:The text was updated successfully, but these errors were encountered: