From 77ed97ff9e152d3fdd99a39c3ea50e99658d2d49 Mon Sep 17 00:00:00 2001 From: Asher Date: Thu, 31 Oct 2024 10:13:13 -0800 Subject: [PATCH] Add "environment variable" to description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b3dfc19e..081bdb46 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "default": "" }, "coder.defaultUrl": { - "markdownDescription": "This will be shown in the URL prompt, along with CODER_URL if set, for the user to select when logging in.", + "markdownDescription": "This will be shown in the URL prompt, along with the CODER_URL environment variable if set, for the user to select when logging in.", "type": "string", "default": "" },