Commit graph

120811 commits

Author SHA1 Message Date
Alex Ross 36483e2d8c
Hack it together to get it running 2024-04-18 11:53:06 +02:00
Alex Ross d1a2d5a8e2
Upgrade web-tree-sitter and start to get things running 2024-04-17 09:48:45 +02:00
Alex Ross cca558e770
Get things building 2024-04-16 14:36:04 +02:00
Alex Ross 9898b14551
Squash Aiday's tree-sitter exploration 2024-04-16 12:55:17 +02:00
deepak1556 d49050825f chore: bump tree-sitter-typescript@0.20.5 2024-04-15 19:08:13 +09:00
deepak1556 807b8e8019 chore: update rpm deps-list 2024-04-15 19:08:13 +09:00
deepak1556 564c6370dd ci: fix crash in vscode-web-min-ci 2024-04-15 19:08:13 +09:00
deepak1556 c22cc7e2c7 ci: define LIBCPP_HARDENING_MODE 2024-04-15 19:08:12 +09:00
deepak1556 cdc95156bc ci: use latest v20 LTS for missing node-gyp
Refs eacec5f490
2024-04-15 19:08:12 +09:00
deepak1556 b425d7ff9f temp: update distro 2024-04-15 19:08:12 +09:00
deepak1556 bfbbc5714e chore: update nodejs checksums 2024-04-15 19:08:12 +09:00
deepak1556 6622579d76 temp: fix layer validation 2024-04-15 19:08:12 +09:00
deepak1556 89b2535a04 chore: update core types 2024-04-15 19:08:12 +09:00
deepak1556 5ff7dac0ad 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-04-15 19:08:12 +09:00
deepak1556 dc73a55433 ci: fix crash in compiling extensions-ci 2024-04-15 19:08:12 +09:00
deepak1556 7a4efb54cb chore: bump l10n-dev@0.0.35 2024-04-15 19:08:12 +09:00
deepak1556 0dbd5a67e6 chore: bump electron@29.1.5 2024-04-15 19:08:12 +09:00
deepak1556 8577a36dc5 chore: update typings to 20.x 2024-04-15 19:08:12 +09:00
deepak1556 4f7f4feec1 chore: update electron@29.1.0 2024-04-15 19:08:12 +09:00
George Garside b41db61193
Fix color picker command title (#210349)
#209612 incorrectly changed the title to a description rather than adding a description. Move the description to the description and revert the editor title to what it was previously.
2024-04-15 07:19:44 +00:00
Rob Lourens 4b7bb4db33
Merge pull request #210350 from microsoft/roblou/worried-termite
Chat API tweaks and /help fixes
2024-04-15 02:35:46 -03:00
Daniel Imms 6f91cdc47a
Merge pull request #210280 from microsoft/tyriar/170963
Update xterm
2024-04-14 11:51:43 -07:00
Rob Lourens bdf19f99bd Chat API tweaks and /help fixes 2024-04-14 09:03:11 -07:00
Rob Lourens 6bdf8642bb
Merge pull request #210316 from microsoft/roblou/successful-shrew
Don't mention 'participant' in errors
2024-04-13 19:09:17 -03:00
Rob Lourens 391feedd0b Don't mention 'participant' in errors 2024-04-13 13:01:13 -07:00
Benjamin Christopher Simmonds 4600d99b2b
Improve Configure Keybindings Support (#210251)
* Improve Configure Keybindings Support

* fix test
2024-04-13 09:18:02 -07:00
Rob Lourens 2d58a39793
Merge pull request #210281 from microsoft/roblou/unacceptable-swift
Fix chat MarkdownString merging
2024-04-12 21:51:53 -03:00
Rob Lourens cebce513c7 Add markdown merging test 2024-04-12 17:31:04 -07:00
Rob Lourens 6c596f57ca Enforce unsupported boolean flag for MarkdownString in chat 2024-04-12 17:27:50 -07:00
Daniel Imms 2a3c5c8115
Update xterm
Fixes #170963
2024-04-12 17:00:03 -07:00
Connor Peet d30b358ac7
cli: ensure vscode server outlives CLI on windows (#210279) 2024-04-13 01:50:34 +02:00
dependabot[bot] a9174e5ac9
Bump h2 from 0.3.24 to 0.3.26 in /cli (#209660)
Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.24...v0.3.26)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-13 00:48:00 +02:00
Rob Lourens ef35ae4031 Fix chat MarkdownString merging 2024-04-12 15:39:31 -07:00
dependabot[bot] 3692dc8729
Bump tar from 6.1.15 to 6.2.1 in /build/npm/gyp (#210142)
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.15 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.1.15...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-12 15:29:53 -07:00
Rob Lourens e7dc78cbd7
Merge pull request #210265 from microsoft/roblou/xenogeneic-leech
Fix participant publisher showing "undefined" after reload
2024-04-12 18:45:27 -03:00
Rob Lourens fc72077f87
Merge pull request #210270 from microsoft/roblou/nosy-emu
Add keybinding for chat 'cancel'
2024-04-12 18:45:10 -03:00
Megan Rogge ee83577e97
play terminal command failed signal when a command w non zero exit code is navigated to in accessible terminal view (#210269) 2024-04-12 23:21:18 +02:00
Rob Lourens b4a33b8e71 Add keybinding for chat 'cancel' 2024-04-12 14:10:48 -07:00
Rob Lourens e3a50705ff Fix tests 2024-04-12 14:08:35 -07:00
Rob Lourens d28dc16e5b
Merge pull request #210264 from microsoft/roblou/sore-gecko
Show chat action should work before chat extension is activatedq
2024-04-12 17:07:40 -03:00
Rob Lourens c410d33f2b Fix participant publisher showing "undefined" after reload 2024-04-12 13:07:06 -07:00
Andrew Wang a3a50383de
Add 'noDebug' for selectAndStartDebugging command (#209893)
* Add 'noDebug' for selectAndStartDebugging command

This PR adds an optional 'noDebug' parameter for the
'workbench.action.debug.selectandstart' command.

Example Usage:
`await vscode.commands.executeCommand('workbench.action.debug.selectandstart', 'node', true)`

* Use extenable object type for the options parameter
2024-04-12 12:51:06 -07:00
4-tel 79bdf5d3a4
fix: searching for lines in debug console that start with "!" #174146 (#210178)
* Add "\" escape character to filter field

* Add "\escape" tooltip to filter field
2024-04-12 19:50:54 +00:00
Rob Lourens 38b623f6fc Show chat action should work before chat extension is activated
but view is still registered
2024-04-12 12:49:39 -07:00
Rob Lourens 46b41aab9b
Merge pull request #210261 from microsoft/roblou/mature-caterpillar
Remove more dead deprecated Chat types
2024-04-12 16:46:53 -03:00
Rob Lourens ca31c02818 Remove more dead deprecated Chat types 2024-04-12 12:26:02 -07:00
Daniel Imms a2181dfe22
Merge pull request #210247 from microsoft/tyriar/145234_4
Debounce data events to shellIntegration API
2024-04-12 10:51:21 -07:00
Daniel Imms bcca025d40
Merge pull request #210250 from microsoft/tyriar/viewInChat
Add agent name to view in chat request message
2024-04-12 09:34:34 -07:00
Daniel Imms 9d791af0cb
Add agent name to view in chat request message
Without this the resulting history is incorrect
2024-04-12 08:52:35 -07:00
Daniel Imms 2efc5179c6
Fix debug api call 2024-04-12 08:35:26 -07:00