Sandeep Somavarapu
ee2a960bb7
remember the current account provider ( #179728 )
2023-04-11 16:39:21 -07:00
Tyler James Leonhardt
c32c5fec2f
Add a "similar" separator when we have mixed results ( #179722 )
...
Also consider the old service for enablement.
2023-04-11 14:51:13 -07:00
Matt Bierner
8db8e63b44
Pick up latest TS for building VS Code ( #179714 )
2023-04-11 14:50:16 -07:00
Don Jayamanne
3f37e236cc
Update distro ( #179720 )
2023-04-12 07:22:25 +10:00
Matt Bierner
d6f23042e3
Log uri as a string instead of as an object ( #179721 )
2023-04-11 14:19:12 -07:00
Tyler James Leonhardt
5901d88222
Handle new cache format ( #179715 )
2023-04-11 13:54:46 -07:00
Matt Bierner
e9262678fa
Add drop feedback UX ( #179434 )
...
For #179430
Adds two new UX components:
- An inline progress icon shown when a drop operation takes over 500ms. This replaces the notification. You can click on it to cancel the drop
- Post drop, a drop feedback icon that lets you drop the file in a different way. This lets you drop the file as plain text for instance instead of as a markdown link
2023-04-11 13:48:24 -07:00
Matt Bierner
5d3f960b67
Nicely format logged objects ( #179405 )
...
Follow up oin https://github.com/microsoft/vscode/issues/176479#issuecomment-1498597499
This uses JSON.stringify to format objects that are logged. Currently they are all printed as a single line without any whitespace
2023-04-11 13:04:44 -07:00
Peng Lyu
9ea70722ee
Cache view type provider for missing extension restore. ( #179707 )
2023-04-11 20:34:50 +01:00
Matt Bierner
ae11805eec
Drop should insert full uri ( #179699 )
...
Fixes #178466
Currently we were inserting the path, which is incorrect if you're dropping http(s) uris or other non-file uris
2023-04-11 11:19:45 -07:00
Tyler James Leonhardt
12662c7d02
Only set language if it's different ( #179698 )
...
Fixes #179427
2023-04-11 11:00:27 -07:00
Megan Rogge
6740c2ec22
Merge pull request #179702 from microsoft/merogge/msrc
...
Use notification prompt before running a command
2023-04-11 10:33:02 -07:00
Daniel Imms
c5489d8d08
Use notification prompt before running a command
2023-04-11 10:11:26 -07:00
Han
256e9dbe77
Added support for breakpointWidget to automatically adapt to width wh… ( #179551 )
...
* Added support for breakpointWidget to automatically adapt to width when editor size changes
* 💄
* 💄
2023-04-11 17:09:33 +00:00
Raymond Zhao
22ed59eb3d
Bump windows-process-tree with workaround for typings ( #179649 )
2023-04-11 10:05:56 -07:00
Peng Lyu
4b3ccc07cd
Support insert code block as code cell. ( #179695 )
2023-04-11 17:50:33 +01:00
易良
e9baeb3608
fix: typos ( #179581 )
2023-04-11 09:20:38 -07:00
Joyce Er
ad2e57deb3
Support opening walkthroughs from remote help ( #178855 )
2023-04-11 09:18:48 -07:00
Raymond Zhao
07aec54e2e
Bump spdlog ( #179642 )
2023-04-11 08:00:57 -07:00
Alex Ross
7e26f6d505
Comments Panel list truncated on new comment cancellation ( #179682 )
...
Fixes #179604
2023-04-11 16:04:36 +02:00
Alex Ross
2a2ffcec89
Fix Add Comment on Current Selection ( #179677 )
...
Part of #179610
2023-04-11 14:57:36 +02:00
Johannes Rieken
8afae9cf31
add missing keybinding ( #179675 )
2023-04-11 13:13:36 +01:00
dependabot[bot]
9930c9db2a
Bump xml2js from 0.4.23 to 0.5.0 ( #179632 )
...
Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js ) from 0.4.23 to 0.5.0.
- [Release notes](https://github.com/Leonidas-from-XIV/node-xml2js/releases )
- [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/commits/0.5.0 )
---
updated-dependencies:
- dependency-name: xml2js
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-11 12:10:44 +02:00
Rob Lourens
473075dcfc
General interactive session model/VM cleanup ( #179647 )
...
* Don't spend time updating parent CKS when it's the same object
* Some model/VM cleanup
* Clean up "in progress" model code
* Avoid using .at
2023-04-11 11:38:59 +02:00
Tyler James Leonhardt
87b98581b1
quick maths ( #179661 )
...
🤦
2023-04-11 09:40:28 +02:00
Tyler James Leonhardt
60f456a72f
sequentially setPasswords and add more logging ( #179655 )
...
ref https://github.com/microsoft/vscode/issues/179202
2023-04-11 09:38:56 +02:00
Tyler James Leonhardt
761de52b5e
Follow up comment ( #179646 )
2023-04-11 00:25:58 +01:00
Peng Lyu
143d9674dd
Fix #178828 . Update output rendering on output content change. ( #179644 )
2023-04-10 16:17:28 -07:00
Rob Lourens
2db38abcf9
Add "totalCharacters" to interactive session insert action ( #179645 )
2023-04-11 00:15:41 +01:00
Tyler James Leonhardt
a0361ed685
introduce a SemanticSimilarity provider model ( #179640 )
...
* introduce a SemanticSimilarity provider model
* have raceCancellablePromises also cancel if it rejects
* remove extensionId for now
* remove unused code
2023-04-10 16:07:07 -07:00
Matt Bierner
a58d9dc08f
Update linked editing file name ( #179643 )
...
Also make sure we are enabled in all syntax files
2023-04-10 15:55:44 -07:00
Matt Bierner
06659f0ba9
Add stubs for jsx linked editing ( #176279 )
...
* Add stubs jsx linked editing
For https://github.com/microsoft/TypeScript/issues/51832
* Update for new TS changes
* Update to finalized protocol
2023-04-10 23:32:09 +01:00
Joyce Er
812f3f5fc4
Insert <video> tag for shift+mp4 into .md ( #179489 )
...
* Insert `<video>` tag for `shift`+mp4 into .md
* Simpler drop text
2023-04-10 15:30:34 -07:00
Connor Peet
b547b58db6
cli: use win32 app mutex to detect running tunnels and tunnel sevices ( #179622 )
...
* cli: fix distro mixin
* cli: use win32 app mutex to detect running tunnels and tunnel sevices
Fixes #179265
* cli: fix distro mixin more
* fix
* fix build
2023-04-10 20:25:14 +01:00
Tyler James Leonhardt
116293e65e
include run behavior for additional command picks ( #179627 )
...
otherwise hitting ENTER on them does nothing!
2023-04-10 12:20:07 -07:00
Simon Siefke
05b1ae4886
fix: printing of extension id in mainThreadExtensionService ( #179553 )
2023-04-10 18:03:48 +00:00
Matt Bierner
58d7595154
Pick up TS 5.0.4 ( #179618 )
...
For #179616
2023-04-10 10:54:54 -07:00
Raymond Zhao
8e89509008
Fix notebook-renderers compile error ( #179506 )
2023-04-10 10:01:12 -07:00
Peng Lyu
7f03ec6f7a
Fix microsoft/vscode-jupyter#12738, microsoft/vscode-jupyter#13263. Update editor context on markdown preview. ( #179569 )
2023-04-10 07:22:25 -07:00
Rob Lourens
d9faba4a97
Fix codespan colors and fonts ( #179510 )
2023-04-08 21:18:04 -07:00
Alexandru Dima
a7ab30a909
Only call window.getSelection if the active element is contained in the hover ( #179537 )
...
Fixes #176258 : Only call window.getSelection if the active element is contained in the hover
2023-04-08 21:15:15 -07:00
Joyce Er
936e7c34ca
Stop reading files if edit session limit exceeded ( #179509 )
2023-04-07 17:15:20 -07:00
Raymond Zhao
84ac780186
Revert "Bump windows-process-tree" ( #179508 )
...
Revert "Bump windows-process-tree (#179176 )"
This reverts commit 15cb6b36f8 .
2023-04-08 00:47:57 +01:00
Tyler James Leonhardt
d80ca556bd
Introduce a SemanticSimilarityService in the Command Palette ( #179500 )
2023-04-07 16:40:47 -07:00
Brandon Waterloo [MSFT]
f9d14d68fb
Support sovereign/custom clouds in microsoft authentication provider ( #178725 )
2023-04-07 16:38:38 -07:00
Rob Lourens
d74f53ef2a
Enable navigating past the end of history, to get an empty input box ( #179493 )
...
* Enable navigating past the end of history, to get an empty input box
Fix #179488
* Fix tests
2023-04-07 21:23:54 +01:00
Megan Rogge
f7a1042bab
Merge pull request #179424 from microsoft/meogge/accessibleWidget
...
create base `TerminalAccessibleWidget`, use it for terminal accessibility help menu
2023-04-07 12:58:15 -07:00
Daniel Imms
c078073a91
Merge pull request #179494 from microsoft/tyriar/unset
...
Fix unsetting env variables
2023-04-07 12:43:32 -07:00
Daniel Imms
8f9da62926
Fix unsetting env variables
...
Missed in #179472
2023-04-07 12:27:36 -07:00
Joyce Er
ba27ff1b14
Allow opening diffs from Cloud Changes view ( #179477 )
2023-04-07 12:18:44 -07:00