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
2020-05-25sandbox - ensure IElectronService is declared from electron-sandbox layerBenjamin Pasero
2020-05-25sandbox - move electron service into common/sandboxBenjamin Pasero
2020-05-19debt - put some reference dispose into finally blocksBenjamin Pasero
2020-05-13chore: add verbose logging for errors in startup perf script (#97651)Robo
2020-05-04debt - use more native es6, less polyfil utilsJohannes Rieken
2020-04-06debt - remove node pieces from environment (#82598)Benjamin Pasero
2020-03-03Workbench editor renames (#91943)Benjamin Pasero
2020-02-04text input - push more code down for reuseBenjamin Pasero
2020-01-26editors - let resource editor extend text editorBenjamin Pasero
2020-01-10Allow to save readonly documents (fixes #22121)Benjamin Pasero
2019-12-16editors input factory - add canSerialize() to find out if editor can be seria...Benjamin Pasero
2019-10-23debt - do not duplicate product and environmentBenjamin Pasero
2019-09-30host - reduce methods that are requiredBenjamin Pasero
2019-09-24debt - quit() is electron onlyBenjamin Pasero
2019-09-19Serialize-friendly interfaceChristof Marti
2019-09-19Add extension id that triggered the activation eventChristof Marti
2019-09-19debt - have methods for restart, relaunchBenjamin Pasero
2019-09-18debt - introduce IHostService and distinguish between web and desktopBenjamin Pasero
2019-09-18debt - first cut extract showIteminFolderBenjamin Pasero
2019-09-16debt - use common/product over node/productBenjamin Pasero
2019-09-16web - move help actions to browserBenjamin Pasero
2019-09-11debt - :lipstick: product configBenjamin Pasero
2019-08-20debt - prefer opener service over window.open(). Block window.open()Benjamin Pasero
2019-08-12build - workbench.main => workbench.desktop.mainBenjamin Pasero
2019-07-31add a bunch of strict field initializationsJohannes Rieken
2019-07-16getDescription(), return undefined instead of nullMatt Bierner
2019-07-11implement browser clipboard service (#75293)SteVen Batten
2019-06-06adopt new loader, add cached data stats to perf editor, #62643Johannes Rieken
2019-06-05remove --prof-modules-flag, adopt new loader, https://github.com/microsoft/vs...Johannes Rieken
2019-06-04Update to Electron 4.0.x (#73119)Benjamin Pasero
2019-05-07allow to provide a language mode when opening text editorsBenjamin Pasero
2019-04-01debt - get rid of nfcall/ninvokeBenjamin Pasero
2019-04-01debt - merge extfs and pfsBenjamin Pasero
2019-03-13debt - use crypto.digest for SHA1 over custom solutionBenjamin Pasero
2019-03-11send entries as object, #67650Johannes Rieken
2019-03-07dgpr declare, #67650Johannes Rieken
2019-03-06send raw timer ticks, #67650Johannes Rieken
2019-03-06debt - remove startup type loggingJohannes Rieken
2019-03-06showItemInFolder with URIMartin Aeschlimann
2019-03-02Fix strict null error in performanceMatt Bierner
2019-02-21debt - scaffold a service for package.json/product.json accessBenjamin Pasero
2019-02-21Move most code editor contributions to /browser/ (#69102)Alex Dima
2019-02-19Load storage while loading renderer, not before (#68967)Benjamin Pasero
2019-02-16Strict null checks for perfviewEditorMatt Bierner
2019-02-12paths - paths.node.ts => path.tsBenjamin Pasero
2019-02-12use new path implementation (#68538)SteVen Batten
2019-02-12paths - adopt basename()Benjamin Pasero
2019-02-07debt - workbench/parts => workbench/contrib (update imports and scripts)Benjamin Pasero
2019-02-07debt - workbench/parts => workbench/contribBenjamin Pasero