Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-24chore: bump electron@18.3.5 (#153091)Robo
2022-06-20chore: bump electron@18.3.4 (#152624)Robo
2022-06-16chore: bump electron@18.3.3 (#152236)Robo
2022-06-04chore: bump electron@18.3.2deepak1556
2022-05-31chore: update electron@18.3.0deepak1556
2022-05-31chore: bump electron@18.1.0deepak1556
2022-05-31chore: bump electron@18.0.0-beta.4deepak1556
2022-05-30chore: update electron@17.4.6 (#150727)Robo
2022-05-30chore: update electron@17.4.5 (#150676)Robo
2022-05-19chore: bump electron@17.4.4 (#149896)Robo
2022-05-12chore: update electron@17.4.3 (#149315)Robo
2022-04-21chore: bump electron@17.4.1deepak1556
2022-04-07chore: bump electron@17.4.0deepak1556
Refs https://github.com/microsoft/vscode/issues/146403
2022-04-04chore: bump electron@17.3.1deepak1556
Fixes https://github.com/microsoft/vscode/issues/109176 Fixes https://github.com/microsoft/vscode/issues/141964 Fixes https://github.com/microsoft/vscode/issues/134255 Fixes https://github.com/microsoft/vscode/issues/129280 Fixes https://github.com/microsoft/vscode/issues/124202
2022-03-31chore: bump electron@17.3.0deepak1556
2022-03-25chore: bump electron@17.2.0deepak1556
Fixes https://github.com/microsoft/vscode/issues/144959 Fixes https://github.com/microsoft/vscode/issues/142786
2022-03-17chore: bump electron@17.1.2deepak1556
2022-03-10chore: update to electron 17 (#143223)Robo
* chore: bump electron@17.0.0 * Revert "chore: revert to electron@13 (#143851)" This reverts commit df645f14506142d6b20be6f6bda6bc40286ff739. * chore: bump electron@17.1.0 * Revert "ci: fix build with latest node-gyp" This reverts commit c3e948aa30f54b0ad20f1a99627949cda4ad0c9f. * chore: revert ci changes for node v16 * chore: update yarn.lock * chore: bump electron@17.1.1
2022-02-24chore: revert to electron@13 (#143851)Robo
* Revert "chore: update to electron 16 (#137241)" This reverts commit 01df559c184549248fcfbcecc5a616462e00c252. This reverts commit 46301339b71e7f99187edd262b809e8788bcb358 * ci: fix remote compiler for sdl-scan * chore: fix remote/.yarnrc * chore: fix build/npm/postinstall.js * chore: rm crash reporter from shared process * chore: rm crash reporter from ext host * chore: fix build/lib/layersChecker.ts * :chore: preserve some more changes * fix tests Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2022-02-16chore: bump electron@16.0.9deepak1556
Fixes https://github.com/microsoft/vscode/issues/142611
2022-02-08chore: update to electron 16 (#137241)Robo
* chore: bump electron@15.3.0 * chore: bump node@16.x * chore: enable render process reuse * Revert "watcher - use `type` property for crash reporter location" This reverts commit bfa488dd8f23813bb7b52eaa768a748a4ecaa25c. * Revert "watcher - enable crash reports on linux (#136264)" This reverts commit af261488f85d90d7de5c651741f7fdf65c79cfce. * chore: enable crashpad on linux * chore: bump electron@15.3.1 * chore: update api changes * chore: bump @vscode/sqlite3@5.0.3 * spec: skip non-context aware module unittests * chore: fix perf hook integration with node environment * fix: adopt fs api changes * chore: fix integration tests * chore: bump electron@15.3.2 * chore: bump electron@16.0.0 * temp(macOS): kill test instances in OSS * Revert "temp(macOS): kill test instances in OSS" This reverts commit b0d796c8d64227a5ec012c060bbbee7d9da27568. * chore: update chromium version for clang downloader * some :lipstick: changes * align with changes * adopt more fs.rm * :lipstick: * chore: bump @vscode/sqlite3@5.0.4 * fix layers check to account for duplicated types from node.js * update todo for type casts * smoke - fix compile issue * chore: update module cache * watcher - fix unhandled rejection (fix #137416) * ci: update node version * enable stack dumping * update electron types to 16.x * chore: bump @vscode/sqlite3@5.0.5 Refs https://github.com/microsoft/vscode/issues/137496 * fix layer issue * add `AbortSignal` to core types * chore: update linux compile flags Refs https://github.com/electron/electron/pull/29895/commits/797723ec838709ddeba0c104e30727ee0b7ac8ca * ci: fix linux build * ci: update github ci cache * ci: fix remote build in github ci * ci: better fix for remote build * chore: bump azure cache * chore: fix merge conflict * :chore: update to electron@16.0.2 * chore: bump @vscode/sqlite3@5.0.7 * ci: update to gcc-4.9 for remote Refs https://github.com/microsoft/vscode/issues/137659 * ci: switch to buster for linux arm Refs https://github.com/microsoft/vscode/issues/137927 * ci: fix build on linux arm64 * ci: fix arm client compiler toolchain Refs #137927 * chore: bump electron@16.0.3 * ci: fix compile flags for the c toolchain * chore: bump electron@16.0.4 * Add experimental dark mode flag (#139109) * Add experimental dark mode flag * Apply PR feedback * chore: bump electron@16.0.6 * chore: bump electron@16.0.7 Fixes https://github.com/microsoft/vscode/issues/138792 Fixes https://github.com/microsoft/vscode/issues/139300 * chore: experimental highlight API * smoke - fix compile issue * FIXME: custom ELECTRON_RUN_AS_NODE with node worker * Revert "chore: bump electron@16.0.7" This reverts commit 5fd01cf37c75de247e4da158f517afada410648f. * Revert "Revert "chore: bump electron@16.0.7"" This reverts commit a7f1b7395175418c74fe0041560eb3f0423d4d27. * chore: fix github linux workflow * chore: address review feedback * chore: bump electron@16.0.8 * ci: revert to stretch distro for linux arm Refs https://github.com/microsoft/vscode/issues/137927 * ci: force build * chore: update yarn.lock * address feedback * Revert "FIXME: custom ELECTRON_RUN_AS_NODE with node worker" This reverts commit 7b48fa37329aa1eef59f8182d9da63c20e6fc1ee. * ci: fix remote folder build * chore: fix github linux ci * :up: `versionSpec` Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com> Co-authored-by: Raymond Zhao <raymondzhao@microsoft.com>
2021-11-09Fixes #136771: update to Electron v13.5.2 and pass `--ms-enable-run-as-node` ↵deepak1556
together with `ELECTRON_RUN_AS_NODE`
2021-10-15debt - set `build_from_source` to match our CI (#135100)Benjamin Pasero
2021-10-01chore: bump electron@13.5.1deepak1556
Fixes https://github.com/microsoft/vscode/issues/134244 Fixes https://github.com/microsoft/vscode/issues/122225
2021-09-29chore: bump electron@13.5.0deepak1556
Fixes https://github.com/microsoft/vscode/issues/133593
2021-09-15chore: bump electron@13.4.0deepak1556
Fixes https://github.com/microsoft/vscode/issues/132609 Fixes https://github.com/microsoft/vscode/issues/132455 Fixes https://github.com/microsoft/vscode/issues/132238
2021-09-03Revert "chore: bump electron@13.2.3"deepak1556
This reverts commit 70f3c712be1f8459e087648e33696cfb302f32af. Refs https://github.com/microsoft/vscode/issues/132238
2021-08-31chore: bump electron@13.2.3deepak1556
2021-08-06chore: bump electron@13.1.8deepak1556
Fixes https://github.com/microsoft/vscode/issues/129117
2021-07-19chore: bump electron@13.1.7deepak1556
Fixes https://github.com/microsoft/vscode/issues/128199
2021-07-14chore: update to electron 13 (#124666)Robo
* chore: bump electron@13.0.1 * chore: update cache for native modules * chore: bump electron@13.1.2 * chore: bump electron@13.1.4 * chore: fix user data dir length for validateIPCHandleLength check * chore: always disable uploadToServer on OSS * chore: use process.contextIsolated property * chore: bump electron@13.1.6 * fix: getUserDataPath helper
2021-07-01chore: bump electron@12.0.13deepak1556
2021-06-24chore: bump electron@12.0.12deepak1556
* Revert "macOS - workaround fullscreen window regression (#125122)" * Fixes https://github.com/microsoft/vscode/issues/125122 * Fixes https://github.com/microsoft/vscode/issues/126016 * Fixes https://github.com/microsoft/vscode/issues/126013 * Fixes https://github.com/microsoft/vscode/issues/122352 * Fixes https://github.com/microsoft/vscode/issues/126321
2021-06-15chore: bump electron@12.0.11deepak1556
2021-05-25chore: bump electron@12.0.9deepak1556
Fixes https://github.com/microsoft/vscode/issues/122352
2021-05-14chore: bump electron@12.0.7deepak1556
Fixes https://github.com/microsoft/vscode/issues/62177 Fixes https://github.com/microsoft/vscode/issues/122630 Fixes https://github.com/microsoft/vscode/issues/118267
2021-04-29Revert "chore: bump electron@12.0.5"deepak1556
This reverts commit 9064c909d70ed33d76ccc8165801ea434bc1ec25. Fixes https://github.com/microsoft/vscode/issues/122661
2021-04-29chore: bump electron@12.0.5deepak1556
Fixes https://github.com/microsoft/vscode/issues/118267
2021-04-16chore: bump electron@12.0.4deepak1556
2021-04-10Revert "chore: bump electron@12.0.2"deepak1556
This reverts commit 79a429d92d2ceaff4b1510cea43d03a7b91d42d9.
2021-04-09chore: bump electron@12.0.2deepak1556
2021-04-07Pick up electron 11.4.2 (#120670)Matt Bierner
* Pick up electorn 11.4.2 This brings in the service worker support required for #120654 * Update cgmanifest
2021-03-30chore: bump electron@11.4.1deepak1556
Fixes https://github.com/microsoft/vscode/issues/40262
2021-02-25Revert "Revert "chore: bump electron@11.3.0""deepak1556
This reverts commit 105e8eec285ea30097ce9b7b6eed22835270a9aa.
2021-02-25Revert "chore: bump electron@11.3.0"deepak1556
This reverts commit e4a082af7f12e4094da6a630430230b35a1c7641.
2021-02-23chore: bump electron@11.3.0deepak1556
Fixes https://github.com/microsoft/vscode/issues/112693 Fixes https://github.com/microsoft/vscode/issues/116260
2021-02-09chore: bump electron@11.2.3deepak1556
2021-02-04chore: bump electron@11.2.2deepak1556
2021-01-26chore: bump electron@11.2.1deepak1556
2021-01-14chore: bump electron@11.2.0deepak1556