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