Aiday Marlen Kyzy
23760c1ff2
Merge branch 'main' into aiday/positioningInlineChat
2023-06-12 12:06:54 +02:00
Johannes Rieken
70dff6df08
make sure to send undo feedback when cancelling or undoing ( #184892 )
2023-06-12 11:50:11 +02:00
Aiday Marlen Kyzy
c49aa40ebf
cleaning the code
2023-06-12 11:48:11 +02:00
Ladislau Szomoru
b0b1af125c
Git - extract code into ParentRepositoriesManager ( #184891 )
2023-06-12 11:47:30 +02:00
Aiday Marlen Kyzy
4144b0afb9
Merge pull request #184480 from microsoft/aiday/internalIssue4344
...
Spawning the interactive editor widget with left indentation
2023-06-12 10:50:25 +02:00
Ladislau Szomoru
323e6df4e7
Git - improve repositories quick pick ( #184794 )
2023-06-12 10:05:02 +02:00
Aiday Marlen Kyzy
e2d9e43ea6
setting the type of the indentation line number and the level
2023-06-12 09:35:48 +02:00
Henning Dieterichs
89ec834df2
Diff Editor Rewrite Progress ( #184857 )
2023-06-12 07:03:26 +02:00
Bhavya U
ef6abe4cd1
Adopt editor resolver for Welcome/Walkthrough pages ( #184770 )
...
* Register walkthrough pages via editorResolverService
* Clean up code
2023-06-11 13:37:10 -07:00
Henning Dieterichs
7ff66b360d
Diff Editor v2 Bugfixes ( #184797 )
2023-06-10 19:28:01 +02:00
Matt Bierner
7e1125f9a7
Remove log ( #184768 )
...
Fixes #184731
2023-06-09 15:49:50 -07:00
Connor Peet
c550a7b52c
debug: auto recover from shifted tmpdirs in auto lauch ( #184764 )
...
I think this should fix https://github.com/microsoft/vscode-js-debug/issues/1660
2023-06-10 00:14:11 +02:00
Matt Bierner
5a55352cf7
Combine esbuild scripts ( #184531 )
...
* Combine esbuild scripts
This combines the various build scripts used for building webview/notebook content. This should make it easier to update settings for them
As part of this, I also fixed the script so that on watch it restarts automatically on syntax errors instead of exiting
* Migrate other build script
* Fixing math build script
2023-06-09 14:55:05 -07:00
Ladislau Szomoru
12533c5490
Git - extract close repository management into its own class ( #184752 )
2023-06-09 14:54:38 -07:00
Raymond Zhao
d81ca6dfca
Bump windows-registry to 1.1.0 ( #184741 )
2023-06-09 13:02:58 -07:00
Peng Lyu
0128b0ce3d
Fix #178829 . Update editor options for iw input ( #184749 )
2023-06-09 12:28:36 -07:00
Daniel Imms
9ebbec55c7
Merge pull request #184745 from microsoft/tyriar/183933
...
Handle comments in /etc/shells profile parsing properly
2023-06-09 12:23:08 -07:00
Daniel Imms
eab609db88
Merge pull request #184738 from microsoft/tyriar/npe_fix
...
Fix NPEs on buffer line and windowsPty option
2023-06-09 11:13:35 -07:00
Henning Dieterichs
6cd5ac180a
Implements inline diff view in diff editor v2. ( #184735 )
2023-06-09 10:43:06 -07:00
Tyler James Leonhardt
bdff5a1cc3
Use correct index in QuickInputList map ( #184737 )
...
I was using the value of index before we combined quickpickitems and separators... when I should have been using the result's index.
This fixes that, and also adds a stopwatch for semantic similarity so we can log how see it takes.
2023-06-09 10:32:14 -07:00
Daniel Imms
5120683cb1
Handle comments in /etc/shells profile parsing properly
...
Fixes #183933
2023-06-09 10:27:19 -07:00
Tyler James Leonhardt
761f2b05c4
Use a better id for QuickPickList ( #184733 )
...
Using saneLabel before is computationally more intense then just checking a few properties. Additionally, this wasn't taking into account the `id`.
So this change is not only faster, but also more accurate!
ref https://github.com/microsoft/vscode/issues/184615
2023-06-09 19:26:49 +02:00
Daniel Imms
5f354c9d49
Remove deprecated shell/shellArgs/automationShell settings
...
Fixes #183423
2023-06-09 10:18:49 -07:00
Daniel Imms
0c781b28bc
Merge pull request #184734 from microsoft/tyriar/75141
...
node-pty@0.11 .0-beta33 and fix Windows clear issue
2023-06-09 10:03:04 -07:00
Daniel Imms
af709ea462
Fix NPEs on buffer line and windowsPty option
2023-06-09 10:02:43 -07:00
Bhavya U
dd7b16f28a
Revert changes to render featured extensions when available. ( #184573 )
...
* Lower timeouts for experimentation and gallery service
* Revert changes to render extensions when available
2023-06-09 09:54:45 -07:00
Raymond Zhao
06ae4b61c2
Bump windows-mutex to 0.4.4 ( #184366 )
...
Also adds OS-specific .moduleignore files
2023-06-09 09:40:10 -07:00
Daniel Imms
bd67e21e3a
node-pty@0.11.0-beta33 and fix Windows clear issue
...
Fixes #75141
2023-06-09 09:00:09 -07:00
Alex Ross
ddae7348fd
API proposal for icons in quick pick ( #184729 )
...
Part of #184726
2023-06-09 08:55:38 -07:00
Daniel Imms
b7ec246a5c
Remove nbsp replacing from buffer content tracker
...
Fixes #181834
2023-06-09 08:28:27 -07:00
Flo
b2c2ba8691
Restore ShellIntegration for fish ( #184659 )
...
Resolves #184659
2023-06-09 15:18:17 +00:00
Aaron Munger
58f4c35891
Merge pull request #183874 from r3m0t/fix-interactive-signature
...
Add signature help in the interactive (fixes #183873 )
2023-06-09 08:17:18 -07:00
Aiday Marlen Kyzy
e4126d88db
using instead the position, instead of the selection
2023-06-09 17:14:59 +02:00
Aaron Munger
6c6ffa3144
Merge pull request #184675 from microsoft/aamunger/streamingOutput
...
select previous output to be replaced correctly
2023-06-09 07:59:43 -07:00
Aiday Marlen Kyzy
7efbcacd8d
setting the margins
2023-06-09 16:52:40 +02:00
Aiday Marlen Kyzy
b85927d108
cleaning the code
2023-06-09 16:51:59 +02:00
Aiday Marlen Kyzy
ad3b07c0a7
cleaned the code
2023-06-09 16:41:47 +02:00
Johannes Rieken
f4e50f272e
use Event.None when not having/wanting check-boxes in quick pick ( #184693 )
...
re https://github.com/microsoft/vscode/issues/184615
2023-06-09 06:34:45 -07:00
Benjamin Pasero
eac16e9b63
eng - make fetchWithRetry more robust ( #184716 )
2023-06-09 14:05:38 +02:00
Ladislau Szomoru
9979f9cc3c
Git - close repository improvements ( #184708 )
...
* Initial implementation
* Move ObservableSet into a separate file
* Add quick pick for reopening closed repositories
* Fix issue with initializing the context key
* Add welcome views
2023-06-09 13:19:57 +02:00
Henning Dieterichs
e913a2e547
Merge pull request #184603 from kevalmiistry/complete-merge-issue
...
FIX: conflict actions bar overlapping Complete Merge button fixed
2023-06-09 11:59:41 +02:00
Henning Dieterichs
c7d32a4e53
Merge pull request #184604 from yshaojun/fix/183736
...
fix: cursor not visible at column 1 in mergeEditor(#183736 )
2023-06-09 11:59:00 +02:00
Johannes Rieken
9fb499c111
infer language of preview files from their uri ( #184699 )
...
https://github.com/microsoft/vscode-copilot/issues/350
2023-06-09 11:54:27 +02:00
Sandeep Somavarapu
4d7056f493
Fix #184690 ( #184691 )
2023-06-09 10:59:43 +02:00
Alex Ross
15d8d39815
Update port selector range ( #184689 )
...
`registerPortAttributesProvider({portRange:[5000,5000]}...` doesn't match port 5000
Fixes #183846
2023-06-09 10:56:51 +02:00
Benjamin Pasero
9f2b634b43
eng - update confirmation needed contents ( #184468 )
2023-06-09 10:55:16 +02:00
João Moreno
ee03c09634
allow alt key modifiers without hovering over menu items ( #184688 )
2023-06-09 10:50:32 +02:00
Aiday Marlen Kyzy
561854e988
making the position be reset on update edit mode
2023-06-09 10:43:47 +02:00
Ladislau Szomoru
40474d7f45
Revert "Git - Close Repository command should be disabled when there is only one repository opened ( #184637 )" ( #184685 )
...
This reverts commit 2cccaaee8a .
2023-06-09 10:26:47 +02:00
Benjamin Pasero
c000cb1474
eng - expand usage of readonly setting for vscode ( #184682 )
2023-06-09 10:13:16 +02:00