Rob Lourens
b272d45bb7
Fix when clause on "Run in terminal" command
2023-05-31 09:38:02 -07:00
Rob Lourens
3a59332784
Keep codeblock toolbar visible when focused
2023-05-31 09:35:51 -07: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
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