From 4cc6e94b51c1c136af31568f5409d8b74f0a31a1 Mon Sep 17 00:00:00 2001 From: Omar Tawfik <15987992+OmarTawfik@users.noreply.github.com> Date: Wed, 17 Apr 2024 17:48:21 -0700 Subject: [PATCH] release slang features to 1% of users --- flags.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flags.json b/flags.json index be52c528..52849799 100644 --- a/flags.json +++ b/flags.json @@ -1,9 +1,9 @@ { "documentSymbol": { - "percent": 0 + "percent": 0.01 }, "semanticHighlighting": { - "percent": 0 + "percent": 0.01 } }