Commit Graph

121526 Commits

Author SHA1 Message Date
Alex Ross
37bf1d3b04
Merge branch 'electron-29.x.y' into alexr00/treeSitterExploration2 2024-05-08 13:42:20 +02:00
deepak1556
57f061edc9 chore: update rpm deps-list for x86_64 2024-05-08 17:19:45 +09:00
deepak1556
c768f4d6a7 test: skip flaky terminal integration tests 2024-05-08 17:14:34 +09:00
deepak1556
ceae19b881 chore: bump electron@29.3.1 2024-05-08 11:09:58 +09:00
deepak1556
8d9a4a1a98 chore: bump electron@29.3.0 2024-05-08 11:09:58 +09:00
deepak1556
eb2c9998bd chore: bump tree-sitter-typescript@0.20.5 2024-05-08 11:09:58 +09:00
deepak1556
c55a3de8c5 chore: update rpm deps-list 2024-05-08 11:09:58 +09:00
deepak1556
9531272afa ci: fix crash in vscode-web-min-ci 2024-05-08 11:09:58 +09:00
deepak1556
2a2a4492d6 ci: define LIBCPP_HARDENING_MODE 2024-05-08 11:09:58 +09:00
deepak1556
1f3ea53dc4 ci: use latest v20 LTS for missing node-gyp
Refs eacec5f490
2024-05-08 11:09:58 +09:00
deepak1556
9d4222079a chore: update nodejs checksums 2024-05-08 11:09:58 +09:00
deepak1556
4dcb65e381 temp: fix layer validation 2024-05-08 11:09:58 +09:00
deepak1556
464ae61af1 chore: update core types 2024-05-08 11:09:58 +09:00
deepak1556
1d0f726060 chore: disable .d.ts check for build/
$ ../node_modules/.bin/tsc -p tsconfig.build.json
node_modules/@types/chokidar/index.d.ts:21:14 - error TS2420: Class 'import("/Users/demohan/github/vscode/build/node_modules/@types/chokidar/index").FSWatcher' incorrectly implements interface 'import("fs").FSWatcher'.
  Type 'FSWatcher' is missing the following properties from type 'FSWatcher': ref, unref

21 export class FSWatcher extends EventEmitter implements fs.FSWatcher {
                ~~~~~~~~~

node_modules/chokidar/types/index.d.ts:8:14 - error TS2420: Class 'import("/Users/demohan/github/vscode/build/node_modules/chokidar/types/index").FSWatcher' incorrectly implements interface 'import("fs").FSWatcher'.
  Type 'FSWatcher' is missing the following properties from type 'FSWatcher': ref, unref

8 export class FSWatcher extends EventEmitter implements fs.FSWatcher {
               ~~~~~~~~~

Found 2 errors in 2 files.

Errors  Files
     1  node_modules/@types/chokidar/index.d.ts:21
     1  node_modules/chokidar/types/index.d.ts:8

Refs a0f9e09f64
2024-05-08 11:09:58 +09:00
deepak1556
c21eaea40c ci: fix crash in compiling extensions-ci 2024-05-08 11:09:57 +09:00
deepak1556
2fc96a8d4b chore: bump electron@29.1.5 2024-05-08 11:09:57 +09:00
deepak1556
1f55ee7706 chore: update typings to 20.x 2024-05-08 11:09:57 +09:00
deepak1556
cdd3ed82ce chore: update electron@29.1.0 2024-05-08 11:09:57 +09:00
Rob Lourens
60468916e4
Implement chat confirmations (#212140)
* Add API proposal for chat confirmations

* Update

* Fix up chatParticipantAdditions check

* And copy warning content

* Redundant

* Implement chat confirmation widget

* Implement sending chat confirmation data in the request

* Styling

* Fix button titles

* Fix build
2024-05-07 18:14:33 -07:00
David Dossett
e3982e5dee
Merge pull request #212217 from microsoft/ddossett/progress-step-spacing
Tweak progress step spacing
2024-05-07 17:25:17 -07:00
David Dossett
c3aec31f6c
Merge pull request #212216 from microsoft/ddossett/loading-icon
Use loading icon instead of sync icon
2024-05-07 17:19:46 -07:00
David Dossett
22d7312d50
Merge pull request #212215 from microsoft/ddossett/request-background
Avoid the piano roll effect of alternating chat background colors
2024-05-07 17:14:46 -07:00
David Dossett
f6d0fe3410
Tweak progress step spacing 2024-05-07 17:08:03 -07:00
David Dossett
a8232c54e6
Merge pull request #212214 from microsoft/ddossett/notification-widget
Tweak notification widget styles
2024-05-07 17:06:54 -07:00
David Dossett
0801d3cb10
Use loading icon instead of sync icon 2024-05-07 17:02:13 -07:00
David Dossett
a11c57d9f6
Avoid the piano roll effect of alternating chat background colors 2024-05-07 16:57:17 -07:00
David Dossett
380c60cfc7
Tweak notification widget styles 2024-05-07 16:49:27 -07:00
Matt Bierner
2a57bf60e2
Revert f8c7fec0c2 (#212203)
This seems to break extension install/update
2024-05-07 22:58:37 +02:00
Megan Rogge
8b86b2f26a
task part of #211878 (#211973) 2024-05-07 13:04:19 -07:00
Ladislau Szomoru
40156c5d06
SCM - delete old code that is not used (#212199) 2024-05-07 21:44:49 +02:00
Mahmoud Salah
071b61c184
Fire onDidRegisterAllSupported executions if any execution type is re… (#212163) 2024-05-07 19:35:44 +00:00
Benjamin Pasero
aed0775809
speech - integrate text-to-speech for chat items (#212121) 2024-05-07 12:33:23 -07:00
Connor Peet
9aaf087e6b
debug: maintain position when inline values are on with word wrap, fix flickering (#212192)
* debug: avoid inline value flickering during refresh
Fixes #210733

* debug: maintain position when inline values are on with word wrap
2024-05-07 21:01:00 +02:00
Raymond Zhao
5f3e7a0ba9
fix: remove some assertions, ref #211878 (#212137) 2024-05-07 11:50:03 -07:00
Connor Peet
6e009e0537
debug: finalize debugFocus API (#212190)
Closes #63943
2024-05-07 19:30:08 +02:00
Michael Lively
c4653faeb1
Use new getDocumentFormattingEditsWithSelectedProvider for Notebook formatting (#212185)
use new `getDocumentFormattingEditsWithSelectedProvider`
2024-05-07 18:57:17 +02:00
Connor Peet
3455bd54fe
testing: finalize TestRunRequest.preserveFocus API (#212177)
Closes #209491
2024-05-07 09:45:43 -07:00
Christof Marti
e2773d08ff Update distro hash 2024-05-07 17:26:39 +02:00
Henning Dieterichs
ef0c938339
Fixes #208084 (#212176) 2024-05-07 17:23:20 +02:00
Benjamin Christopher Simmonds
17bea60770
Improve description #211931 (#212170) 2024-05-07 16:39:33 +02:00
Sandeep Somavarapu
f8c7fec0c2
More extension install error codes (#212161) 2024-05-07 12:36:52 +02:00
Alex Ross
a812bde8e5
Fix rapid focus flickering (#212153)
Fixes #211831
2024-05-07 10:49:52 +02:00
Johannes Rieken
f8d3bd3909
remove old chat message types (#212148) 2024-05-07 10:31:23 +02:00
Megan Rogge
00bc1553ba
create AccessibleViewRegistry, move all applicable views/accessibility help dialogs over to use it (#212138) 2024-05-07 05:48:04 +02:00
Connor Peet
26120e5bf4
testing: add temporary failure tracker to the selfhost test runner (#212134)
For /fixTestFailures, I want to get more 'real world' tests and test
fixes. This makes a change in the selfhost test provider such that when
a test fails and is then fixed, we record the code changes into a JSON
file in the `.build` directory. In a few days I'll follow up with team
members to collect their test failures and use them as evaluation tests
for copilot. The FailureTracker will be removed when I've gotten enough
data.
2024-05-07 00:54:33 +02:00
Matt Bierner
3f91c9bcd7
Pick up latest TS for building VS Code (#210956)
* Pick up latest TS for building VS Code

* Update

* Update yarn lock
2024-05-06 13:59:56 -07:00
John Murray
93c5b127f0
Make codelenses work after switching from webview editor (fix #198309) (#211999) 2024-05-06 20:59:36 +00:00
Peng Lyu
cb823e57ab
Fix webview loading perf mark. (#212120) 2024-05-06 12:39:14 -07:00
Connor Peet
e50231341b
debug/testing: clean up most explicit type casts (#212119)
For #211878
2024-05-06 12:38:44 -07:00
Benjamin Pasero
8444fa68ef
notifications - improve wording for filter (#212117) 2024-05-06 20:27:25 +02:00