Commit Graph
124157 Commits
Author SHA1 Message Date
Benjamin Pasero 2aa298a06f 💄 2023-05-27 09:44:41 +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
Charles Gagnon 3ce31c5e5b Merge branch 'main' into chgagnon/fixActionButtonTab 2023-05-26 16:53:05 -07: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
aamunger ba19b49b7a fix comment 2023-05-26 11:11:48 -07:00
aamunger 59e154080c Merge remote-tracking branch 'origin/aamunger/scratchpadHotExit' into aamunger/scratchpadHotExit 2023-05-26 11:10:25 -07:00
aamunger b4940e6446 hygiene 2023-05-26 11:08:35 -07: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
Aiday Marlen Kyzy df8ab8a9f9 extracting the constants 2023-05-26 19:25:02 +02:00
aamunger f39299b594 backup and recover scratchpads for exitreason=load 2023-05-26 10:14:07 -07:00
Aiday Marlen Kyzy ac7aafacf2 cleaning the code 2023-05-26 19:13:56 +02:00
Aiday Marlen Kyzy 46295767db working code, needs to be cleaned 2023-05-26 19:01:47 +02: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
Henning Dieterichs 46132523d0 Merge branch 'main' into rainbow-indent 2023-05-26 17:57:21 +02: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
Charles Gagnon 89db3e46dd Set offSide to sql lang configuration to true (#183461) 2023-05-26 16:18:52 +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