From f2564f0446fe613f2a5eb3e76b36ec2e772c8fea Mon Sep 17 00:00:00 2001 From: Alcides Ribeiro Date: Thu, 17 Oct 2024 20:37:38 -0300 Subject: [PATCH] Refact description message for asdf path Co-authored-by: Vinicius Stock --- vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/package.json b/vscode/package.json index e5dbf6a08..001df3b27 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -338,7 +338,7 @@ "default": "auto" }, "asdfExecutablePath": { - "description": "The path to the asdf executable script, if not installed on ~/.asdf, /opt/asdf, /opt/homebrew/opt/asdf/libexec, and /usr/local/opt/asdf/libexec.", + "description": "The path to the asdf executable script, if not installed on one of the standard locations", "type": "string" }, "miseExecutablePath": {