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
2019-10-15Merge remote-tracking branch 'origin/oss/master' into distrovsda-v1.39.1tyriar/vsda-v1.39.1Daniel Imms
2019-10-15xterm@4.2.0-beta8Daniel Imms
Diff: https://github.com/xtermjs/xterm.js/compare/84b56b7...cbb79a7 - Tests/doc change - alt+up/down fix for mac
2019-10-15Merge pull request #82613 from md2perpe/patch-1Rob Lourens
Add missing preposition
2019-10-15Merge branch 'pr/66522'Joao Moreno
2019-10-15cleanup commit template, mergeJoao Moreno
related to #66522
2019-10-15:up: distroBenjamin Pasero
2019-10-15Merge branch 'oss/master' into distroBenjamin Pasero
2019-10-15Merge commit 'refs/pull/66522/head' of github.com:microsoft/vscode into pr/66522Joao Moreno
2019-10-15fix hygieneBenjamin Pasero
2019-10-15fixes #82362isidor
2019-10-15Add missing prepositionPer Persson
"Commands starting an underscore" -> "Commands starting *with* an underscore"
2019-10-15:lipstick: code-web.jsBenjamin Pasero
2019-10-15:lipstick:Joao Moreno
2019-10-15fixes #82294isidor
2019-10-15do not run only ResourceTree testsisidor
2019-10-15debug more asyn awaitisidor
2019-10-15Merge pull request #82209 from w9jds/feature/#75938João Moreno
#75938 - Added in setting for diff gutter visibility
2019-10-15explorer: more async awaitisidor
2019-10-15debug: pointer cursors so breakpoints appear as clickableisidor
2019-10-15Merge branch 'joao/fix-82264'Joao Moreno
2019-10-15fix scm resource folder actionsJoao Moreno
related to #82264
2019-10-15Render progress bar after 1s of diff computation in diff editorAlexandru Dima
2019-10-15debug commands: asyn awatiisidor
2019-10-15debug: more async awaitisidor
2019-10-15debug configuration manager: asyn awaitisidor
2019-10-15fixes #82564Joao Moreno
2019-10-15Allow to run web client out of sources (#82569)Benjamin Pasero
* web - first cut allow to run from oss * add launch config
2019-10-15Feature/pin close others (#82545)Nate Rauh
* Pin the active editor when closing other editors * Pin active editor when closing editors to right
2019-10-15debt - properly type network.tsBenjamin Pasero
2019-10-15Merge pull request #80684 from solomatov/disposables-10-09Rob Lourens
Replace Disposable[] with DisposableStore
2019-10-15Merge remote-tracking branch 'origin/master' into disposables-10-09Konstantin Solomatov
2019-10-15Actually update Octicons with correct mappingMiguel Solorio
2019-10-15Windows Edition in Workspace Stats (#82539)SteVen Batten
2019-10-15Merge pull request #82377 from microsoft/fix/php-custom-tagsRob Lourens
php - fix custom tags appearing invalid
2019-10-15Treat non-spacing marks as part of word in md filesMatt Bierner
Fixes #82386
2019-10-15dont reposition overflow menu when it doesnt moveSteVen Batten
fixes #82078
2019-10-15Fixed: Image preview should not zoom on first click if unfocused (#82074)MartinBrathen
* Fixed a bug where first click on an unfocused image preview would zoom * added two spaces * removed unnecessary state variable * User now has ability to enter zoom-out mode on first click * removed some code that was not needed * removed useless if statement
2019-10-14update distrochrisdias
2019-10-14fixes internalbacklog #872chrisdias
2019-10-14Keep track of the diff computation stateAlex Dima
2019-10-14fix resource rewrite before host availableSteVen Batten
fixes #82467
2019-10-14Close process explorer on cmd/ctrl+w, fixes #64373Rachel Macfarlane
2019-10-14Fix #82199, numbers hard to read in light theme markdown preview (#82450)Jakob Fahr
2019-10-14focus first item on submenu mnemonicSteVen Batten
fixes #82470
2019-10-14Merge pull request #82380 from solomatov/change-new-terminal-titleDaniel Imms
Open New Terminal -> Open New External Terminal
2019-10-14minimap - allow variable scaling (#82265)Connor Peet
* minimap - allow variable scaling This PR allows the minimap to be scaled to several constant values. Most of the work in this PR is adjusting the the font renderer to render character at variable sizes. It turns out most generic image scaling algorithms are not built to scale down to one or two pixels (the default minimap font size has 1px by 2px characters), so some work was needed to make this possible and look good. Generating fonts at runtime does incur a small performance penalty, taking about 0.6m at 1x scale and 0.9ms at 4x scale on my machine to create the font the first time we render a minimap. If we want to avoid this, we could consider shipping pre-rendered font for the first few scale settings. At this moment this only supports scaling to a constant integer--effectively, scaling the character width, since we start at 1x2px. More granular scaling would be interesting, but will come at a runtime cost as we'll need to do linear interpolation for each character we draw at a non-integral coordinate. Draw speed is comparable to the previous version, the profiler reported in the range of 8-11ms to render my test file in both the previous and new code. I've tested this on my high DPI Macbook display and it appears to work well there too. Talking to Alex, something we may need to look into is matching the user font and render settings. Previously, and continuing in this PR, we use the default monospace font on the system with a restricted set of character codes. Previously the sidebar's font was too small to be visible, but now its content can be seen under large settings. We may need to look and reworking how this data is rendered. Perhaps we generate the characters we need on the fly into their own buffers? Open to ideas. Fixes https://github.com/microsoft/vscode/issues/21773 * fixup! not caching created factory * fix common/browser component layering * fixup! use a constant upscale for hDPI * small tweaks * fixup! pr comments * fixup! reduce max minimap scale
2019-10-14Merge pull request #82395 from microsoft/misolori/monokai-themeMiguel Solorio
Improve readability of comments in diff view for Monokai theme
2019-10-14Merge branch 'master' into misolori/monokai-themeMiguel Solorio
2019-10-14Fix #64684Miguel Solorio
2019-10-14Revert ":up: graceful-fs@4.2.2 (#82058)"Benjamin Pasero
This reverts commit 3c70da4c8ccbc6f001ea1d04743a7ed7b44fb3ed.