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
path: root/src
AgeCommit message (Collapse)Author
2022-11-11Change Logging Suffix (#166122)Logan Ramos
Change logging suffix
2022-11-11Folded decoration is rendered garbled (#166114)Martin Aeschlimann
Escape the ellipses character used for folding. For #145897
2022-11-11fix initialzing profiles in web (#166112)Sandeep Somavarapu
2022-11-11button: switch to theming by css variables (#165515)Martin Aeschlimann
* button: switch to themeing by css variables * make options mandatory, don't mixin default styles * merge fixes
2022-11-11Reduce usage of `require` (#166051)Alexandru Dima
* Reduce usage of `require` * Bootstrap's callback returns only the first required module
2022-11-11Fix typings for nb outline test. Re #164297 (#166084)Peng Lyu
2022-11-11Merge pull request #166029 from microsoft/alexr00/fixOtherViewsSandeep Somavarapu
Fix edit sessions and settings sync views
2022-11-11Fix bad method calls in notebook execution test, via #164297 (#166078)Rob Lourens
2022-11-11Fix some test instantiation service errors in notebooks (#166069)Matt Bierner
For #164297
2022-11-11fix installing extensions in web (#166063)Sandeep Somavarapu
2022-11-11Merge pull request #166060 from microsoft/rebornix/clear-dragonPeng Lyu
Suggest install kernel extensions only when they are not installed.
2022-11-11fix profiles enablement in web (#166059)Sandeep Somavarapu
- only configurable in stable (not remote) - do not sync if disabled
2022-11-11Enable pasting of image attachments by default for ipynb (#166058)Matt Bierner
Fixes https://github.com/microsoft/vscode-jupyter/issues/11987
2022-11-11Suggest install kernel extensions only when they are not installed.rebornix
2022-11-11Make CodeActionModel an idleValue (#166053)Matt Bierner
For #164171
2022-11-11Fix webview state update (#166048)Matt Bierner
Fixes #165590 Added wrong typings here
2022-11-11Make ParameterHintsModel an idle value (#166052)Matt Bierner
For #164171 Parameter hints are not an essential feature on editor init. Instead we can create the model on idle. This should not have an impact on UX unless a user somehow splits an editor and then types `(` within <50ms and expects parameter hints to show up
2022-11-11Enable telemetry logging only in OSS (#166032)Logan Ramos
* Enable telemetry logging only in OSS * Remove unnecessary comment * Update comment
2022-11-10Merge pull request #165831 from microsoft/alexd/inclined-pandaAlexandru Dima
Always use app root for resource URIs (avoid usage of `require`)
2022-11-10Transform `text/uri-list` mime values in data transfers (#165768)Matt Bierner
* Take different approach for transforming * Remove unused param
2022-11-10rename to Profile (#166030)Sandeep Somavarapu
2022-11-10Debounce the kernel picker update. (#166027)Peng Lyu
2022-11-10Fix edit sessions and settings sync viewsAlex Ross
2022-11-10Fix leak in comments widget (#166016)Alex Ross
Fixes #165986
2022-11-10Refactor indicators to use uniform interface (#165960)Raymond Zhao
* Refactor indicators to use uniform interface * Fix styling
2022-11-10fix title bar when transitioning to PWA (#165967)SteVen Batten
fixes #165955
2022-11-10activate remote fsp before resolving trust (#165941)SteVen Batten
fixes #161362
2022-11-10update panel input border logic (#165966)SteVen Batten
fixes #165843
2022-11-10Move css rules for #165169 (#165595)Han
* #165169 Move css rules from diffReview.ts into diffReview.css * #165169 Move css rules from scrollDecoration.ts into scrollDecoration.css * microsoft#165169 Move css rules from diffReview.ts into diffReview.css * #165169 Move css rules from accessibilityHelp.ts into accessibilityHelp.css * remove useless import * #165169 Move css rules from BracketMatch.ts into BracketMatch.css
2022-11-10Fix #163013 (#165993)Sandeep Somavarapu
2022-11-10clean up (#165990)Sandeep Somavarapu
2022-11-10Merge pull request #165807 from microsoft/joh/responsible-antelopeJohannes Rieken
Set the `respectAutoSaveConfig` to false for code action on save
2022-11-10Fix Windows unit tests (#165973)Joyce Er
2022-11-10🎁 Add `search` to file location methods in tasks (#165156)Babak K. Shandiz
2022-11-10improve Git Bash integration on Windows (#151105) (#165428)Nikolas Grottendieck
Bash sessions should be started as interactive (`-i`) sessions to enable history commands by default. This is the same setup used by the official Git for Windows JSON fragment extension for Windows Terminal. This does not fix the issue at this time, however, because bash signal handling on Windows for quit/close/kill signals does not work as expected.
2022-11-10Merge pull request #165049 from microsoft/hediet/narrow-llamaHenning Dieterichs
Fixes #156454 (ChangeObserver relauncher contrib refactoring)
2022-11-09More telemetry cleanup (#165952)Logan Ramos
2022-11-09Fix typings issues with `TestInstantiationService` (search) (#165945)Andrea Mah
cherry-pick cbef6c2cfb3919f3b3a4b6eef45d31e8a3cf5855 for fixing testInstatiationService in search
2022-11-09Merge pull request #165947 from microsoft/rebornix/stuck-wormPeng Lyu
Kernel picker respond to kernel and action changes
2022-11-09Update overlay part position on cell layout change (#165948)Peng Lyu
2022-11-09Fix first party extension logging incorrect eventName (#165942)Logan Ramos
2022-11-09Kernel picker respond to kernel and action changesrebornix
2022-11-09move create from profile template action to export group (#165939)Sandeep Somavarapu
2022-11-09removed trace logging and normalized paths in search tree parent path ↵Andrea Mah
checking (#165850)
2022-11-09💄 Include file system path in debug mode's URI/link hovers (#165709)Babak K. Shandiz
* 💄 Include file system path in debug mode's URI/link hovers Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com> * 💄 Include full text in debug mode's link hovers Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com> * 🔨 Make showing link fulltext as an optional parameter Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com> * 🖼 Enable showing fulltext of links for debug view expressions Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com> Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
2022-11-09change how log channels are displayed (#165935)Sandeep Somavarapu
2022-11-09Add supportsMemoryEvent (#165876)Rob Lourens
For #164124
2022-11-09Fix debug response, rearrange tests (#165879)Rob Lourens
* Move some test stuff to common, rename test file * Add test for startDebugging and send correct response
2022-11-09Merge pull request #165927 from microsoft/joh/evil-sharkJohannes Rieken
joh/evil shark
2022-11-09#159892 Finalize (#165925)Sandeep Somavarapu