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-29Add ability to not to sync an extension while installing using cliSandeep Somavarapu
2020-05-29editors - some code cleanupBenjamin Pasero
2020-05-29don't warn with browser-only extensionsMartin Aeschlimann
2020-05-29editors - add option to `whenClosed` for waiting for save tooBenjamin Pasero
2020-05-29notebooks - wire up onDidChange event from notebook providers, fyi @rebornix,...Johannes Rieken
2020-05-29notebook - add `NotebookCell#notebook`Johannes Rieken
2020-05-29Tasks wtih same type and label should be "equal"Alex Ross
2020-05-29Make Neo keyboard layout (layer 4) arrow keys work in explorer view (#98269)Max
2020-05-29use URI.joinPath for resourcesJohannes Rieken
2020-05-29move all uri util into IExtUri interface, https://github.com/microsoft/vscode...Johannes Rieken
2020-05-29editors - lift onDidCloseEditor to service interfaceBenjamin Pasero
2020-05-29Allow style in span in markdown (#97793)Alex Ross
2020-05-29remove the ability to ignore path casing from util functions itself, #93368Johannes Rieken
2020-05-29Fix #96170Sandeep Somavarapu
2020-05-29:up: distroBenjamin Pasero
2020-05-29web - support --waitBenjamin Pasero
2020-05-29web - allow --add to add folder to workspaceBenjamin Pasero
2020-05-29web - upload files streamed and support cancellable progressBenjamin Pasero
2020-05-29web - add a limit for opening untitled files from dropBenjamin Pasero
2020-05-29issues - stub --status in web to output unsupportedBenjamin Pasero
2020-05-29window - align interfaces for openingBenjamin Pasero
2020-05-29Make sure custom editor working copy is initially considered dirtyMatt Bierner
2020-05-29Fix isReadonly being inverted for custom editorsMatt Bierner
2020-05-29Make sure we keep around custom editor models while autosave is going onMatt Bierner
2020-05-29Pick up new TS versionMatt Bierner
2020-05-29Make sure we normalize remote urisMatt Bierner
2020-05-29Fix #98766 - Reloading a dirty saved search editor causes a phantom tab to ap...Jackson Kearl
2020-05-29Improve new constant color, tests. For #97373Martin Aeschlimann
2020-05-29Improve new constant color. For #97373Martin Aeschlimann
2020-05-29Fixes #98639 - Search editor: resolves content even if not the active editorJackson Kearl
2020-05-28Merge pull request #98764 from microsoft/aeschli/cssheadlessMartin Aeschlimann
2020-05-28Merge branch 'master' into aeschli/cssheadlessMartin Aeschlimann
2020-05-28add TextEncoder to runtimeMartin Aeschlimann
2020-05-28Remove old auth provider migration codeRachel Macfarlane
2020-05-28[css] path completion in webMartin Aeschlimann
2020-05-28do not set default propertySandeep Somavarapu
2020-05-28share undo stack between text models in a notebook. the undo stack is not sha...rebornix
2020-05-28Make sure we properly restore uris for local resource rootsMatt Bierner
2020-05-28Fix #98726Sandeep Somavarapu
2020-05-28Fix typo in vscode.d.ts (#98692)HiDeoo
2020-05-28Update distro reference.Matt Hernandez
2020-05-28adopt new languageserver node modulesMartin Aeschlimann
2020-05-28web: nls for package.jsonMartin Aeschlimann
2020-05-28Merge pull request #98716 from IllusionMH/fix-debug-icon-98704Miguel Solorio
2020-05-28Fix debug icon. Use Codicons instead of textIllusionMH
2020-05-28showCandidate should have a better name (#98566)Alex Ross
2020-05-28fix testsSandeep Somavarapu
2020-05-28Revert "Revert "allow setting default tag while installing extensions""Sandeep Somavarapu
2020-05-28Custom Titlebar is incomplete and not draggable (fix #98669)Benjamin Pasero
2020-05-28Use createChannelReceiver for webview managerMatt Bierner