Skip to content

Commit

Permalink
set Slang release flags to 100%
Browse files Browse the repository at this point in the history
No new issues or bug reports. Let's do it 🚀

Btw, I noticed that the terminology in the file is now a bit confusing. `percent: 1` reads like 1% rather than 100% 🤔 but I don't think it is worth the risk to change it now, considering the implications for existing/older versions still running.
  • Loading branch information
OmarTawfik authored Sep 2, 2024
1 parent 98a3935 commit 242ee19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flags.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"documentSymbol": {
"percent": 0.5
"percent": 1
},

"semanticHighlighting": {
"percent": 0.5
"percent": 1
}
}

0 comments on commit 242ee19

Please sign in to comment.