mirror of https://github.com/microsoft/vscode.git
fix: add workaround for failed stat operations on FSLogix environment (#257859)
* chore: update electron builds * chore: bump distro
This commit is contained in:
parent
5d889dc819
commit
1a1212a8bc
2
.npmrc
2
.npmrc
|
@ -1,6 +1,6 @@
|
||||||
disturl="https://electronjs.org/headers"
|
disturl="https://electronjs.org/headers"
|
||||||
target="37.2.3"
|
target="37.2.3"
|
||||||
ms_build_id="11993778"
|
ms_build_id="12035395"
|
||||||
runtime="electron"
|
runtime="electron"
|
||||||
build_from_source="true"
|
build_from_source="true"
|
||||||
legacy-peer-deps="true"
|
legacy-peer-deps="true"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "code-oss-dev",
|
"name": "code-oss-dev",
|
||||||
"version": "1.103.0",
|
"version": "1.103.0",
|
||||||
"distro": "64ef829677a2ce7428f802dd768c9d436935a962",
|
"distro": "717c39088a52557bf913ba1d0b97dc51f2033fff",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Microsoft Corporation"
|
"name": "Microsoft Corporation"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue