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 (Collapse)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 ↵Johannes Rieken
@rebornix, https://github.com/microsoft/vscode/issues/96403
2020-05-29notebook - add `NotebookCell#notebook`Johannes Rieken
2020-05-29Tasks wtih same type and label should be "equal"Alex Ross
Fixes #98617
2020-05-29Make Neo keyboard layout (layer 4) arrow keys work in explorer view (#98269)Max
* Make Neo keyboard layout (layer 4) arrow keys work in explorer view * wrap expressions connected by '&&' in parentheses for clarifiction
2020-05-29use URI.joinPath for resourcesJohannes Rieken
2020-05-29move all uri util into IExtUri interface, ↵Johannes Rieken
https://github.com/microsoft/vscode/issues/93368
2020-05-29editors - lift onDidCloseEditor to service interfaceBenjamin Pasero
2020-05-29Allow style in span in markdown (#97793)Alex Ross
Part of #40607
2020-05-29remove the ability to ignore path casing from util functions itself, #93368Johannes Rieken
This change removes the `ignorePathCasing` argument from utils like `isEqual` et al. This is replaced with ExtUri-instances that know (or guess) when path casing matters.
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
For #96503
2020-05-29Fix isReadonly being inverted for custom editorsMatt Bierner
For #96503 This should enable the revert command on windows
2020-05-29Make sure we keep around custom editor models while autosave is going onMatt Bierner
For #96503
2020-05-29Pick up new TS versionMatt Bierner
2020-05-29Make sure we normalize remote urisMatt Bierner
Fixes #98768 On remote file systems, webviews can recieve requests for resources with scheme such as: `vscode-remote://vscode-ssh+localhost/path/to/file` When the webview resource loading was handled in the renderer, we were able to handle these uris correclty. Now that resource loading happens in the main proccess, we have to normalize them ourselves
2020-05-29Fix #98766 - Reloading a dirty saved search editor causes a phantom tab to ↵Jackson Kearl
appear
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
css language server for web
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 ↵rebornix
shared with notebook itself yet due to #98750.
2020-05-28Make sure we properly restore uris for local resource rootsMatt Bierner
For #98746
2020-05-28Fix #98726Sandeep Somavarapu
2020-05-28Fix typo in vscode.d.ts (#98692)HiDeoo
2020-05-28Update distro reference.Matt Hernandez
Updated to take the latest distro changes.
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
Fix debug icon. Use Codicons instead of text
2020-05-28Fix debug icon. Use Codicons instead of textIllusionMH
2020-05-28showCandidate should have a better name (#98566)Alex Ross
Fixes microsoft/vscode-internalbacklog#995
2020-05-28fix testsSandeep Somavarapu
2020-05-28Revert "Revert "allow setting default tag while installing extensions""Sandeep Somavarapu
This reverts commit 40559425c7c7219a25f148a41d678c488629a662.
2020-05-28Custom Titlebar is incomplete and not draggable (fix #98669)Benjamin Pasero
2020-05-28Use createChannelReceiver for webview managerMatt Bierner
From https://github.com/microsoft/vscode/pull/98131#issuecomment-635104095