Skip to content

Commit e839494

Browse files
committed
Update META.js
1 parent cd3c920 commit e839494

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

META.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,13 @@ const proxyGroups = [
405405
"include-all": true,
406406
icon: `${BASE_ICON_SET_URL}Static.png`,
407407
},
408+
{
409+
...proxyGroupDefaults,
410+
name: "VS Code",
411+
type: "select",
412+
proxies: [...serviceProxyGroupProxies],
413+
icon: extractFavicon("code.visualstudio.com"),
414+
},
408415
...generateServiceProxyGroups(services, proxyGroupDefaults),
409416
{
410417
...proxyGroupDefaults,
@@ -476,6 +483,7 @@ function generateServiceRules(services) {
476483
}
477484

478485
const rules = [
486+
"PROCESS-NAME,Code.exe,VS Code",
479487
"RULE-SET,applications,DIRECT",
480488
"RULE-SET,lancidr,DIRECT,no-resolve",
481489
"RULE-SET,private,DIRECT",

0 commit comments

Comments
 (0)