Commit Graph

85542 Commits

Author SHA1 Message Date
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
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
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
Martin Aeschlimann
7b2a460d1d Show remote indicator in web when remoteAuthority is set (#183728) 2023-05-29 10:57:36 -07: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
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
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
Connor Peet
d15a0aa70c testing: allow invalidateTestResults to take an array (#183569) 2023-05-26 11:07:50 -07: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
Henning Dieterichs
aaadde5489 Fixes #181764 (#183550) 2023-05-26 17:39:42 +02:00
Julien Richard
f5272fbe6c Merge branch 'main' into fix-context-menu-for-deleted-lines-in-diff-inline 2023-05-26 16:07:54 +02:00
Johannes Rieken
9013a83a87 Merge pull request #183538 from microsoft/joh/available-roundworm
joh/available roundworm
2023-05-26 15:53:41 +02:00
Henning Dieterichs
ba158ccf66 Merge pull request #183535 from microsoft/hediet/diff-editor-wip
First draft of diff editor v2.
2023-05-26 15:52:58 +02:00
Johannes
ddbac4875c notebooks create/dispose editors. this means controllers must be created eagerly (😢) and that notebooks need a custom way of plugging comparision keys for session. works unless creating another session for the same cell of a duplicated editor 2023-05-26 15:36:22 +02:00
Johannes
a5ab2536d9 log when an editor action doesn't run because of enablement 2023-05-26 15:34:32 +02:00
Henning Dieterichs
397f2e7c34 First draft of diff editor v2. 2023-05-26 15:26:31 +02:00
Johannes
6924267d84 improve logging for controller 2023-05-26 14:40:12 +02:00
Benjamin Pasero
41915c1ef4 remote - avoid multiple codicons when high latency (#183525) 2023-05-26 14:28:09 +02:00
Henning Dieterichs
d939e5d08f Merge pull request #183522 from microsoft/hediet/changes
Bugfixes
2023-05-26 13:30:41 +02:00
Henning Dieterichs
017656615a Observable implementation: Ignore change from dependencies to be removed. 2023-05-26 13:09:53 +02:00
Henning Dieterichs
ebc3e1ed76 Observable implementation bugfix + docs 2023-05-26 13:09:52 +02:00