Commit graph

109428 commits

Author SHA1 Message Date
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
aamunger
c52a87e8a6
use scroll setting variable correctly 2023-05-26 15:21:45 -07:00
Megan Rogge
9473a2928e
Merge pull request #183038 from microsoft/merogge/notebook-verbosity
add notebook verbosity setting
2023-05-26 17:15:37 -05:00
Joyce Er
7fcfb2ff81
Use active editor and show progress when sharing (#183603)
Use active editor and show progress
2023-05-26 15:12:03 -07:00
rebornix
39f618bb38
Merge remote-tracking branch 'origin/main' into merogge/notebook-verbosity 2023-05-26 14:58:12 -07:00
rebornix
1ce7ada996
fix ? operator 2023-05-26 14:57:24 -07:00
Joyce Er
648c3c831d
Tweak proposed API JSDoc (#183590)
* Tweak proposed API JSDoc

* workbench -> workspace
2023-05-26 14:32:37 -07:00
Aiday Marlen Kyzy
86e3fd8ded
Fixing Jupyter notebook issue 13263 (#183527)
fix for the issue, still need to understand why there is strange focusing
2023-05-26 14:32:20 -07:00
Aaron Munger
397175e067
minimum scrolling to reveal the next cell on shift+enter (#183600)
do minimum scrolling to reveal the next cell on Execute cell and select next
2023-05-26 14:30:46 -07:00
Rob Lourens
354fb8fafa
Fix exporting chat model to JSON before it is initialized (#183597) 2023-05-26 23:03:34 +02:00
Bhavya U
257e0b1eac Add experimental setting to enable this dialog 2023-05-26 14:01:03 -07:00
Martin Aeschlimann
a72e45d069
[json/css/html] update services (#183595) 2023-05-26 22:54:38 +02:00
Connor Peet
69278e5326
cli: improve output for code tunnel status (#183571)
* testing: allow invalidateTestResults to take an array

* cli: improve output for code tunnel status

Fixes #183570
2023-05-26 13:36:04 -07:00
Raymond Zhao
7acf02a451
Change text (#183589)
* Change text

* Accidentally changed the wrong file
2023-05-26 13:22:11 -07:00
Megan Rogge
b52b8289cf
Merge pull request #183588 from microsoft/merogge/conf
rm message abt macOS
2023-05-26 15:16:47 -05:00
meganrogge
5db1fb2af0
rm message abt macOS 2023-05-26 14:59:40 -05:00
Raymond Zhao
53a53f8bb9
Remove toggle setting more eagerly (#183584) 2023-05-26 12:54:04 -07:00
Bhavya U
6aa8eb51c6
Add support for rendering svg and md in welcome message (#183580) 2023-05-26 12:08:29 -07:00
Joyce Er
e7a17105bd
Document ShareProvider API proposal (#183568)
* Document `ShareProvider` API proposal

* Remove mention of VS Code from JSDoc
2023-05-26 20:53:55 +02:00
Megan Rogge
043046448a
Merge pull request #183572 from microsoft/merogge/update
update for May endgame
2023-05-26 13:28:46 -05:00
Connor Peet
d15a0aa70c
testing: allow invalidateTestResults to take an array (#183569) 2023-05-26 11:07:50 -07:00
meganrogge
fdf2787bf3
update for May endgame 2023-05-26 13:05:44 -05:00
Connor Peet
1942c0eccc
cli: ensure ordering of rpc server messages (#183558)
* cli: ensure ordering of rpc server messages

Sending lots of messages to a stream would block them around the async
tokio mutex, which is "fair" so doesn't preserve ordering. Instead, use
the write_loop approach I introduced to the server_multiplexer for the
same reason some time ago.

* fix clippy
2023-05-26 18:48:06 +02:00
Megan Rogge
6a7e91ebff
Merge pull request #183559 from microsoft/merogge/arial
fix typo
2023-05-26 11:24:45 -05:00
Henning Dieterichs
b369129cf2
Fixes #180386 (#183561) 2023-05-26 09:24:33 -07:00
Rob Lourens
f104f9bd62
Always scroll down and focus the input (#183557) 2023-05-26 09:23:12 -07:00
meganrogge
ef47a143a9
fix typo 2023-05-26 10:44:38 -05:00
Henning Dieterichs
230a6266eb
Merge pull request #182705 from tisilent/#182702
fix #182702
2023-05-26 17:40:55 +02:00
Henning Dieterichs
37e08ec3aa
Merge pull request #182542 from jairbubbles/fix-context-menu-for-deleted-lines-in-diff-inline
Fix context menu for deleted lines in diff inline mode
2023-05-26 17:40:25 +02:00
Megan Rogge
fcfef87f08
Merge branch 'main' into fix-183445 2023-05-26 10:40:09 -05:00