-
Notifications
You must be signed in to change notification settings - Fork 37.4k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Milestone
Description
Since the latest update, the Dart extension is being activated on empty workspaces unexpectedly.
In the logs I see:
2025-09-11 17:30:17.502 [info] ExtensionService#_doActivateExtension Dart-Code.dart-code, startup: false, activationEvent: 'onMcpCollection:dart-sdk-mcp-servers'
We do have mcpServerDefinitionProviders listed in the package.json (and register an MCP server upon activation), but it doesn't make sense that we are now always activated. This seems to undermine the activationEvents that allows us to not be activated except for specific project types (and means that we may spawn Dart-related background processes in non-Dart workspaces).
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded