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 (Expand)Author
2022-06-09manual fixing of prefer-const violationsJohannes
2022-06-09Merge branch 'main' into joh/voluminous-lobsterJohannes
2022-06-09Allow paste API to replace metadata on copy (#151572)Matt Bierner
2022-06-09Update text editor drop proposal (#151552)Matt Bierner
2022-06-08Iterate on paste edit provider api (#151477)Matt Bierner
2022-06-08add explict type-annotation after making variable constJohannes
2022-06-08auto-fixed prefer-const violationJohannes
2022-06-07debt - ensure models are resolved (#151405)Benjamin Pasero
2022-06-02Don't allow links to end with `:` (#151122)Alexandru Dima
2022-06-02Add test for #149130 (#151091)Alexandru Dima
2022-06-02Merge pull request #151089 from microsoft/hediet/fix-149460Henning Dieterichs
2022-06-02Merge pull request #151081 from microsoft/hediet/fix-149130Henning Dieterichs
2022-06-02Merge pull request #151088 from microsoft/alexd/known-swordtailAlexandru Dima
2022-06-02Fixes #149460 by returning null for unconfigured brackets.Henning Dieterichs
2022-06-02Fixes #150968: Take into account the zero width non-joiner when computing the...Alex Dima
2022-06-02Simplify computation of `charHorizontalOffset`Alex Dima
2022-06-02Rename `CharacterMapping.getVisibleColumn` to `getHorizontalOffset`Alex Dima
2022-06-02Add tests for character mappingsAlex Dima
2022-06-02Adresses #149130 by not causing and endless-loop when token end-offsets are n...Henning Dieterichs
2022-06-02Always set text/uri-list (#151028)Matt Bierner
2022-06-01Use EditorStateCancellationTokenSource (#151001)Matt Bierner
2022-06-01Rename absolute offset to visible columnAlex Dima
2022-05-31Fix incorrect ligatures when rendering whitespaces (#150349)Long0x0
2022-05-29Merge branch 'main' into fix-maxTokenizationLineLength-for-monacoLazyuki
2022-05-27show keybindings in quick open help (#150538)Benjamin Pasero
2022-05-27Fix default copy paste (#150495)Matt Bierner
2022-05-26Allow multiple entries with the same mimetype in dataTransfer (#150425)Matt Bierner
2022-05-25Add PasteEditProvider (#107283)Matt Bierner
2022-05-25Fix drop data transfer overwriting everything with `uri-list` mime (#150319)Matt Bierner
2022-05-24Add owners to all telemetry events (#150296)Logan Ramos
2022-05-24Fixes #150176: Extract code related to encoded token attributes to a separate...Alexandru Dima
2022-05-24Fixes bracket fixing bug for inline completions.Henning Dieterichs
2022-05-24Fixes #150177: Extract `LinePartMetadata` to a separate file (#150259)Alexandru Dima
2022-05-24Cleanup data transfer types (#149774)Matt Bierner
2022-05-23Merge pull request #150118 from pksunkara/mainJohannes Rieken
2022-05-23feat: inlay hints padding optionPavan Kumar Sunkara
2022-05-23Merge pull request #150004 from microsoft/sandy081/policyJoão Moreno
2022-05-23when temporarily showing/hiding inlay hints use the same "redraw range" that ...Johannes
2022-05-20Merge branch 'main' into sandy081/policysandy081/policySandeep Somavarapu
2022-05-19let -> constAlex Dima
2022-05-19Add a basic check (#149832)Alexandru Dima
2022-05-18Merge commit 'ae2202631366eea0aaed6f881f87c2b44ae1b647' into sandy081/policyJoao Moreno
2022-05-18Reduce usages of `editor.deltaDecorations` (#149768)Alexandru Dima
2022-05-17Add drop into editor option (#147049)Matt Bierner
2022-05-17make `getWordAtText`-config configurable and use lower budget for speedy testsJohannes
2022-05-17Reduce usages of `editor.deltaDecorations` (#149718)Alexandru Dima
2022-05-16fix bad rebaseYuki Ito
2022-05-16Use maxTokenizationLineLength in monarchYuki Ito
2022-05-16Avoid using `deltaDecorations` in cases where it could recurse (#149644)Alexandru Dima
2022-05-13Fixes #149412: Validate that semantic tokens edits reference valid offsets (#...Alexandru Dima