From a6d8f4c45e12e24f54f51f563e5b36a6da54181f Mon Sep 17 00:00:00 2001 From: Aaron Jheng Date: Fri, 19 Feb 2021 23:25:38 +0800 Subject: [PATCH] Scope leetcode.workspaceFolder to machine --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1759a52..6bd8f163 100644 --- a/package.json +++ b/package.json @@ -366,7 +366,7 @@ }, "leetcode.workspaceFolder": { "type": "string", - "scope": "application", + "scope": "machine", "description": "The path of the workspace folder to store the problem files.", "default": "" },