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 - move more things into electron-sandboxBenjamin Pasero
2020-05-25sandbox - further reduce electron dependenciesBenjamin Pasero
2020-05-25sandboy - more adoption of IPC API from preload scriptBenjamin Pasero
2020-05-22Fix #98043Rob Lourens
2020-05-19debt - never use "path" directlyBenjamin Pasero
2020-05-18Have all commands go through the view model instead of the cursorAlex Dima
2020-05-18Have the Cursor not be a ViewEventEmitterAlex Dima
2020-05-14Reduce CursorContext APIAlex Dima
2020-05-13only show toc outline for notebooks, focus editor for code cells, https://git...Johannes Rieken
2020-05-13:lipstick: use action2Johannes Rieken
2020-05-13differentiate between pick and preview, https://github.com/microsoft/vscode/i...Johannes Rieken
2020-05-13Notebook outline shows icons for markdown and code entries, #95234Johannes Rieken
2020-05-08Use system-ui alias for UI fonts (fixes #10144) (#96948)Danny Lin
2020-05-07Re #96489rebornix
2020-05-01Handle invalid token type/modifier indexes. Fixes #96540Martin Aeschlimann
2020-04-27Open a separate window with the logAlex Dima
2020-04-27Add a mechanism to debug TM grammarsAlex Dima
2020-04-27Make editor.tokenColorCustomizationsExperimental offical. Fixes #96267Martin Aeschlimann
2020-04-27add TableOfContentsProvider for none text editors, #95234Johannes Rieken
2020-04-27Fixes #95936: Improve width sizing for tokens inspector widgetAlex Dima
2020-04-21Add SyncActionDescriptor.from helper (#95731)Matt Bierner
2020-04-20update codiconsMartin Aeschlimann
2020-04-20codicons for simpleFindWidgetMartin Aeschlimann
2020-04-18define find widget codiconsMartin Aeschlimann
2020-04-14don't show provider names multiple times, https://github.com/microsoft/vscode...Johannes Rieken
2020-04-10Dont double-apply input background color, as it may be transparent. Fixes #92...Jackson Kearl
2020-04-09TypeScript semantic tokens: use range providerMartin Aeschlimann
2020-04-09Add aria label for "last synced" labelRob Lourens
2020-04-01Only show semantic token help once. Fixes #94182Martin Aeschlimann
2020-03-31Never show again storage keys are registered too late for syncing (fix #93817)Benjamin Pasero
2020-03-30inspect hover: improve updateMartin Aeschlimann
2020-03-29language specific scopesMartin Aeschlimann
2020-03-28quick access - fix various remaining issues:Benjamin Pasero
2020-03-27Cannot read property 'pushStackElement' of null (fix #93216)Benjamin Pasero
2020-03-27quick access - allow to match on multiple inputs (fix #30404)Benjamin Pasero
2020-03-26show semantic highlight notification only onceMartin Aeschlimann
2020-03-26add link to semantic highlighting notificationMartin Aeschlimann
2020-03-26Semantic highlighting notification is not helpful. Fixes #93058Martin Aeschlimann
2020-03-26add semanticTokenColors to themesMartin Aeschlimann
2020-03-26quick access - fix action registration for commandsBenjamin Pasero
2020-03-26Merge pull request #93378 from microsoft/aeschli/tokenLanguageMartin Aeschlimann
2020-03-26quick access - drop quick open actionBenjamin Pasero
2020-03-26quick access - first cut old quick open removalBenjamin Pasero
2020-03-25inspect tokens: recompute when theme changesMartin Aeschlimann
2020-03-25language in tokenMartin Aeschlimann
2020-03-23quick access - some cleanup in symbols supportBenjamin Pasero
2020-03-23Adopt codicon for wrapping commandsAlex Dima
2020-03-22quick access - fix missing pieces to properly enable for selfhostingBenjamin Pasero
2020-03-20quick access - align more with current solutionBenjamin Pasero
2020-03-20quick access - allow to open in background for local symbols and go to line tooBenjamin Pasero