From 9fdb8f90376c02ec2a267cf9eb3bdb7b6027e1e6 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Thu, 3 Jun 2021 16:11:20 +0200 Subject: Make it opt-in --- editors/code/package.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'editors/code/package.json') diff --git a/editors/code/package.json b/editors/code/package.json index 4a5070d02..bffc1e05b 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -617,6 +617,11 @@ "type": "string" } }, + "rust-analyzer.experimental.procAttrMacros": { + "markdownDescription": "Expand attribute macros.", + "default": false, + "type": "boolean" + }, "rust-analyzer.files.watcher": { "markdownDescription": "Controls file watching implementation.", "default": "client", -- cgit v1.2.3