mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 13:44:24 +00:00
Allow Visual Studio Code to connect to schemastore.org
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user