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/vs
AgeCommit message (Collapse)Author
2022-06-09fix let vs const regression introduced by manual fixJohannes
2022-06-09manual fixing of prefer-const violationsJohannes
2022-06-09Merge branch 'main' into joh/voluminous-lobsterJohannes
2022-06-09Convert history commands to `Action2` (#151524)Benjamin Pasero
* Convert history commands to `Action2` * address feedback * address comments
2022-06-09Update to build using latest TS nightly (#151576)Matt Bierner
2022-06-09Fix some missing registrations (#151575)Matt Bierner
Noticed these calls were not using the returned disposable
2022-06-09Allow paste API to replace metadata on copy (#151572)Matt Bierner
This lets the paste api replace data, such as `text/plain` on copy
2022-06-09Show drag uis as soon as shift is released (#151569)Matt Bierner
Fixes #150995
2022-06-09Adjust padding and outline of Settings editor scope widget tabs (#151567)Raymond Zhao
Fixes #146491
2022-06-09Finalize the notebook markdown renderer extension api (#151467)Matt Bierner
Fixes #121256
2022-06-09Update text editor drop proposal (#151552)Matt Bierner
This updates the text editor drop proposal (#142990). This change introduces `DocumentDropEdit` which removes the need for `SnippetTextEdit`. This interface may also be extended in the future with additional metadata
2022-06-09Shorten name of separators (#151553)Tyler James Leonhardt
shorten name
2022-06-08set vars to `""` if the `no_unset` option is provided to `zsh` (#151542)Megan Rogge
fix #145581
2022-06-08Iterate on paste edit provider api (#151477)Matt Bierner
* Iterate on paste edit provider api For #30066 - Pass all selections to paste providers. For #151326 - Introduce `DocumentPasteEdit` as return type. This new type uses an `insertText` that is applied to every paste location (for multicursor), plus an optional additional edit - Add `DocumentPasteProviderMetadata`. This lets extensions tell us which types of mimetypes they are interested in, letting us avoid round trips if no extensions care about the pasted data * Correctly batch insertText
2022-06-08Use notification instead for progress and ensure Language Pack gets synced ↵Tyler James Leonhardt
(#151544)
2022-06-08dispose of marker first (#151540)Megan Rogge
* fix #151225 * better
2022-06-08Respect debug.console.closeOnEnd setting even when the debug console has ↵Rob Lourens
been moved to another view. (#151535) Close whichever view container contains the debug console. Fixes #148616
2022-06-08add condition for awaiting profiles in `createTerminal` (#151482)Megan Rogge
check if length is 0
2022-06-08debug: preserve scope expand state better (#151522)Connor Peet
Previously, we only expanded the top scope if there were no expanded scopes lower down. I think this is too consevative. Chrome Devtools doesn't do this, and I don't think we should either. Second, we had some logic to preserve the expanded scopes. However, this was being based on the scope index, which if you step inside a function and have blocks with the same name, is likely to not be preserved between loads. Instead, form the scope ID based on a quick hash of its name _and_ location, which is preserved better. I think this should solve some of @jrieken's papercuts.
2022-06-08use `:` separator for formulated task name (#151440)Megan Rogge
fix #149676
2022-06-08add explict type-annotation after making variable constJohannes
2022-06-08auto-fixed prefer-const violationJohannes
2022-06-08Fix missing symlink explorer decoration if file is opened from quickpick ↵Jean Pierre
(#147629) Fix #147628
2022-06-08Fix #151193 (#151520)Sandeep Somavarapu
2022-06-08leverage the contribution to register the locale service instead (#151450)Tyler James Leonhardt
2022-06-08Git - use editor as commit message input (#151491)Ladislau Szomoru
2022-06-08Fix handling of remote authorities using ipv6 (#151500)Alexandru Dima
Fixes #151438: Fix handling of remote authorities using ipv6
2022-06-08ux - hide quick pickers from command palette (#151489)Benjamin Pasero
2022-06-08debt - remove `getBaseLabel` (#151486)Benjamin Pasero
2022-06-08Use label service (#149001)Rob Lourens
* Use labelService #148410 * Fix unit tests for search using label service
2022-06-08Simplify default override indicator impl (#151461)Raymond Zhao
Fixes #151164
2022-06-08Debug breakpoint warning improvements (#151379)Rob Lourens
* Show unverified breakpoint warning on breakpoint hover For #142870 * Add warning icon to breakpoint hover as well * Filter breakpoint warning indicator for breakpoints in languages that the debugger supports * Update src/vs/workbench/contrib/debug/browser/breakpointEditorContribution.ts Co-authored-by: Connor Peet <connor@peet.io> * Fix tests * Fix tests Co-authored-by: Connor Peet <connor@peet.io>
2022-06-08wait for profiles to be ready before creating 1st terminal (#151452)Megan Rogge
fix #138999
2022-06-08Keep webview from stealing focus from save dialog (#151391)Rob Lourens
Keep webview from stealing focus from save dialog. Not sure why this timeout was needed two years ago, but the behavior is the same now. The behavior is not perfect anyway. Fixes #151390
2022-06-08Fix Altair save button in the interactive window (#151389)Rob Lourens
Altair save as button doesn't work in the interactive window Fixes #150323
2022-06-07Add hc light class to webviews (#151441)Matt Bierner
Fixes #148057 Resubmit of #148088 with merge fixed
2022-06-07References view shows icons even though I have icons disabled (#151420) ↵Alex Ross
(#151424) Fixes #151406
2022-06-07Adopt error no telemetry for filesystem providers. (#148832)Logan Ramos
Adopt erorr no telemetry
2022-06-07fixes #144548 (#151448)SteVen Batten
2022-06-07assign builtin flag for overridden remote builtin extensions (#151446)Sandeep Somavarapu
* remove --enable-proposed-api flag for builtin extensions * use same dedup logic for remote extensions as local extensions
2022-06-07Debug console items don't use cursor:pointer on windows (#151443)Rob Lourens
Fixes #151021
2022-06-07Use `I` prefix for task interfaces (#151350)Megan Rogge
2022-06-07fixes #149366 (#151051)SteVen Batten
2022-06-07Add DataTransferItem.kind (#151384)Matt Bierner
Fixes #150963 The new `.kind` property makes it easier to tell the type of a data transfer item
2022-06-07Fix #151400 (#151432)Sandeep Somavarapu
2022-06-07Remote menu not showing when browsing marketplace (#151199)Martin Aeschlimann
Remote menu not showing when browsing marketplace #151198
2022-06-07Focus editor for tab after dragged over for 1500 millis (#149604)Mitch Schutt
* Focus editor for tab after dragged over for 1500 millis * :lipstick: Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2022-06-07Clear tasks schema when there are new definitions (#151079)Alex Ross
Fixes #142642
2022-06-07Can't drag an item and drop it to an empty treeview (#151213)Alex Ross
Fixes #149890
2022-06-07Dragging multi-line `text/uri-list` from tree to editor results in error ↵Alex Ross
(#151224) Fixes #148411