mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 00:09:30 +01:00
fix: tls.getCACertificates result for self-signed and server auth (#307144)
* fix: tls.getCACertificates result for self-signed and server auth * chore: bump distro
This commit is contained in:
2
.npmrc
2
.npmrc
@@ -1,6 +1,6 @@
|
||||
disturl="https://electronjs.org/headers"
|
||||
target="39.8.5"
|
||||
ms_build_id="13685850"
|
||||
ms_build_id="13703022"
|
||||
runtime="electron"
|
||||
ignore-scripts=false
|
||||
build_from_source="true"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "code-oss-dev",
|
||||
"version": "1.115.0",
|
||||
"distro": "e0242323b5071d7a6875833b04e32565ac562761",
|
||||
"distro": "75e88c7dfc4bd9d5180292833f44954dbf303d6d",
|
||||
"author": {
|
||||
"name": "Microsoft Corporation"
|
||||
},
|
||||
@@ -256,4 +256,4 @@
|
||||
"optionalDependencies": {
|
||||
"windows-foreground-love": "0.6.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user