refactor(flags): migrate lsp download flag (#27699)

This commit is contained in:
Shoubhit Dash 2026-05-15 14:35:31 +05:30 committed by GitHub
commit 7b370406a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 102 additions and 52 deletions

View file

@ -24,7 +24,6 @@ export const Flag = {
OPENCODE_SHOW_TTFD: truthy("OPENCODE_SHOW_TTFD"),
OPENCODE_PERMISSION: process.env["OPENCODE_PERMISSION"],
OPENCODE_DISABLE_DEFAULT_PLUGINS: truthy("OPENCODE_DISABLE_DEFAULT_PLUGINS"),
OPENCODE_DISABLE_LSP_DOWNLOAD: truthy("OPENCODE_DISABLE_LSP_DOWNLOAD"),
OPENCODE_DISABLE_AUTOCOMPACT: truthy("OPENCODE_DISABLE_AUTOCOMPACT"),
OPENCODE_DISABLE_MODELS_FETCH: truthy("OPENCODE_DISABLE_MODELS_FETCH"),
OPENCODE_DISABLE_MOUSE: truthy("OPENCODE_DISABLE_MOUSE"),