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
2022-06-09fix let vs const regression introduced by manual fixJohannes
2022-06-09manual fixing of prefer-const violationsJohannes
2022-06-09split manual work into managable chunks and (again) disable ↵Johannes
const-destructuring unless all are const
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-09Add user token to PR Chat (#151556)Logan Ramos
Add user token
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-08Fix rename of paths in markdown reference link definitions (#151545)Matt Bierner
Fixes #151117
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-08[typescript-language-features] Pass through all `typescript.unstable.*` ↵Andrew Branch
settings (#151472) Pass through all `typescript.unstable.*` settings
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-08[npm extension] exclude top level npm_modules when detecting npm scripts in ↵jram
workspaces (#150205) * Check if current folder is a path that should be excluded * update regex to be an exact match
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-08Switch deprecated editor.document -> editor.notebook (#151530)Rob Lourens
2022-06-08add explict type-annotation after making variable constJohannes
2022-06-08auto-fixed prefer-const violationJohannes
2022-06-08use `prefer-const` default configJohannes
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-08Merge pull request #151513 from microsoft/joh/joint-pheasantJohannes Rieken
update notebook milestones
2022-06-08Git - use editor as commit message input (#151491)Ladislau Szomoru
2022-06-08update notebook milestonesJohannes
2022-06-08Fix handling of remote authorities using ipv6 (#151500)Alexandru Dima
Fixes #151438: Fix handling of remote authorities using ipv6
2022-06-08fix jsx text foreground in tomorrow-night theme (#151478)余腾靖
2022-06-08prefer-const, ignore mixed destructuring statements for nowJohannes
2022-06-08debug: enable crash reporter when running debugging (#151430)Connor Peet
2022-06-08add `prefer-const` lint ruleJohannes
2022-06-08Engineering - macOS sign job optimization (#151120)Ladislau Szomoru
2022-06-08Engineering - Do not run macOSTest job if VSCODE_STEP_ON_IT is set (#150794)Ladislau Szomoru
Do not run macOSTest job if VSCODE_STEP_ON_IT is set
2022-06-08ux - hide quick pickers from command palette (#151489)Benjamin Pasero
2022-06-08debt - remove `getBaseLabel` (#151486)Benjamin Pasero
2022-06-08Adopt ResourceMap in more places (#151475)Matt Bierner
This changes switches to use the new `ResourceMap` type in more places in the markdown extension where we need to have a map/set with uris as the key
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-08Add resourceMap helper for markdown extension (#151471)Matt Bierner
This change introduces a `ResoruceMap` map type that is essentially `Map<vscode.Uri, T>` It also fixes a potential race condition with `MdWorkspaceCache` where two quick calls would both trigger init
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