Commit graph

103337 commits

Author SHA1 Message Date
David Dossett 07a8c6752e
Improve focus border contrast for quiet light, solarized light, and monokai themes (#168237)
Fix #165386
2022-12-06 23:52:11 +01:00
David Dossett eefd5edc4d
Remove old/unused walkthrough images (#168235)
* Remove old/unused walkthrough images

* Remove more.png
2022-12-06 23:48:03 +01:00
Matt Bierner 23ce9daef8
Adopt css colors in parameter hints widget (#168234)
* Adopt css colors in parameter hints widget

For #165169

* Add opacity to borders
2022-12-06 14:47:55 -08:00
David Dossett a3ce458be0
Fix status bar hover/active background (#168233) 2022-12-06 23:24:55 +01:00
Matt Bierner ac88f33e2c
Revert "Fix: New md file scrolls to Top. (#164999)" (#168224)
This reverts commit 54543cf5bf.
2022-12-06 22:50:30 +01:00
Alexandru Dima 94acd2c085
Change the default of editor.renderFinalNewline to dimmed on Linux (#168220)
Fixes #141169: Change the default of `editor.renderFinalNewline` to `dimmed` on Linux
2022-12-06 22:29:13 +01:00
Tyler James Leonhardt 2b642e1c98
Define 'language' for translators (#168118)
* define 'language' for #129029

* Update src/vs/workbench/contrib/codeEditor/browser/untitledTextEditorHint/untitledTextEditorHint.ts

Co-authored-by: John Murray <johnm@georgejames.com>

Co-authored-by: John Murray <johnm@georgejames.com>
2022-12-06 13:19:22 -08:00
Megan Rogge 3c84e0d763
tweak command name (#168214)
fix #143701
2022-12-06 14:40:31 -06:00
Connor Peet 73c9764d50
testing: allow work after user interrupts test (#168212)
Gives a 10 seconds timeout for test extensions to tear down and write
out remaining messages, instead of immediately finalizing the run when
the user clicks the stop button. Users can also click the test button
again to forcefully end the run.
2022-12-06 15:29:59 -05:00
Alexandru Dima bafda10a37
Make setContext an API command (#168215)
Fixes #46445: Make `setContext` an API command
2022-12-06 21:17:10 +01:00
Alexandru Dima 07892e4ef2
Move more style rules to css (#168210) 2022-12-06 20:45:57 +01:00
Mikl Wolfe 1d7f930246
Remove repository.ts default parameter types (#155908)
* Remove closeDiffEditors inferred parameter type

* Remove pushTo inferred parameter type

* Remove _push inferred parameter type

* Remove isBranchProtected inferred parameter type
2022-12-06 20:30:26 +01:00
Megan Rogge e381480cd4
part of #167239 (#168208)
fix #167417
2022-12-06 20:29:29 +01:00
Megan Rogge 0bae6f7964
register command selectors as first priority in terminal quick fix addon (#168206)
fix #168154
2022-12-06 20:13:06 +01:00
Megan Rogge aa6168def9
pull accessibility mode out of editor status (#168103) 2022-12-06 13:09:50 -06:00
SteVen Batten 8893a14941
add mnemonic note (#168204)
fixes  #149794
2022-12-06 20:02:49 +01:00
Connor Peet 125fd89cee
testing: prefer to show description in test tooltip (#168203)
Showing the label is redundant in the explorer view where the label is shown in the tree item. Prefer showing the description. Fixes #166374
2022-12-06 19:56:38 +01:00
Alexandru Dima fa0e000e1d
Extract highlight decorations to a separate file (#168185)
* Extract highlight decorations to a separate file

* Fix CSS import
2022-12-06 19:45:30 +01:00
Martin Aeschlimann e37eabca53
Folded folding ranges should be displayed on the minimap with darkened background (#168198) 2022-12-06 19:33:00 +01:00
Alexandru Dima c16bf3470b
Fix typo (#168191)
Fixes #167319: typo
2022-12-06 18:36:06 +01:00
Johannes Rieken d08acd8f1a
fix https://github.com/microsoft/vscode/issues/167242 (#168189)
Bring existing items by provider to the suggest-call, refactor trigger options into one argument-object, simpily completionModel
2022-12-06 18:04:26 +01:00
Connor Peet 3b4ff94607
search: fix faulty replacements in crlf files with lf regex (#168124)
Fixes https://github.com/microsoft/vscode/issues/165700

Regex normalization was actually working fine (finally). The issue was
JS code was matching again to do the replacement. If the original regex
only was written for LF, but the file was CRLF, VS Code did not attempt
to normalize line feeds until it tried to pull the surrounding content
as well as a 'last resort'.

If the surrounding content included a match before the intended one,
then that would be used instead, resulting in the bug.

PR does a small style change to add early returns to avoid nesting.
2022-12-06 08:30:40 -08:00
Martin Aeschlimann dac409ee91
set virtualWorkspaces: limited (#168177) 2022-12-06 16:52:23 +01:00
Johannes Rieken accdf1078f
fix https://github.com/microsoft/vscode/issues/159914 (#168175) 2022-12-06 15:55:01 +01:00
Megan Rogge 6adec5fc8e
update description of editor.accessibilitySupport (#168104) 2022-12-06 09:51:44 -05:00
Mikl Wolfe 73221ee046
Update git config.followTagsWhenSync definition (#155914) 2022-12-06 15:03:22 +01:00
Ladislau Szomoru f3110d3367
Engineering - Exclude engineering label from missing types query (#168170)
Exclude engineering label from missing types query
2022-12-06 14:53:42 +01:00
Sandeep Somavarapu fac2283bf3
fix string.replace (#168169)
fix string.replace #167239
2022-12-06 14:50:23 +01:00
Henning Dieterichs a18f1c39ea
Merge pull request #167687 from ssigwart/tabWithEnter
Fix paste removing indent
2022-12-06 14:49:09 +01:00
Henning Dieterichs c0799f0308
Fixes #168068 (#168163)
* Fixes #168068

* Fixes test
2022-12-06 14:38:52 +01:00
Johannes Rieken 62d8f662fb
prevent empty markdown string from appearing in the hover (#168168)
fixes https://github.com/microsoft/vscode/issues/162227#issuecomment-1337563966
2022-12-06 14:34:20 +01:00
Sandeep Somavarapu 37a74f9e41
fix #167594 (#168167) 2022-12-06 14:33:44 +01:00
Johannes Rieken 538a24d505
use IWorkbenchExtensionEnablementService because know when a globally disabled extension is workspace enabled (#168161)
fixes https://github.com/microsoft/vscode/issues/160460
2022-12-06 12:35:15 +01:00
Ladislau Szomoru 711bdf0066
Engineering - Add workbench-banner label (#168160)
Add workbench-banner label
2022-12-06 12:31:06 +01:00
Benjamin Pasero 12988f1ea0
debt - clean up some todos (#168158) 2022-12-06 12:13:10 +01:00
Alex Ross c4d4c382c2
Tree item dnd item for text/plain reveal it id (#168145)
Fixes #145687
2022-12-06 09:56:32 +01:00
Peter Strömberg 27a83dea30
Enable monospaced digits for statusbar items (#167310)
* Enable monospaced digits for statusbar items

Addressing: #167304

* Use `font-variant-numeric` instead

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2022-12-06 08:18:35 +01:00
Tyler James Leonhardt 25a406de7b
Don't expose command center in the command palette and remove 'Launch' in name (#168126)
Fixes #166503
2022-12-06 08:17:56 +01:00
Peng Lyu c0c052077c
Re #166603. Avoid visibility change in override. (#168122) 2022-12-06 08:16:21 +01:00
Sandeep Somavarapu d253ab2adc
fix #162380 (#168115)
* fix #162380
- Handle 405 error
- Clean up remote data when 405 occurs
- Check for too many profiles locally
- fix merging profiles
- remove created collections when updaing profiles fail

* fix tests
2022-12-06 08:15:12 +01:00
Google Henrik 4b148a70a8
Do not select full contents of inputbox before selecting a range, fixes #167266. (#167274)
Do not select full contents of inputbox before selecting a range.

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2022-12-06 07:41:24 +01:00
Benjamin Pasero 9df51e1cdd
Notifications: cannot navigate into link via keybindings (fix #163086) (#167980) 2022-12-06 07:28:32 +01:00
Stephen Sigwart 162f221b78
Added test 2022-12-05 23:26:06 -05:00
Bhavya U e79a401ba5
Create new files in walkthrough steps on the right if... (#168119)
Create new files in walkthrough steps on the right if there are no other editor groups.
2022-12-05 15:38:24 -08:00
Tyler James Leonhardt 782e13ba44
Update replace calls to use functions (#168120)
update replace calls ref #167239
2022-12-06 00:21:21 +01:00
Rob Lourens fac8c645d4
Add Eleanor to ssh label (#168117) 2022-12-05 15:20:02 -08:00
Raymond Zhao 77c3ff054d
Add minimum value to window.zoomLevel (#168116)
Fixes https://github.com/microsoft/vscode/issues/155185
2022-12-05 23:56:31 +01:00
Martin Aeschlimann b27ee6b7b5
[html/css/json] pass the location of the localization bundle to the server (#168111)
pass the location of the localization bundle to the server
2022-12-05 14:49:27 -08:00
Matt Bierner 6e3976f744
Update repos and labels in my-work (#168108) 2022-12-05 21:41:15 +01:00
Matt Bierner d62fb120a4
Pick up latest markdown language server (#167869) 2022-12-05 21:13:24 +01:00