fix(config): disable JIT context loading by default (#24364)

This commit is contained in:
Sandy Tao
2026-03-31 13:31:22 -07:00
committed by GitHub
parent 91400c5b0b
commit c8d18eb2ac
5 changed files with 8 additions and 5 deletions

View File

@@ -1647,7 +1647,7 @@ their corresponding top-level category object in your `settings.json` file.
- **`experimental.jitContext`** (boolean):
- **Description:** Enable Just-In-Time (JIT) context loading.
- **Default:** `true`
- **Default:** `false`
- **Requires restart:** Yes
- **`experimental.useOSC52Paste`** (boolean):