Matt Bierner and GitHub
0f47ae7932
Pick up latest TS for building VS Code ( #204527 )
2024-02-06 11:39:50 -08:00
Rob Lourens and GitHub
384df5aad7
Filter out "command followups" from agents that haven't adopted new API ( #204530 )
2024-02-06 20:19:50 +01:00
Rob Lourens and GitHub
20fe8ecf07
Ensure chat feedback buttons don't get pushed off screen ( #204524 )
2024-02-06 19:58:48 +01:00
Anthony Stewart and GitHub
e0ae0f30e3
Prevent F1 from opening browser help in webviews ( #204499 )
...
* Prevent F1 fro opening browser help in webviews
* Also prevent F5 from refreshing
* Update CSP hash
2024-02-06 18:49:56 +00:00
Matt Bierner and GitHub
df01567c35
Add codeql comments ( #204448 )
2024-02-06 10:49:29 -08:00
Connor Peet and GitHub
ebed3f2345
testing: adopt coverage icons ( #204514 )
2024-02-06 09:46:57 -08:00
Rob Lourens and GitHub
cda51f6ab4
Replace chat "command followups" with command button content ( #204512 )
...
* Delete CommandFollowups and make inline chat use its own types for command followups
* Add command button, render it properly
* Manage the lifecycle of commands from chat command buttons
* Handle stale session command in type converter
* Fix
2024-02-06 18:37:22 +01:00
Orgad Shaneh and GitHub
08eda834f9
Tunnel: Extend port mapping lookup also for querystring ( #203908 )
...
When running az login, the URL has localhost in redirect_uri query
param. This should trigger automatic port mapping.
Improve localhost port mapping to cover this case as well.
Fixes #203869
2024-02-06 17:19:50 +00:00
Henning Dieterichs and Henning Dieterichs
a190a264a9
Remove hot-reload:patch-prototype-methods statements
2024-02-06 17:11:54 +01:00
Alex Ross and GitHub
1df67c370c
Show keybindings in comment button hovers ( #204496 )
...
* Show keybindings in comment button hovers
* Show submit keybinding
2024-02-06 16:20:52 +01:00
Benjamin Pasero and GitHub
7495f24f50
Consider to remove RegisterSearchViewContribution ( fix #204347 ) ( #204494 )
2024-02-06 15:32:07 +01:00
Johannes Rieken and GitHub
a226d35584
prepare internals for API that list language model ids and have an event for when those change ( #204492 )
...
* add ChatAccess#onDidChangeAccess
* add `$updateAllowlist` to protocol
* prepare internals for API that list language model ids and have an event for when those change
2024-02-06 15:19:13 +01:00
Aaron Munger and GitHub
e294d45711
dont include icon in notebook symbol filter ( #204170 )
...
* strip icons to filter, and create highlights around icons
* parse once
* remove unused import
2024-02-06 15:11:49 +01:00
Johannes Rieken and GitHub
1e53f20631
Add classes for chat response parts ( #204483 )
...
* add classes for each content type that can be streamed, make history contains those
* refine types, add converters
2024-02-06 14:25:17 +01:00
Ladislau Szomoru and GitHub
63ebf06bb6
Git - add action to regenerate branch name ( #204481 )
2024-02-06 14:22:14 +01:00
Robo and GitHub
cf7ddbb51d
fix: use legacy server as default with additional warnings ( #204377 )
...
* ci: switch to glibc 2.17 remote server
* chore: signal user about unsupported connection
* chore: address review comments
* chore: update nodejs build
* chore: bump distro
* chore: lower the minimum requirements
* fix: glibc version check
* chore: remove explicit connection disposal
2024-02-06 11:25:58 +01:00
6a315f2d43
Adopt registerWorkbenchContribution2 for welcome page ( #204440 )
...
* Adopt registerWorkbenchContribution2 for welcome page
* create GettingStartedInput editor before opening it
* split resolver and runner
* Set StartupPageRunnerContribution to instantiate after Restore
* Update comment
---------
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com >
2024-02-06 10:25:50 +01:00
Benjamin Pasero and GitHub
846090c989
fix watermark context keys ( #204462 )
2024-02-06 09:26:02 +01:00
Sandeep Somavarapu and GitHub
8839e62ada
sent string value in telemetry ( #204457 )
2024-02-06 08:58:54 +01:00
Connor Peet and GitHub
273872582d
testing: fix letter spacing in test results terminal ( #204429 )
...
* testing: fix letter spacing in test results terminal
Fixes #194156
* add comment
2024-02-06 06:12:44 +01:00
Megan Rogge and GitHub
23b5a7dd6b
Merge pull request #204445 from microsoft/merogge/disable-line-alert
...
set alerts for inline signals to `false` by default
2024-02-05 22:49:31 -06:00
meganrogge
6b2a628bf1
fix #204257 in insider's
2024-02-05 22:32:05 -06:00
0786b4d2fb
fix(193523): JSDoc optional parameters don't display in functions ( #202963 )
...
* Issue193523: Brought back optional params to autocompletion preview
* #193523 : Hided end-of-list optional params
* #193523 : Added unit tests
* #193523 : Fixed integration tests
* Update extensions/typescript-language-features/src/languageFeatures/util/snippetForFunctionCall.ts
---------
Co-authored-by: Matt Bierner <matb@microsoft.com >
2024-02-06 03:59:23 +00:00
rzvc and GitHub
e7b03742b5
Fix docblock expansion in TS, when asterisk not preceded by a space ( #204400 )
...
Fixes issue #193263 .
2024-02-06 03:52:06 +00:00
Peng Lyu and GitHub
a166b8ca3f
Fix $window usage in notebook editors (including diff and iw) ( #204403 )
...
* fix #203672 .
* Make notebook options aware of target window.
2024-02-05 15:15:53 -08:00
Justin Chen and GitHub
9f50c3dc2a
groundwork for code action ranges for quick fix ( #204191 )
...
* added in config
* fix balance between diagnostic and range
* cleanup
2024-02-05 14:13:18 -08:00
Martin Aeschlimann and GitHub
9db238ecdc
tomorrow night blue shows keyword color wrong ( #204423 )
2024-02-05 23:09:50 +01:00
Justin Chen and GitHub
1f507c5474
adds handling for when we have ranges and diagnostics in quick fixes ( #204421 )
...
adds handling for when we have ranges and diagnostics
2024-02-05 23:02:29 +01:00
Matt Bierner and GitHub
4d3db486c2
Enable explorer pasting of files without paths ( #204052 )
...
Fixes #204051
This enables pasting clipboard files that don't have a `.path`. This enables:
- Pasting image data into the explorer
- Pasting files into the explorer on web
2024-02-05 13:34:45 -08:00
Ladislau Szomoru and GitHub
12904c651e
Git - fix View Commit action from the timeline view ( #204410 )
2024-02-05 22:02:02 +01:00
Benjamin Pasero and GitHub
4a318a5df9
Aux window: validate window bounds are on display bounds ( fix #204346 ) ( #204399 )
2024-02-05 20:53:46 +01:00
Bhavya U and GitHub
bd06f6c3d8
Support walkthrough open toSide ( #204220 )
2024-02-05 11:41:13 -08:00
Megan Rogge and GitHub
27e8f40a07
Merge pull request #204245 from timotheeMM/fix-typo
...
Fix a typo in src/vs/platform/terminal/common/terminal.ts
2024-02-05 13:08:52 -06:00
Johannes Rieken and GitHub
1e0fba6d7f
updates api notes ( #204386 )
2024-02-05 12:07:26 -07:00
Matt Bierner and GitHub
857bfa63e4
Enable typescript.enablePromptUseWorkspaceTsdk in repo ( #204381 )
...
This will prompt users to switch to the workspace version on first open of the workspace
2024-02-05 09:15:18 -08:00
Peng Lyu and GitHub
f65e516693
Migrate top insert toolbar to notebook view zone ( #204185 )
...
* Migrate top insert toolbar to notebook view zone
* remove test command
* Update docs.
2024-02-05 08:37:41 -08:00
Rob Lourens and GitHub
b288546d39
Escape '?' in debug terminal ( #204378 )
...
Fix #204302
2024-02-05 17:21:51 +01:00
Johannes Rieken and GitHub
3843819e95
Merge pull request #204349 from microsoft/joh/psychiatric-boar
...
Add `ChatAgentResponseStream` as a more explict alternative to `Progess<ChatAgentProgress>`
2024-02-05 16:57:39 +01:00
Benjamin Pasero and GitHub
35aa2b1409
perf - work through workbench contributions ( #203947 ) ( #204350 )
2024-02-05 16:21:59 +01:00
212e24f4db
Enable json language support for code-snippets files ( #204090 )
...
* Enable json language support for `code-snippets` files
* fix
* snippets as a known language to the json language server
---------
Co-authored-by: Martin Aeschlimann <martinae@microsoft.com >
2024-02-05 15:56:16 +01:00
Alex Ross and GitHub
125c21d0b4
Update log grammar ( #204360 )
2024-02-05 15:24:15 +01:00
Johannes
8d6318a622
add ChatAgentResponseItemMetadata to stream builder methods, gives place for future annotations
2024-02-05 15:23:17 +01:00
Benjamin Christopher Simmonds and GitHub
f837742345
Root folders drag and drop ( #204153 )
2024-02-05 12:36:38 +01:00
Johannes
6c224510f5
Add ChatAgentResponseStream as a more explict alternative to Progess<ChatAgentProgress>
2024-02-05 12:33:35 +01:00
Benjamin Pasero and GitHub
981343c94f
perf editor - 💄 workbench contrib display ( #204335 )
2024-02-05 09:52:28 +01:00
Benjamin Pasero and GitHub
a8653cf1e6
contrib - towards more instantiation kinds ( #204229 )
2024-02-05 09:29:52 +01:00
Benjamin Pasero and GitHub
1ade6d25cb
aux window - fix layout of quick pick ( #204331 )
2024-02-05 09:22:39 +01:00
Anthony Stewart and GitHub
3154b5f948
Stop the cursor from jumping when changing prefix in QuickAccess ( #198821 )
2024-02-05 08:12:23 +00:00
Bhavya U and GitHub
ec291c1268
Fix opening welcome page from Help menu ( #204215 )
2024-02-03 16:40:50 -08:00
timotheeMM and GitHub
0cb10e9724
Fix a typo in src/vs/platform/terminal/common/terminal.ts
...
accomodate -> accommodate
2024-02-03 18:43:24 +01:00