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 (Expand)Author
2022-06-14smoke - enable crash reporter (#152041)Benjamin Pasero
2022-03-10chore: update to electron 17 (#143223)Robo
2022-02-24chore: revert to electron@13 (#143851)Robo
2022-02-15Revert "linux: disable crash reporting in CI (#142572)"Benjamin Pasero
2022-02-15linux: disable crash reporting in CI (#142572)Benjamin Pasero
2022-02-08chore: update to electron 16 (#137241)Robo
2022-02-03Move strip comments into own module and write testsDirk Baeumer
2021-12-15files - write queues and atomic read support (#139059)Benjamin Pasero
2021-11-16Add enable-render-process-reuse flag (#120952)Raymond Zhao
2021-09-24remove weird space character from sourcesBenjamin Pasero
2021-08-25crash reporter - fix runtime crash with invlid props (fix #130087)Benjamin Pasero
2021-08-12fix some typo in comments, renaming few methods (#130470)Akat
2021-08-04Remove dependency on node require for startup code path (#130088)Benjamin Pasero
2021-07-14chore: update to electron 13 (#124666)Robo
2021-06-18Fixes #126533: Make sure the ASAR path is always added for renderer processesAlexandru Dima
2021-06-08code - enable vscode-file protocol and `bypassHeatCheck` caching (#98682)Benjamin Pasero
2021-06-08code cache - cleanup in prep for chrome based code loadingBenjamin Pasero
2021-04-08Fix rewriting old-school vscode-resource urisMatt Bierner
2021-04-08perf - add marks for crash reporter and window creationBenjamin Pasero
2021-04-08startup perf - load NLS module conditionally; add perf mark for main IPC serverBenjamin Pasero
2021-04-08Use service workers for loading webview resources on desktop (#120654)Matt Bierner
2021-04-06sandbox - disable vscode-file:// again (#120655)Benjamin Pasero
2021-04-06sandbox - enable vscode-file// protocol by default (#98682)Benjamin Pasero
2021-04-06Make product configuration available to non node.js environments (fix #120243)Benjamin Pasero
2021-03-19Add support for `"log": "<level>"` to the argv.json (fixes #118824)Christof Marti
2021-03-16debt - some more process and platform :lipstick:Benjamin Pasero
2021-03-15sandbox - extract IPC based file service (client) and improve runtime behaviourBenjamin Pasero
2021-03-15sandbox - allow to reuse environment service in sandboxBenjamin Pasero
2021-03-15environment - consistently handle VSCODE_CWD in all our node.js processesBenjamin Pasero
2021-02-26chore: add crash id for windows and mac arm64deepak1556
2021-02-18chore: enable compression for crash reportsdeepak1556
2021-02-12Make user data path a AMD/CommonJS compatible thing (#116530)Benjamin Pasero
2021-02-11:lipstick: main.tsBenjamin Pasero
2021-01-07Revert "add arch to cached data path, https://github.com/microsoft/vscode/iss...Johannes Rieken
2021-01-06sandbox - allow to enable vscode-file protocol via argv or environment (#98682)Benjamin Pasero
2021-01-06add arch to cached data path, https://github.com/microsoft/vscode/issues/113852Johannes Rieken
2020-12-14prefix our performance marks with `code/`, e.g `code/didStartRenderer` etcJohannes Rieken
2020-12-14bootstrap - add more typing infoBenjamin Pasero
2020-11-25Enable sandbox, contextIsolation and vscode-file for process explorer and iss...Benjamin Pasero
2020-11-25bootstrap - move portable mode into bootstrap-nodeBenjamin Pasero
2020-11-24bootstrap - fix more compile errorsBenjamin Pasero
2020-11-10fix buildBenjamin Pasero
2020-11-09debt - fix compile errors in bootstrap filesBenjamin Pasero
2020-10-29Linux Snap: Prevent GDK_PIXBUF env from leaking out (#109608)João Moreno
2020-10-28fix: crash reproter arguments appeneded after '--' markerdeepak1556
2020-09-17Fix capitalization of GitHub orgChaseKnowlden
2020-09-03sandbox - move native environment service to common layerBenjamin Pasero
2020-08-21Fix spelling mistake in main.js (#104987)Sam Poder
2020-08-13nls - remove legacy local.json migrationBenjamin Pasero
2020-08-11chore: update to electron 9-x-y (#102011)Robo