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-02-22Imporive small-document language predictionJackson Kearl
2022-01-14debt - rename `iconv-lite-umd` package (#140650)Benjamin Pasero
2022-01-12Revert "Add timestamps to comments proposal (#139849)"Alex Ross
2022-01-12Add timestamps to comments proposal (#139849)Alex Ross
2021-11-11sandbox - clean up some todosBenjamin Pasero
2021-09-24remove weird space character from sourcesBenjamin Pasero
2021-09-21bootstrap - remove now redundant checkBenjamin Pasero
2021-09-06bootstrap - fix loader paths for running out of sourcesBenjamin Pasero
2021-09-03loader - configure path to be `node_modules.asar` (#130302)Benjamin Pasero
2021-09-02forgot to add some more modules (#130302)Benjamin Pasero
2021-09-02perf - ensure node modules are loaded via script tags and not node.js (#130302)Benjamin Pasero
2021-08-04Remove dependency on node require for startup code path (#130088)Benjamin Pasero
2021-06-29bootstrap - log an error when window config cannot be loaded in 10s (#127421)Benjamin Pasero
2021-06-18Fixes #126533: Make sure the ASAR path is always added for renderer processesAlexandru Dima
2021-06-08code cache - do not configure our loader when using `vscode-file` protocolBenjamin Pasero
2021-06-08code cache - cleanup in prep for chrome based code loadingBenjamin Pasero
2021-05-06Allow rapid render in sandbox (#122828) (#122830)Benjamin Pasero
2021-05-03Remove shell environment patching in the renderer (fix #108804)Benjamin Pasero
2021-04-20extension tests - stop automated opening of devtools when running out of sourcesBenjamin Pasero
2021-04-15startup code :lipstick:Benjamin Pasero
2021-04-06shell env - change to ipc invoke/handle to speed up resolutionBenjamin Pasero
2021-04-06sandbox - enable vscode-file// protocol by default (#98682)Benjamin Pasero
2021-04-06sandbox - prefer sandbox types over node.js typesBenjamin Pasero
2021-04-06Make product configuration available to non node.js environments (fix #120243)Benjamin Pasero
2021-04-01bootstrap - some more cleanup around typesBenjamin Pasero
2021-03-31sandbox - ensure to validate vscode-window-config ipc callBenjamin Pasero
2021-03-31sandbox config - add forceEnableDeveloperKeybindingsBenjamin Pasero
2021-03-31:lipstick: bootstrap typesBenjamin Pasero
2021-03-31preload - apply zoom level after resolving configBenjamin Pasero
2021-03-31window - use IPC to transport window config and drop URL query param (#120096)Benjamin Pasero
2021-03-30zoom - always set it early on (fix #108920)Benjamin Pasero
2021-03-15debt - consolidate process usageBenjamin Pasero
2021-03-05sandbox - move workspace tags to sandboxBenjamin Pasero
2021-03-05shell env - introduce a service to resolve shell env as promise (#108804)Benjamin Pasero
2021-01-07trusted types - loader should use trusted script url when using script tags, ...Johannes Rieken
2021-01-06sandbox - allow to enable vscode-file protocol via argv or environment (#98682)Benjamin Pasero
2020-12-14prefix our performance marks with `code/`, e.g `code/didStartRenderer` etcJohannes Rieken
2020-12-14remove direct writes to `globalThis.MonacoPerformanceMarks`, use native perfo...Johannes Rieken
2020-12-14bootstrap - add more typing infoBenjamin Pasero
2020-11-26perf - remove redundant performance usagesBenjamin Pasero
2020-11-25Enable sandbox, contextIsolation and vscode-file for process explorer and iss...Benjamin Pasero
2020-11-24bootstrap - fix compile errorsBenjamin Pasero
2020-11-20:lipstick: bootstrap-windowBenjamin Pasero
2020-11-20env - move shell env into bootstrap-window and let user env win over shell envBenjamin Pasero
2020-11-10fix buildBenjamin Pasero
2020-11-09debt - fix compile errors in bootstrap filesBenjamin Pasero
2020-10-26Fix #80698Sandeep Somavarapu
2020-09-25debt - introduce and adopt FileAccessBenjamin Pasero
2020-09-22sandbox - self invoke functions for shared process, issues and process explorerBenjamin Pasero
2020-09-22sandbox - consolidate fileUriFromPath into oneBenjamin Pasero