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-24chore: revert to electron@13 (#143851)Robo
2022-02-14tangle - extract common window (#141154)Benjamin Pasero
2022-02-08chore: update to electron 16 (#137241)Robo
2022-02-02enable `@typescript-eslint/member-delimiter-style`, https://github.com/micros...Johannes Rieken
2022-01-20Consider moving ILaunchMainService.getRemoteDiagnostics to IDiagnosticsServic...Benjamin Pasero
2021-11-23macOS: Process explorer not put to front if minimized (fix #137598)Benjamin Pasero
2021-11-21process explorer - improve detection logic of window kind (#137427)Benjamin Pasero
2021-10-06Revert "code cache - enable `code` option (over `bypassHeatCheck`) to align w...Benjamin Pasero
2021-10-04code cache - enable `code` option (over `bypassHeatCheck`) to align with brow...Benjamin Pasero
2021-08-16electron - set `v8CacheOptions: none` when code caching is disabledBenjamin Pasero
2021-08-06Organize imports in vs/platformMatt Bierner
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-15dialogs - fill in proper options used elsewhereBenjamin Pasero
2021-06-07Merge pull request #125611 from bpasero/ben/june1Benjamin Pasero
2021-06-04add restricted mode to created issues (#125537)SteVen Batten
2021-06-04electron - adopt some newer APIs and :lipstick: main codeBenjamin Pasero
2021-05-15Fixes #123892jeanp413
2021-05-08Keep process explorer window on top, fixes #120391Rachel Macfarlane
2021-04-16chore: bump electron@12.0.4deepak1556
2021-04-10Revert "chore: bump electron@12.0.2"deepak1556
2021-04-09chore: bump electron@12.0.2deepak1556
2021-04-08process explorer - fix window titleBenjamin Pasero
2021-04-07sandbox - delete "Code Cache" folder on startup for now (workaround for #120655)Benjamin 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-31IPC object URLs - make it generic and use ISandboxConfiguration in all window...Benjamin Pasero
2021-03-31window - use IPC to transport window config and drop URL query param (#120096)Benjamin Pasero
2021-03-29debt - provide common method to load renderer with config paramBenjamin Pasero
2021-03-15debt - consolidate process usageBenjamin Pasero
2021-03-15debt - use product service in more placesBenjamin Pasero
2021-03-09Add 'Marketplace' as option for file on and remove as top-level type, #118473Rachel Macfarlane
2021-03-09Handle undefined extension publishers in issue reporter, fixes #118480Rachel Macfarlane
2021-03-08Add 'Marketplace' issue type to issue reporter, closes #118473Rachel Macfarlane
2021-02-16debt - consistently refer to main servicesBenjamin Pasero
2021-02-09sandbox - move diagnostics service to electron sandboxBenjamin Pasero
2021-01-28feat: add identifier for universal app in issue reporter and about dialog (#1...Robo
2021-01-16Create issue directly if signed in, fixes #95165Rachel Macfarlane
2021-01-06sandbox - allow to enable vscode-file protocol via argv or environment (#98682)Benjamin Pasero
2020-12-12Use tree widget in the process explorer, fixes #104013Rachel Macfarlane
2020-12-08Fix #111871, 'openReporter' should resolveRachel Macfarlane
2020-12-07debt - shuffle some electron-main code to better layersBenjamin Pasero
2020-11-25Enable sandbox, contextIsolation and vscode-file for process explorer and iss...Benjamin Pasero
2020-11-25issues - check for sender being destroyed before replyBenjamin Pasero
2020-11-17Include experiment info in issue reporter dataRachel Macfarlane
2020-10-29Linux Snap: Prevent GDK_PIXBUF env from leaking out (#109608)João Moreno
2020-10-12debt - introduce environment main service to have properties there exclusivelyBenjamin Pasero
2020-09-25debt - introduce and adopt FileAccessBenjamin Pasero
2020-09-24debt - adopt more of the amd.ts helper functionsBenjamin Pasero
2020-09-23Remove strings.endsWith() (#103454)Christof Marti