Commit graph

109457 commits

Author SHA1 Message Date
Johannes
517370b795
change snippetsPreventQuickSuggestions default to false 2023-05-31 16:14:35 +02:00
Johannes
2d797050eb
revert not focusing completion list when quick suggest happens during snippet 2023-05-31 16:14:05 +02:00
Johannes
87234fcfe0
Revert "When snippet mode is active, make Tab not accept suggestion but advance placeholder"
This reverts commit 50a80cdb61.
2023-05-31 16:03:53 +02:00
Ladislau Szomoru
8602b29876
Git - fix #183941 (#183944) 2023-05-31 15:48:04 +02:00
Sandeep Somavarapu
207c1b956e
Fix #183837 (#183943)
fix #183837
2023-05-31 15:45:24 +02:00
Henning Dieterichs
1b01ed010e
Fixes #183909 (#183940) 2023-05-31 15:26:59 +02:00
Alex Ross
44ef5cc531
Tree checkbox item -> items (#183931)
Fixes #183826
2023-05-31 14:41:17 +02:00
Sandeep Somavarapu
2a3475bb37
Fix #182309 (#183925) 2023-05-31 14:26:37 +02:00
Sandeep Somavarapu
68e4866b30
Fix #183777 (#183929) 2023-05-31 14:12:48 +02:00
Johannes Rieken
b3f2337542
joh/icy manatee (#183917)
* Use idle value for widget of interactive editor controller

https://github.com/microsoft/vscode/issues/183820

* also make preview editors idle values

https://github.com/microsoft/vscode/issues/183820
2023-05-31 13:40:32 +02:00
Benjamin Pasero
2a8dea3225
code --status displays a lot of errors before actual status output (fix #183787) (#183915) 2023-05-31 18:47:24 +09:00
Johannes Rieken
2d131d25d1
fix https://github.com/microsoft/vscode/issues/183770 (#183914) 2023-05-31 11:28:42 +02:00
Johannes Rieken
7844d7378a
fix https://github.com/microsoft/vscode-internalbacklog/issues/4278 (#183910) 2023-05-31 11:10:59 +02:00
Benjamin Pasero
cfaa19383c
Empty reason while switching profile (fix #183775) (#183904) 2023-05-31 09:01:54 +02:00
Benjamin Pasero
4690a06638
"Revert File" on inactive editors are ignored (fix #177557) (#183903) 2023-05-31 08:57:43 +02:00
Rob Lourens
67a1ca676e
Fix some chat keybindings on windows (#183896) 2023-05-31 08:54:20 +02:00
Rob Lourens
7b87b701eb
Enable chat "move" commands on empty sessions (#183895)
* Enable chat "move" commands on empty sessions
and also imported sessions

* Fix command name
2023-05-31 08:54:05 +02:00
Rob Lourens
f6758dfc33
Enable updating a chat model without triggering incremental typing (#183894) 2023-05-31 08:53:32 +02:00
Matt Bierner
fa8eefda18
Use <...> style markdown links when needed (#183876)
Fixes #183849
2023-05-31 09:58:23 +10:00
Matt Bierner
f4175f4a13
Default to current dir for move to file select (#183875)
Fixes #183870

`showOpenDialog` seems to ignore `defaultUri` if the file doesn't exist
2023-05-31 09:58:03 +10:00
Andrea Mah
3370908fd1
Can't do regex search after opening notebook (#183884)
Fixes #183858
2023-05-31 01:09:59 +02:00
Matt Bierner
d1ae1fff18
Make JS/TS go to configuration commands work on non-file: file systems (#183688)
Make `go to project` commands work on non-`file:` file systems

Fixes #183685
2023-05-30 16:07:14 -07:00
Michael Lively
9f3c499c33
Adjust codeAction validation to account for notebook kind (#183859) 2023-05-30 13:54:39 -07:00
Matt Bierner
8a71f8515d
Noop when moving a symbol into the file it is already in (#183866)
Fixes #183793
2023-05-30 13:40:45 -07:00
Matt Bierner
8d59fc4e0f
Fix small typo (#183865)
Fixes #183819
2023-05-30 22:16:13 +02:00
Matt Bierner
d933dbdc34
Default to filename for markdown new file if empty (#183864)
Fixes #183848
2023-05-30 22:09:43 +02:00
Matt Bierner
50527c97d8
Use desired file name when generating new md pasted file paths (#183861)
Fixes #183851
2023-05-30 21:54:18 +02:00
Rob Lourens
5f37021eeb
Implement "delete" action for chat history (#183609) 2023-05-30 12:21:51 -07:00
Connor Peet
78643b05d5
cli: bump to openssl 1.1.1u (#183828) 2023-05-30 20:44:56 +02:00
Connor Peet
62c33b3ca2
cli: fix connection default being applied (#183827) 2023-05-30 20:44:42 +02:00
Michael Lively
5d83e25547
Support for Notebook CodeAction Kind (#183457)
* nb kind support -- wip

* allow notebook codeactions around single cell edit check

* move notebook code action type out of editor

---------

Co-authored-by: rebornix <penn.lv@gmail.com>
2023-05-30 11:03:12 -07:00
Martin Aeschlimann
60bfd19afb
fix comment (#183812) 2023-05-30 15:58:30 +02:00
Alex Ross
ef372f4335
Update language config schema with more details about brackets. (#183779) 2023-05-30 14:11:10 +02:00
Alex Ross
e4c3ea2b5c
Remove angle brackets from VB brackets (#183782)
Fixes #183359
2023-05-30 14:10:41 +02:00
Ladislau Szomoru
d46c2fcd5d
Status - fix compact padding (#183768) 2023-05-30 12:24:55 +02:00
Ulugbek Abdullaev
627b85e605 fix aria-label issue in kb editor
fixes A11y_GradeB_VSCode_Keyboard shortcut reads words together - Blind: Arrow key navigation to row Find the binding keys and  "when" cell data are read together resulting in a word " CTRL + FeditorFocus  instead of CTRL + F editorFocus" #182490
2023-05-30 12:08:10 +02:00
Ladislau Szomoru
da47f08b53
Git - run git status if similarityThreshold changes (#183762) 2023-05-30 10:49:38 +02:00
Rob Lourens
784e72bc44
Improve "next codeblock" navigation (#183744)
* Improve "next codeblock" navigation
Operate on the current focused response, or the last one, and scroll to the selected item

* Normalize command title
2023-05-30 11:31:32 +10:00
Martin Aeschlimann
b53fb02d7f
Recent devcontainer display string corrupted on Get Started page (#183740) 2023-05-29 15:25:10 -07:00
Martin Aeschlimann
26ee556939
Copy vscode.dev link to tunnel generates an invalid link when an untitled workspace is open (#183739) 2023-05-29 15:24:36 -07:00
Martin Aeschlimann
c2a9a86afa
Delete --compatibility=1.63 code from the server (#183738) 2023-05-29 15:24:14 -07:00
Yash Singh
4ec04f4c25
feat: .vuerc as json file (#153017)
Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2023-05-29 21:12:30 +02:00
Martin Aeschlimann
7b2a460d1d
Show remote indicator in web when remoteAuthority is set (#183728) 2023-05-29 10:57:36 -07:00
Robo
c26003f37a
chore: update electron@22.5.4 (#183716) 2023-05-29 16:09:35 +02:00
Rob Lourens
667d4629de
Restore missing chat clear commands (#183651) 2023-05-28 07:28:58 +02:00
Megan Rogge
eef30e7165
Merge pull request #183516 from jeanp413/fix-183445 2023-05-26 19:32:21 -05:00
Jean Pierre
feec65b542 Also pass process.env 2023-05-26 19:04:31 -05:00
Ole
dbead18832
Add F10 keybinding for debugger step, even on Web. (#183510)
Fixes #181792.
Previously, for Web the keyboard shortcut was Alt-F10, because it was
believed that F10 could not be bound on browsers. This turned out to be
incorrect, so we make the shortcut consistent (F10) with desktop VSCode
which is also what many other debuggers use.
We keep Alt-F10 on web as a secondary keybinding to keep the experience
some web users may have gotten used to by now.
2023-05-27 00:03:25 +00:00
Bhavya U
28e1298f31
Schedule welcome widget to show once between typing. (#183606)
* Schedule dialog to show once between typing

* Don't re-render if already displayed once
2023-05-27 01:27:52 +02:00
Aaron Munger
5dd48a7677
Merge pull request #183608 from microsoft/aamunger/plaintextScrolling
use scroll setting variable correctly
2023-05-26 15:38:26 -07:00