Commit graph

109076 commits

Author SHA1 Message Date
Aaron Munger d6db619ce7 prefix metadata altText 2023-05-22 09:39:48 -07:00
Aaron Munger 24842542bf add title for svgs 2023-05-19 15:22:26 -07:00
Aaron Munger 7cb0a11e36
Merge branch 'main' into aamunger/imageAlt 2023-05-19 14:49:50 -07:00
Aaron Munger caef631375 better metadata check 2023-05-19 14:47:55 -07:00
Aaron Munger dc49b22e9e set alt text of image output items to the corresponding plain/text output item 2023-05-19 14:38:06 -07:00
David Dossett a89442fbd5
Add padding to inline chat message (#182988) 2023-05-19 22:39:12 +02:00
Rob Lourens 756bf3308a
Expose promise that resolves when chat response is complete, and alert on this (#182983) 2023-05-19 12:54:13 -07:00
Bhavya U 356b07bcbe
Hide prev button while loading (#182984) 2023-05-19 21:06:14 +02:00
Daniel Imms bce946eddd
Merge pull request #182615 from tisilent/#182303
Fix contributed profile icons
2023-05-19 10:53:20 -07:00
Connor Peet 773af9641d
remote: fix port forwarding not working (#182980)
fix: register a remote socket factory in the shared process

Surprised this didn't fail more verbosely...

Fixes #182749
2023-05-19 19:42:53 +02:00
Daniel Imms a1dd463265
Make fix more generic 2023-05-19 10:37:56 -07:00
Daniel Imms 655f127681
Merge pull request #182917 from jeanp413/fix-178017
Fix Improve terminal find behavior when there are more than 1000 results
2023-05-19 10:31:30 -07:00
Aaron Munger c97098e977
Merge pull request #181280 from microsoft/aamunger/scrapbookIW
create a scratchpad untitled workingcopy
2023-05-19 09:53:57 -07:00
Rob Lourens aa79bd7361
Better fix for previous candidate debug issue (#182930)
Bring back the async queue for handling debug messages, but be sure that refreshTopOfCallstack will always resolve its promises and won't make the queue stuck
Fix #181966
2023-05-19 09:52:33 -07:00
Daniel Imms 59041c830a
Use an option over a protected override 2023-05-19 09:09:14 -07:00
Connor Peet 42dc9f0c14
bump distro for build fix (#182972) 2023-05-19 17:59:05 +02:00
Bhavya U 6d90c12d5f
Clean up getting started async (#182947)
* move remote entry to gettingstarted.contribution

* Clean up gettingStarted service
2023-05-19 08:48:35 -07:00
Connor Peet 679bb967c3
cli: add stdio control server
* signing: implement signing service on the web

* wip

* cli: implement stdio service

This is used to implement the exec server for WSL. Guarded behind a signed handshake.

* update distro

* rm debug

* address pr comments
2023-05-19 17:19:52 +02:00
Daniel Imms 3640b741d6
Merge branch 'main' into fix-178017 2023-05-19 08:12:56 -07:00
Sandeep Somavarapu c125687c4d
Adopt new extension host restart lifecycle #180514 (#182967)
Adopt Adopt new extension host restart lifecycle #180514
2023-05-19 16:43:39 +02:00
Daniel Imms fe9154e791
Merge pull request #182963 from microsoft/tyriar/xterm_update_20230519
xterm@5.2.0-beta.43
2023-05-19 07:16:10 -07:00
Daniel Imms 3c4583c343
Update xterm.css, move non-upstream styles to terminal.css 2023-05-19 06:37:25 -07:00
Daniel Imms 2b6884799f
xterm@5.2.0-beta.43
Part of #178017
2023-05-19 06:35:28 -07:00
Benjamin Pasero 2e57d8c8e6
Watermark cut off (fix #182897) (#182959) 2023-05-19 14:35:36 +02:00
Martin Aeschlimann 42fcfb8bfc
innosetup to start/stop tunnel service (#180527)
* innosetup to start/stop tunnel service

* better messages for tunnel still running

* fix error

* more logs

* add '/log'

* update

* fix

* update

* add kill & timeout wait

* stop service in PrepareToInstall

* non-background: check for tunnel mutex when wizard starts

* polish tunnel mutex names, prompt if tunnel is still running
2023-05-19 11:07:43 +02:00
John Murray b930d45dfa
Fix spelling in description of security.restrictUNCAccess setting (#182842) 2023-05-19 08:46:45 +00:00
Matt Bierner 2d416df5f0
Pick up TS 5.1-rc (#182932)
For #182931
2023-05-19 03:46:49 +02:00
Rob Lourens 047b9cd0f5
Restore preexisting php snippets (#182929)
That shouldn't have been deleted in #174889
And also bring back one constructor snippet
2023-05-19 02:17:56 +02:00
Isidor Nikolic 33164f0d85
Merge pull request #182925 from microsoft/revert-182786-joh/possible-cuckoo
Revert "only terminate session when content change moves all cursors outside of whole range, don't use change range for this"
2023-05-18 16:43:27 -07:00
Isidor Nikolic b4bc953283 Revert "only terminate session when content change moves all cursors outside of whole range, don't use change range for this (#182786)"
This reverts commit 1c8bc27525.
2023-05-18 16:27:05 -07:00
Rob Lourens 748cd8ea52
Ensure the welcome message avatar icon rerenders when the chat session loads (#182923) 2023-05-19 01:24:05 +02:00
Matt Bierner 65123b465a
Allow clickable links to absolute tsconfig extends paths (#182921)
Fixes #182898
2023-05-19 01:05:34 +02:00
Don Jayamanne 5015de8fb2
Hide kernel picker if nothing is returned (#182919) 2023-05-19 08:12:32 +10:00
Megan Rogge 4e0242fa14
Merge pull request #182896 from microsoft/merogge/lastTask
stricter type checking for task terminal reconnection
2023-05-18 15:08:25 -07:00
Michael Lively d3d6bbb5d0
Revise setting text -- Notebook CodeActionsOnSave (#182918)
revise example codeaction, to an actual codeaction...
2023-05-18 14:56:35 -07:00
David Freer 89636b9b4c
PHP Snippets Quality of Life and Continuity (#174889)
* QoL & continuity update to existing php snippets

- Sorted snippets by snippet title for discoverability
- Removed all doc comments from non 'doc_' prefixed snippets
- Added doc_trait for continuity with other patterns
- Updated snippet prefixes
	- Add kvp to keyval
	- Prefixed fun with class_
	- Changed doc_param to doc_var
	- Qualified 'con' to 'constructor' to not be confused with const
- Updated class snippet to default the 'class' placeholder to the file's base name
- Add snippet choices for private, public, protected where appropriate
- Add an additional tab stop to end of functions for additional args/params
- Remove array kvps since arrays can be associative or just values

* Add try catch finally php snippet

* Add param php snippet

* Add php func snippets

- Add fun for a general function out of scope of class
- Add fun_anonymous for anonymous functions
- Add fun_arrow for arrow functions

* Add promotion style constructor to php snippets

* Add property snippet to php snippets

* Add spaceship snippet to php snippets

* Add goto snippet to php snippets

* Add class_const snippet to php snippets

* Add here/now doc snippets to php snippets

* Add namespace related snippets to php snippets

* Add superglobal snippets to php snippets

* Add php 8 snippets

- Add match expression
- Add Attribute snippets
  - Add sensitive parameter
  - Add attribute target
  - Add attribute with target
- Rename class_const to const
- Add Dynamic Property Class snippet
- Add enum snippets
  - Basic Enum
  - Backed Enum
  - foreach enum

* Merge master to resolve conflict

* Remove php snippets as candidates

- Remove heredoc
- Remove nowdoc
- Remove php super global snippets
- Remove namespace_path
- Remove ethis (echo $this->)
- Remove try/catch finally

* Trim snippets

---------

Co-authored-by: Rob Lourens <roblourens@gmail.com>
2023-05-18 14:46:36 -07:00
Greg Van Liew ce903f336a
Fix typo "shadown" (#182916) 2023-05-18 14:40:20 -07:00
aamunger 4864d33e22
feedback 2023-05-18 14:18:16 -07:00
Jean Pierre 393d160be0 Fixes #178017 2023-05-18 16:16:29 -05:00
Matt Bierner b11a3f7f87
Disable flaky test (#182814)
Fixes #182489
2023-05-18 13:17:51 -07:00
meganrogge 143da2404b
add log and helper function 2023-05-18 12:57:40 -07:00
Megan Rogge e4bb34158a
Update src/vs/workbench/contrib/tasks/browser/terminalTaskSystem.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2023-05-18 12:53:38 -07:00
Megan Rogge 48ba9e6fee
Update src/vs/workbench/contrib/tasks/browser/terminalTaskSystem.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2023-05-18 12:53:30 -07:00
Megan Rogge 01680658ad
Merge pull request #182904 from microsoft/merogge/pty-kill
revert change to terminal process kill signal
2023-05-18 12:41:50 -07:00
meganrogge 72801bb73c
delete line 2023-05-18 12:41:30 -07:00
meganrogge 8180435168
don't use new object 2023-05-18 12:39:59 -07:00
Kartik Raj a1cccc5fa4
Merge pull request #182238 from microsoft/kartik/puzzled-harrier
Updates to environment collection workspace API
2023-05-18 12:36:05 -07:00
Megan Rogge d5358b1902
Update src/vs/workbench/contrib/tasks/browser/terminalTaskSystem.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2023-05-18 12:31:38 -07:00
meganrogge ddce114af3
revert change to terminal process kill signal 2023-05-18 12:19:33 -07:00
Kartik Raj c2df3b75a7 Undo unnecessary cast 2023-05-18 19:09:40 +00:00