From f7c3c533a3f4a86839e2920ed0fb3c731fb36c59 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Tue, 8 Apr 2025 16:20:00 -0600 Subject: [PATCH] Update task defaults (#28368) Follow-up of https://github.com/zed-industries/zed/pull/28359 Release Notes: - N/A --- assets/settings/default.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/settings/default.json b/assets/settings/default.json index 4205a473ba2b870025637761eabdbb9129d32f18..6ee00ceba231920310064cfdb8ae059b5de80ad0 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -1136,7 +1136,8 @@ "code_actions_on_format": {}, // Settings related to running tasks. "tasks": { - "variables": {} + "variables": {}, + "enabled": true }, // An object whose keys are language names, and whose values // are arrays of filenames or extensions of files that should @@ -1456,6 +1457,8 @@ "lsp": { // Specify the LSP name as a key here. // "rust-analyzer": { + // // A special flag for rust-analyzer integration, to use server-provided tasks + // enable_lsp_tasks": true, // // These initialization options are merged into Zed's defaults // "initialization_options": { // "check": {