Commit graph

109024 commits

Author SHA1 Message Date
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
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
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
Kartik Raj 64ee37a32d Change how we get variable map 2023-05-18 18:56:05 +00:00
Kartik Raj db774adddd Simplify 2023-05-18 18:54:02 +00:00
Kartik Raj 616fa578c8 Revert "Temporarily finalize getScopedEnvironmentVariableCollection"
This reverts commit 88799ca215.
2023-05-18 18:40:29 +00:00
Kartik Raj 5749e3d9ff Revert "Fix error"
This reverts commit affca3b3f1.
2023-05-18 18:40:24 +00:00
Kartik Raj 0874a6a714 Do not use spread 2023-05-18 18:34:33 +00:00
meganrogge 65400a1769
re-add check for isDisposed 2023-05-18 11:29:50 -07:00
meganrogge df628fc427
simplify somehwere else 2023-05-18 11:22:34 -07:00
meganrogge 2837e08804
better fix 2023-05-18 11:17:21 -07:00
Kartik Raj affca3b3f1 Fix error 2023-05-18 18:12:19 +00:00
Matt Bierner 728197deb8
Remove some completions logic specific to old TS versions (#182894)
Removes workarounds added for TS versions that are many years old at this point
2023-05-18 11:10:31 -07:00
meganrogge ffa04274d3
check owner before setting in reconnectedTerminals 2023-05-18 11:07:55 -07:00
Kartik Raj 88799ca215 Temporarily finalize getScopedEnvironmentVariableCollection 2023-05-18 18:05:47 +00:00
meganrogge 168e2c41f8
fix #181102 2023-05-18 11:02:03 -07:00
Kartik Raj 3a4c2b151a Comment out the proposal to fix compile errors 2023-05-18 17:54:22 +00:00
Megan Rogge c2e40c8e2c
Merge pull request #182891 from microsoft/merogge/fix-bug
rm part of help message for chat
2023-05-18 10:39:11 -07:00
Michael Lively 2fbd1ae848
Support for notebook-cell level CodeActions (#182799)
* issues with isort not scoring on notebook save

* add single cell edit check

* add setting for `notebook.codeActionsOnSave`

* break loop if error, skip codeaction

* update message.

---------

Co-authored-by: Peng Lyu <penlv@microsoft.com>
2023-05-18 10:28:06 -07:00
meganrogge ac85343939
rm entirely 2023-05-18 10:19:49 -07:00
meganrogge d0ced2d025
rm part of help message for chat 2023-05-18 10:18:17 -07:00
Joyce Er 0880f76765
Improvements to canonical URI API (#182667)
* Improve API names

* Allow requesting a specific scheme

* Implement ile uri support
2023-05-18 09:23:27 -07:00
Daniel Imms c2b15febd7
Merge pull request #182874 from microsoft/tyriar/181081
Elaborate on how the scrollback setting is used
2023-05-18 09:05:53 -07:00