From fc3b8d70f4f2f5bd4aceaad2620fd8ee5fe3ee57 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sun, 29 Jan 2023 17:22:36 +0100 Subject: [PATCH] Allow Visual Studio Code to connect to schemastore.org --- rules.lsrules | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/rules.lsrules b/rules.lsrules index ac22cdd..b0496b4 100644 --- a/rules.lsrules +++ b/rules.lsrules @@ -129,6 +129,24 @@ "remote-hosts": "www.gravatar.com", "via": "/Applications/Visual Studio Code.app/Contents/Frameworks/Code Helper.app/Contents/MacOS/Code Helper" }, + { + "action": "allow", + "notes": "Allow VS Code's Helper to download schemas.", + "ports": "443", + "process": "/Applications/Visual Studio Code.app/Contents/MacOS/Electron", + "protocol": "tcp", + "remote-hosts": "json.schemastore.org", + "via": "/Applications/Visual Studio Code.app/Contents/Frameworks/Code Helper.app/Contents/MacOS/Code Helper" + }, + { + "action": "allow", + "notes": "Allow VS Code's Helper to download schemas.", + "ports": "443", + "process": "/Applications/Visual Studio Code.app/Contents/MacOS/Electron", + "protocol": "tcp", + "remote-hosts": "www.schemastore.org", + "via": "/Applications/Visual Studio Code.app/Contents/Frameworks/Code Helper.app/Contents/MacOS/Code Helper" + }, { "action": "allow", "notes": "Allow VS Code's Helper to gather extensions.",