Commit Graph

117229 Commits

Author SHA1 Message Date
Alexandru Dima
7009d7caa6 Merge pull request #198578 from Splizard/feature/pen-selection
Mobile/Android: support text selection with a pen/stylus.
2023-12-05 15:07:39 +01:00
Simon Siefke
d13bfe535a fix: memory leak in defaultWorkerFactory (#198710) 2023-12-05 15:07:19 +01:00
Yesterday17
c7be45d50f fix ExtHostLabelService typo (#198855) 2023-12-05 14:06:09 +00:00
Alexandru Dima
089d64d34a Merge branch 'main' into highlight 2023-12-05 15:06:02 +01:00
Loïc Mangeonjean
838acd0f20 Take into account models created beforehand (#199652)
fix: take into account model created beforehand

Co-authored-by: Loïc Mangeonjean <loic@coderpad.io>
2023-12-05 14:05:37 +00:00
Aiday Marlen Kyzy
411f7ec701 keep hover open when the alt key is pressed 2023-12-05 14:57:21 +01:00
Johannes Rieken
bb2a74bc73 fix https://github.com/microsoft/vscode/issues/177591 (#200040) 2023-12-05 14:55:59 +01:00
Alex Dima
0e2cfb7164 Minor improvements, reduce duplication 2023-12-05 14:50:42 +01:00
Benjamin Pasero
0ccae8afbd Build failed (fix #200032) (#200037) 2023-12-05 14:45:25 +01:00
Aiday Marlen Kyzy
e04f765ed9 listing all the valid values and specifies the default value 2023-12-05 14:36:20 +01:00
Alexandru Dima
65d0130a5c Pass in disposable store to disposableTimeout (#200031)
Pass in disposable store to disposableTimeout (#193613)
2023-12-05 14:32:13 +01:00
Henning Dieterichs
d8e218558b Fixes #190953 2023-12-05 14:28:09 +01:00
Johannes Rieken
a2faf32408 fix https://github.com/microsoft/vscode/issues/174496 (#200030) 2023-12-05 14:18:42 +01:00
Alexandru Dima
fcd07faf11 Fix modifyPosition implementation (#200027)
Fix modifyPosition implementation (#193262)
2023-12-05 12:54:38 +00:00
DiscreteTom
50f8622d72 fix #193746 (#197523)
* fix #193746

* add tests for #193746
2023-12-05 12:42:14 +00:00
Nathan Garside
1835eb7684 Add syntax highlighting for *.repo files (#199859)
Add syntax highlighting for *.repo files
2023-12-05 12:25:46 +01:00
Alex Ross
95147456e4 Fix tree item order when reveal is the cause of getChildren (#200022)
Fixes #191511
2023-12-05 12:11:58 +01:00
Ladislau Szomoru
1466cbfcdf SCM - delete scmInputBoxActionButton proposal (#200012) 2023-12-05 10:52:01 +01:00
Ladislau Szomoru
c93a2d9e39 Engineering - update feature labels (#200016) 2023-12-05 10:49:42 +01:00
Benjamin Pasero
38518f236e debt - typecheck our top level JS files (#166844) (#200007)
* debt - typecheck our top level JS files (#166844)

* fix build
2023-12-05 09:18:57 +01:00
Aiday Marlen Kyzy
de6b1990e8 Merge pull request #199754 from microsoft/aiday/decreasingLighteningFactor
Decreasing the lightening factor from 1.7 to 1 for sparkle color in the light theme
2023-12-05 08:54:11 +01:00
易良
1ac14a7f70 fix: console format of fetchUrl (#198909)
* fix: console format of fetchUrl

* compile

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2023-12-05 07:43:00 +00:00
Benjamin Pasero
2b1cff02ef aux window - copy over more meta and icon tags (#200006) 2023-12-05 08:42:01 +01:00
Connor Peet
c0c1dce86b debug: support debug toolbar in aux window (#199997)
Finishes some work from Friday.

Fixes #198913
2023-12-04 16:37:54 -08:00
Don Jayamanne
3a2995df60 Ignore endgame plan from missing type lables (#199994) 2023-12-04 16:37:26 -08:00
Megan Rogge
e9c3e997f8 Merge pull request #199983 from microsoft/merogge/grooming-label
add `panel-chat`, `audio-cue`, `tasks`, `error-list` to grooming labels
2023-12-04 17:01:28 -06:00
Logan Ramos
e5e9a6556e Remove extra console.log (#199985) 2023-12-04 22:23:08 +01:00
meganrogge
7e764e8640 add error-list 2023-12-04 14:40:32 -06:00
meganrogge
08f6a25478 add tasks 2023-12-04 14:36:39 -06:00
meganrogge
bce2ab95d8 add to grooming labels 2023-12-04 14:34:15 -06:00
Connor Peet
81ea8669f2 eng: support runGlob in browser unit tests (#199979)
Fixes #183507
2023-12-04 12:14:25 -08:00
Megan Rogge
e575f28d21 Merge pull request #199978 from microsoft/merogge/focus-hover
only apply accessible view hint to hover when it is focused, not shown
2023-12-04 14:01:27 -06:00
meganrogge
3c6b75d54b fix #199959 2023-12-04 13:45:14 -06:00
Aaron Munger
397bf0fd1c remove theme participant (#199975) 2023-12-04 11:07:16 -08:00
Connor Peet
7bc7686565 aux window: add barrier waiting for styles to load (#199882)
* wip

* aux window: add barrier waiting for styles to load

The debug toolbar needs to compute its size and positioning, which without this fails if executed in onDidChangeActiveContainer. The result of these changes is a new property on the ILayoutService.

* address comments

* address comments

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2023-12-04 19:33:03 +01:00
Aiday Marlen Kyzy
054898d8dd polishing the code 2023-12-04 18:22:18 +01:00
Aiday Marlen Kyzy
c8175b5198 setting the configuration change listener 2023-12-04 18:19:03 +01:00
Aiday Marlen Kyzy
705d1e324e extract the logic about whether to show the code action 2023-12-04 18:11:09 +01:00
Johannes Rieken
23f27634a4 fix https://github.com/microsoft/vscode/issues/188441 (#199967) 2023-12-04 09:06:27 -08:00
Matt Bierner
c7a0dee66f Add issue grooming notebook (#199966) 2023-12-04 17:56:05 +01:00
Aiday Marlen Kyzy
ca10111d83 adding change from review 2023-12-04 17:30:04 +01:00
Johannes Rieken
97082b0ca5 warn/report invalid code lenses but don't surface them in the UI (#199962)
re https://github.com/microsoft/vscode/issues/197643
2023-12-04 16:45:25 +01:00
Johannes Rieken
d5fe76749a fix https://github.com/microsoft/vscode/issues/177059 (#199952) 2023-12-04 15:01:57 +01:00
Simon Siefke
38347ca237 fix: memory leak in color picker widget (#199815) 2023-12-04 15:00:02 +01:00
Johannes Rieken
56934582c3 fix https://github.com/microsoft/vscode/issues/173431 (#199951) 2023-12-04 14:48:29 +01:00
Ulugbek Abdullaev
3786cdcf9e meta: settings.json: wrap lines for github-issues notebooks (#199950) 2023-12-04 14:41:17 +01:00
Benjamin Pasero
7e67ab1991 aux window - allow AUX_WINDOW_GROUP in openEditor(s) to open in new window (#199945) 2023-12-04 14:13:37 +01:00
Aiday Marlen Kyzy
32061410ab boolean showAiIcon 2023-12-04 12:41:23 +01:00
Aiday Marlen Kyzy
fe7b080ab8 Merge branch 'main' into aiday/changingTheSettingsForTheLightbulb 2023-12-04 12:38:13 +01:00
Johannes Rieken
dc732fc25e fix https://github.com/microsoft/vscode/issues/170041 (#199942) 2023-12-04 12:33:55 +01:00