Commit graph

107530 commits

Author SHA1 Message Date
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
Daniel Imms 1da1092e65
Merge pull request #168879 from weartist/terminal
support  to open both integrated terminal and external terminal with …
2023-04-07 12:08:00 -07:00
Daniel Imms a7755dee6d
Merge pull request #179472 from microsoft/tyriar/apply_si
Support VSCODE_ENV_* variables to adjust environment in shell integration scripts
2023-04-07 12:07:01 -07:00
Rob Lourens 735aff6d96
Temporarily disable incomplete markdown patching on list items (#179487) 2023-04-07 12:02:19 -07:00
Daniel Imms b290701bcc
Merge pull request #179485 from microsoft/tyriar/distro_
Update distro
2023-04-07 11:31:17 -07:00
Daniel Imms 873fa4245f
Update distro 2023-04-07 11:00:12 -07:00
Joyce Er d9c8bfc611
Avoid side effects when parsing edit session payload (#179479) 2023-04-07 17:57:18 +01:00
meganrogge 651476b1fc
rm consts 2023-04-07 09:56:34 -07:00
Daniel Imms 0c8516267b
Comment out unused ts code 2023-04-07 09:51:26 -07:00
meganrogge e8395ae3ed
rm unnecessary line 2023-04-07 09:42:42 -07:00
meganrogge 458af27bd8
fix #179470 2023-04-07 09:40:53 -07:00
Daniel Imms 82582acde7
Don't sanitize VSCODE_ENV_* vars 2023-04-07 09:38:54 -07:00
Daniel Imms e9ee55fe1c
Clean up scripts 2023-04-07 09:37:20 -07:00
meganrogge 17dda54137
Merge branch 'main' into meogge/accessibleWidget 2023-04-07 09:34:17 -07:00
Daniel Imms 0939143b4e
Pwsh support 2023-04-07 09:25:07 -07:00
Megan Rogge e2614f09b3
Merge pull request #179415 from microsoft/merogge/navigation
support incremental command navigation in the terminal accessible buffer
2023-04-07 09:15:59 -07:00