diff --git a/vscode/src/common.ts b/vscode/src/common.ts index 635eac387..408e9b74f 100644 --- a/vscode/src/common.ts +++ b/vscode/src/common.ts @@ -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";