Skip to content

Commit

Permalink
Bump Tapioca and Launcher rollout (#3122)
Browse files Browse the repository at this point in the history
### Motivation

The rollout of the Tapioca add-on seems to be going smooth so far. I vote for bumping it to 50% of users.

We also fixed numerous issues with launcher mode and, so far, haven't seen any _new_ issues. I propose we bump it to 10%.
  • Loading branch information
vinistock committed Jan 31, 2025
1 parent 2ea7702 commit e3db8f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vscode/src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ export const SUPPORTED_LANGUAGE_IDS = ["ruby", "erb"];
//
// Note: names added here should also be added to the `rubyLsp.optedOutFeatureFlags` enum in the `package.json` file
export const FEATURE_FLAGS = {
tapiocaAddon: 0.3,
launcher: 0.05,
tapiocaAddon: 0.5,
launcher: 0.1,
};

type FeatureFlagConfigurationKey = keyof typeof FEATURE_FLAGS | "all";
Expand Down

0 comments on commit e3db8f3

Please sign in to comment.