From 8580dc70a1f9f99c51eb672aeb7d742189875bdb Mon Sep 17 00:00:00 2001 From: Patrick Weyck Date: Thu, 6 Aug 2026 15:06:32 +0800 Subject: [PATCH] fix(editor): Remove overrides from default config Do not set the options in the settings.json, to prevent a mismatch between vp lint and the lsp. These options are also not set in the vscode settings. --- packages/cli/src/utils/editor.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/cli/src/utils/editor.ts b/packages/cli/src/utils/editor.ts index c5bc47c890..c6303fd07b 100644 --- a/packages/cli/src/utils/editor.ts +++ b/packages/cli/src/utils/editor.ts @@ -46,8 +46,6 @@ const ZED_SETTINGS = { settings: { run: 'onType', fixKind: 'safe_fix', - typeAware: true, - unusedDisableDirectives: 'deny', }, }, },