privateExtensions.registries
This commit is contained in:
parent
c6996c0f13
commit
0d55a2fbe0
@ -8,6 +8,7 @@
|
||||
"csharp.suppressDotnetRestoreNotification": true,
|
||||
"debug.console.closeOnEnd": true,
|
||||
"debug.console.fontSize": 12,
|
||||
"privateExtensions.allowInsecureContent": true,
|
||||
"debug.internalConsoleOptions": "neverOpen",
|
||||
"debug.javascript.suggestPrettyPrinting": false,
|
||||
"debug.javascript.usePreview": true,
|
||||
@ -90,6 +91,12 @@
|
||||
"*.dib": "default",
|
||||
"*.lnk": "ink.connector"
|
||||
},
|
||||
"privateExtensions.registries": [
|
||||
{
|
||||
"name": "localhost",
|
||||
"registry": "http://localhost:4873/-/v1/search?text=&size=20&from=0"
|
||||
}
|
||||
],
|
||||
"runTerminalCommand.commands": [
|
||||
{
|
||||
"auto": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user