Commit Graph
103876 Commits
Author SHA1 Message Date
Andrea Mah 2b4fcbbb54 "Open new Search Editor to the Side" should be "Open New Search Editor to the Side" (#169579)
Fixes #168229
2022-12-19 22:52:46 +01:00
Alexandru Dima a981a85fc3 Adopt EditorContributionInstantiation.Lazy (#169575)
Adopt `EditorContributionInstantiation.Lazy` (#166969)
2022-12-19 22:19:10 +01:00
Raymond Zhao 3834785d0c Mark CompletionList as complete (#169574)
Fixes #168997
2022-12-19 22:11:03 +01:00
Ladislau Szomoru df3d2c350f Git - Remove remote quick pick includes description and icon (#169571) 2022-12-19 12:09:34 -08:00
Raymond Zhao 1846f69774 Await insertSnippet calls (#169570)
* await insertSnippet calls

Fixes #146171

* Exclude eslint file from PR
2022-12-19 12:09:07 -08:00
Logan Ramos a5fa6125b0 Show folder picker in no select multi-root context (#169569)
Show folder picker in no select context
2022-12-19 20:51:43 +01:00
Peng Lyu d4533c71ed Link support for notebook output. re microsoft/vscode-jupyter#12285 (#169565)
* Link support for notebook output. re microsoft/vscode-jupyter#12285

* Resolve comments
2022-12-19 11:19:57 -08:00
Logan Ramos d051800060 Cleanup class exports (#165413) 2022-12-19 10:02:52 -08:00
Matt Bierner 60e39f57aa Adopt flatMap vs flatten + map (#169452) 2022-12-19 09:59:51 -08:00
Ladislau Szomoru 7d7fa09ae5 Git - fix issue where change is on the first line of the editor (#169557) 2022-12-19 18:07:41 +01:00
Alexandru Dima 3d0d2dab86 Report leading and trailing whitespace on the same line in the same line change (#169556)
Fixes #169552: Report leading and trailing whitespace on the same line in the same line change
2022-12-19 17:52:03 +01:00
Daniel Imms 9ac26a1df4 Merge pull request #169445 from microsoft/tyriar/147619
Fix wide character offset in word link detector
2022-12-19 08:49:11 -08:00
Johannes Rieken ce58983779 remove mac specific styling for WCO (#169549)
* remove mac specific styling for WCO

esp remove usage of the `env()` function because that shows terrible performance

https://github.com/microsoft/vscode/issues/165441

* keep width property
2022-12-19 17:46:28 +01:00
Johannes Rieken e106fd3c27 Merge pull request #169119 from weartist/snippets_menu
add the snippet source when the snippet with the same name appears
2022-12-19 17:14:24 +01:00
Johannes af088153c3 also show relative path of snippet 2022-12-19 16:56:59 +01:00
Johannes 76b0c044c3 Merge branch 'main' into pr/weartist/169119 2022-12-19 16:46:37 +01:00
Johannes Rieken 82ba981835 change meaning of snippetsPreventQuickSuggestions and make it just not select a quick suggestion (#169546)
https://github.com/microsoft/vscode/issues/139825
2022-12-19 16:17:50 +01:00
Alexandru Dima 854a56ce1d Take into account padding for minimap layout (#169544)
* Take into account padding for minimap layout (#144034, #149753)

* Fix unit tests
2022-12-19 15:57:16 +01:00
Ladislau Szomoru a565017f12 Git - use application name in auto fetch notification (#169543) 2022-12-19 15:22:00 +01:00
Ladislau Szomoru 2c8b54bbbf Git - Add support for git stash --staged (#169539)
Add support for git stash --staged
2022-12-19 15:04:55 +01:00
Johannes Rieken cfd3aad843 inline unneccessary constant (#169540) 2022-12-19 15:04:18 +01:00
Daniel Imms 71543701ef Correct offset when multi-code chars are used
Fixes #169538
2022-12-19 05:51:33 -08:00
Johannes Rieken d9bbec5193 perf - profile analysis should also include column number (#169537) 2022-12-19 14:50:53 +01:00
Alex Ross a20d8c4f1b Set port context (#169535) 2022-12-19 14:29:27 +01:00
Alex RossandDaniel Imms f2edffb3d5 Add a setting for disabling port forwarding on click (#168311)
Fixes https://github.com/microsoft/vscode-remote-release/issues/6972

Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2022-12-19 14:26:23 +01:00
Daniel Imms 965e6f0edc Merge branch 'main' into tyriar/147619 2022-12-19 05:22:24 -08:00
Daniel Imms 23fb7c27fa Merge pull request #169447 from microsoft/tyriar/143883
Polish hover header line-height and margin
2022-12-19 05:21:45 -08:00
Johannes Rieken 34c9b3f400 use var args and spread for editor command extra arguments all the way (#169532)
(actually) fixes https://github.com/microsoft/vscode/issues/167564
2022-12-19 14:07:33 +01:00
Benjamin Pasero 0bfe4199ac add a button to configure application.shellEnvironmentResolutionTimeout from error toast (#169531) 2022-12-19 14:05:51 +01:00
Johannes Rieken 06107e7613 allow to clear the precondition for certain menu placements (#169527)
fixes https://github.com/microsoft/vscode/issues/169410
2022-12-19 14:04:51 +01:00
Ladislau Szomoru 8aa3d4022d Git - Fix Sync button layout regression (#169530)
Fix Sync button layout regression
2022-12-19 14:02:22 +01:00
Johannes Rieken 720feb93d3 be strict about modifier keys for toggle inlay hints (#169523)
fixes https://github.com/microsoft/vscode/issues/169478
2022-12-19 12:04:20 +01:00
Johannes Rieken f71023c031 add missing return when completions are canceled half-way through (#169522)
maybe https://github.com/microsoft/vscode/issues/169457
2022-12-19 11:55:50 +01:00
Benjamin Pasero d8966824b6 bug - never use ... when number of units unknown (#169517) 2022-12-19 08:37:50 +01:00
Matt Bierner 64a739f7aa Skip trying to apply code action edit if edit is empty (#169510)
For #169507
2022-12-18 19:07:46 -08:00
Benjamin Pasero 1d0a9f9e63 Revert "Add experimental setting to define where files should be copied for markdown" (#169492)
Revert "Add experimental setting to define where files should be copied for markdown (#169454)"

This reverts commit 09c0b1f799.
2022-12-18 14:11:45 -08:00
Rob Lourens 2808277602 Disallow cell URIs with NotebookEdit (#169481)
Fix #146690
2022-12-18 10:01:42 +01:00
Sandeep Somavarapu d581926838 fix #169470 fix #167620 (#169471) 2022-12-17 17:30:08 +01:00
Matt Bierner 09c0b1f799 Add experimental setting to define where files should be copied for markdown (#169454)
For #157043
2022-12-16 16:23:59 -08:00
esonnino e4d92055cf Merge pull request #169297 from microsoft/edsonn/jittery-fish
Increase height of items in Extensions list - Fix #150449
2022-12-16 15:24:44 -08:00
Matt Bierner c390a331c5 Switch to standard imports (#169451) 2022-12-17 00:22:53 +01:00
Matt Bierner c1498b35dd Fix includes check on jsdoc patching (#169446) 2022-12-16 23:36:22 +01:00
Daniel Imms 9994a1786a Polish hover header line-height and margin
Fixes #143883
2022-12-16 14:31:40 -08:00
Daniel Imms a825055d9d Fix wide character offset in word link detector
Fixes #147619
2022-12-16 14:10:07 -08:00
Connor Peet d74acc2714 debug: apply outFiles to debug terminal for faster boot (#169441)
Fixes most of https://github.com/microsoft/vscode/issues/167911
2022-12-16 23:02:55 +01:00
Tyler James Leonhardt fa76f1eb07 Use readonly for enable/disable of quick pick in order to preserve focus to the inputbox (#169440)
Fixes #163753

This is a tactical fix in order to give us a "disabled" input box but also not mess with focus.

The look of a disabled quick input still needs to be done, but that can be done when quickpick applies style via CSS variables instead instead of inline.
2022-12-16 13:24:12 -08:00
Daniel Imms f4c0b8064b Merge pull request #169438 from microsoft/tyriar/xterm_update5
Update xterm.js
2022-12-16 13:13:09 -08:00
Daniel Imms c75fd8eae4 Merge pull request #169436 from microsoft/tyriar/163554
Use const enum more in terminal and general clean up
2022-12-16 12:55:06 -08:00
Daniel Imms b765c21ee8 Update xterm.js
Fixes #166878
Fixes #158896
Fixes #166909
2022-12-16 12:51:00 -08:00
Rob Lourens ede6a8b50c Enable running "copy stack trace" with executeCommand (#169338)
Fix #140239
2022-12-16 12:33:16 -08:00