Skip to content

Commit f613e7a

Browse files
authored
Merge pull request #3489 from Shopify/05-14-enable_full_test_discovery_for_5_of_users
Enable full test discovery for 5% of users
2 parents 8031912 + ba02a05 commit f613e7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ruby-lsp",
33
"displayName": "Ruby LSP",
44
"description": "VS Code plugin for connecting with the Ruby LSP",
5-
"version": "0.9.23",
5+
"version": "0.9.24",
66
"publisher": "Shopify",
77
"repository": {
88
"type": "git",

vscode/src/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const SUPPORTED_LANGUAGE_IDS = ["ruby", "erb"];
8888
export const FEATURE_FLAGS = {
8989
tapiocaAddon: 1.0,
9090
launcher: 0.1,
91-
fullTestDiscovery: -1,
91+
fullTestDiscovery: 0.05,
9292
};
9393

9494
type FeatureFlagConfigurationKey = keyof typeof FEATURE_FLAGS | "all";

0 commit comments

Comments
 (0)