Commit Graph

111390 Commits

Author SHA1 Message Date
Henning Dieterichs
61611e4fe2 Fixes Code QL alert (#188269) 2023-07-19 16:01:20 +02:00
Henning Dieterichs
13c459708f Merge pull request #188181 from microsoft/hediet/b/experimental-sailfish
Introduces onlyShowAccessibleDiffViewer. Fixes #182789
2023-07-19 15:09:49 +02:00
Sandeep Somavarapu
4789314937 feedback (#188251) 2023-07-19 10:07:32 +02:00
Johannes Rieken
7d2e9fedb4 Merge pull request #188144 from weartist/adjust_spell_for_inlineChatDiff
fix #187223
2023-07-19 09:37:57 +02:00
Sandeep Somavarapu
c5a7f04311 fix #186857 (#188248) 2023-07-19 09:37:09 +02:00
Sandeep Somavarapu
525b7a48ae profile improvements (#188245)
- fix edit title
- show using default profile
2023-07-19 08:43:37 +02:00
weartist
2fd4a2523e remove unnecessary code 2023-07-19 09:25:48 +08:00
Henning Dieterichs
c85bf61a82 Fixes #188060 (#188219) 2023-07-19 10:58:49 +10:00
Matt Bierner
5bd12ecd7c Pick up latest TS for building VS Code (#188220) 2023-07-19 02:03:31 +02:00
Matt Bierner
19f9f605a9 Correctly reload markdown preview on md contribution change (#188218)
Fixes #184295
2023-07-19 01:47:31 +02:00
Henning Dieterichs
f32187dfe7 Merge pull request #188212 from microsoft/merogge/doc-bug
add info about what happens for contributions
2023-07-19 01:39:52 +02:00
Henning Dieterichs
c01bc97280 Fixes CI 2023-07-19 01:36:43 +02:00
Aaron Munger
43a39d8d1c Merge pull request #188216 from microsoft/aamunger/notebookHelp
fix copy pasta
2023-07-18 16:16:13 -07:00
Aaron Munger
fce31539cf Merge pull request #188213 from microsoft/aamunger/notebookAccessibility
aria label with accessibility help hint in notebooks
2023-07-18 16:01:27 -07:00
aamunger
b22d925efe fix copy pasta 2023-07-18 16:00:15 -07:00
aamunger
7c2969ba27 aria label with accessibility help hint in notebooks 2023-07-18 15:17:39 -07:00
Megan Rogge
b008a7e942 Merge pull request #188210 from microsoft/merogge/read-only
respect `readonly` in terminal accessible buffer and accessible view
2023-07-18 15:15:07 -07:00
meganrogge
14f0537d83 add info about what happens for contributions 2023-07-18 15:03:46 -07:00
meganrogge
cac4a088cf fix #187774 2023-07-18 15:00:39 -07:00
Jean Pierre
0aee7020c2 Fixes extension activation fail after upgrade with Error: Cannot find module 'vscode' (#187090)
Fixes #185733
2023-07-18 23:49:48 +02:00
Henning Dieterichs
eeed165462 Refactors diff editor helper (#188205) 2023-07-18 23:44:48 +02:00
Matt Bierner
e98bfca164 Hide webview view icons when the view is collapsed (#188204)
Follow up on #185864

Otherwise always show them when the view is visible
2023-07-18 23:34:16 +02:00
Logan Ramos
5aa689456e Comment out envelope injection (#188203) 2023-07-18 23:29:09 +02:00
Henning Dieterichs
ab705a265b Diff Editor Helper Refactoring (#188198) 2023-07-18 23:17:57 +02:00
Henning Dieterichs
c0da4d47e8 Fixes bug in observable event adaptor. (#188196) 2023-07-18 23:17:29 +02:00
Aaron Munger
bfdd302155 Merge pull request #187766 from microsoft/aamunger/notebookOutput
perf optimizations for large stream notebook outputs
2023-07-18 13:55:17 -07:00
Rob Lourens
e9af68ea02 Local terminal should not wait for full window restore before initializing itself (#188191)
Fix microsoft/vscode-remote-release#8586
2023-07-18 12:50:03 -07:00
Henning Dieterichs
ac62da9ef0 Fixes #187644 (#188189) 2023-07-18 21:31:28 +02:00
Matt Bierner
e2720e7bf4 Make getWorkspaceRootForResource work for notebook cells (#188186)
Fixes #186811
2023-07-19 05:29:22 +10:00
Megan Rogge
a3cfa39a08 Merge pull request #187879 from microsoft/merogge/notification
add notification `AccessibleView`, `next/previous` functions
2023-07-18 12:27:56 -07:00
meganrogge
6d6bd0a9d3 fix issue 2023-07-18 12:12:24 -07:00
meganrogge
7bf0f83904 add next/previous 2023-07-18 11:54:19 -07:00
Henning Dieterichs
683fc37cdd Adresses #187837 (#187911)
* Adresses #187837

* Fixes failed test
2023-07-18 20:37:29 +02:00
Henning Dieterichs
1e0a1f5821 Introduces onlyShowAccessibleDiffViewer. Fixes #182789 2023-07-18 20:28:08 +02:00
Matt Bierner
40abe0e1d5 Explicitly add link in JSDoc (#188182)
Fixes #188159
2023-07-18 11:15:14 -07:00
Connor Peet
f82185934a testing: finalize testInvalidateResults (#188180)
Also sends the tests as a bulk to the renderer, and implements a
prefix tree for doing invalidation checks (which I plan to adopt
elsewhere later on, perhaps in debt week.)
2023-07-18 20:14:25 +02:00
Megan Rogge
860f46c123 Merge branch 'main' into merogge/notification 2023-07-18 11:10:38 -07:00
Matt Bierner
3d1f7201ad CodeQL suppressions (#188183) 2023-07-18 20:08:06 +02:00
Henning Dieterichs
9f6ecfd436 Rewrites accessible diff viewer (formerly called difference review) (#188165)
* Rewrites accessible diff viewer (formerly called difference review)
Fixes #186420, Adresses #184229

* Fixes CI.

* Fixes bug
2023-07-18 10:58:48 -07:00
Joyce Er
1826243c26 Allow slash commands to opt into auto-executing (#188097)
* Allow slash commands to opt into auto-executing

* Allow inline chat slash commands to opt into auto-executing

* `hasArgs` -> `executeImmediately`

* Check for one line of text

* Use completion commands

* One more `executeImmediately` rename

* Reuse existing inline and panel chat actions
2023-07-18 10:42:35 -07:00
Christian Bromann
e055922046 Notebook UI heading tweaks (#188117)
* Notebook UI heading tweaks

* align styles
2023-07-18 19:40:46 +02:00
meganrogge
2839ea0988 get it to work 2023-07-18 10:06:33 -07:00
Connor Peet
3e0786633b cli: allow exec server to listen on socket (#188123)
* cli: allow exec server to listen on socket

For remote ssh

* fix lint
2023-07-18 09:19:44 -07:00
meganrogge
594a4f1bf1 localize, make sure to refocus notification item 2023-07-18 09:19:03 -07:00
Megan Rogge
a40a4f728a Merge pull request #188170 from microsoft/merogge/navig
correct word
2023-07-18 09:01:34 -07:00
Megan Rogge
919303e7de Merge branch 'main' into merogge/notification 2023-07-18 08:54:50 -07:00
meganrogge
38e6d7861d correct word 2023-07-18 08:36:16 -07:00
Megan Rogge
a9fcc430e7 Merge pull request #187077 from hsfzxjy/ctrl-arrow
Generalize Ctrl+DownArrow and Ctrl+UpArrow to most input-result widgets (Fix #179967)
2023-07-18 08:33:35 -07:00
Joyce Er
1d96980398 Don't prompt to publish branch after it was pushed (#188166) 2023-07-18 17:22:35 +02:00
Johannes Rieken
93846caad2 add limits for how many files can have diagnostics (#188161)
https://github.com/microsoft/vscode/issues/187272
2023-07-18 16:28:59 +02:00