Aiday Marlen Kyzy
994e9bf1d4
removing the sash accessors
2023-06-16 12:07:12 +02:00
Aiday Marlen Kyzy
991bde4944
no longer access the sash sizes directly
2023-06-16 12:06:36 +02:00
Aiday Marlen Kyzy
7f1a666a16
cleaning the code
2023-06-12 17:31:21 +02:00
Aiday Marlen Kyzy
c0aa848824
cleaning the code
2023-06-12 16:58:54 +02:00
Aiday Marlen Kyzy
01131a68cc
cleaning the code
2023-06-12 16:01:44 +02:00
Aiday Marlen Kyzy
c49aa40ebf
cleaning the code
2023-06-12 11:48:11 +02:00
Aiday Marlen Kyzy
b179537561
cleaning the code
2023-05-30 17:24:40 +02:00
Aiday Marlen Kyzy
9aca64d6af
removing the unecessary _visible variable, the context key already serves the purpose
2023-05-30 16:56:24 +02:00
Aiday Marlen Kyzy
bffeeb0e56
cleaning the code
2023-05-30 16:52:19 +02:00
Aiday Marlen Kyzy
ab7aefd029
cleaning the code
2023-05-30 16:33:04 +02:00
Aiday Marlen Kyzy
79096b0388
refactoring the code
2023-05-30 15:33:04 +02:00
Aiday Marlen Kyzy
bcd704ac6d
placing the rendering preference code into the generic resizable content widget class, the container dom node content seems to disappear sometimes
2023-05-30 12:39:08 +02:00
Aiday Marlen Kyzy
0e15526c7a
cleaning the code
2023-05-30 11:57:00 +02:00
Aiday Marlen Kyzy
157a0f0c9a
Merge branch 'main' into aiday/addingResizableContentWidget
2023-05-30 11:50:19 +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