Commit Graph

109079 Commits

Author SHA1 Message Date
meganrogge
4591cea597 tweaks 2023-05-16 11:57:59 -07:00
meganrogge
010fe2c120 get it to work 2023-05-16 11:49:12 -07:00
Megan Rogge
d997ffb6cb rm unnecessary line 2023-05-16 18:48:00 +00:00
Megan Rogge
a732abedf3 outweigh normal editor accessibility help menu 2023-05-16 18:45:46 +00:00
Matt Bierner
9a031924b8 Don't init chat editors to js (#182659)
Also for #182526

It seems like chat editors are initially set to be treated as JS. This language is then changed, which triggers: #182526

Instead I think we should not include a language initially
2023-05-16 11:42:38 -07:00
Tyler James Leonhardt
5befc8ab46 Fix when clause (#182663) 2023-05-16 20:22:29 +02:00
meganrogge
dbec086ab7 fix issue 2023-05-16 11:00:41 -07:00
meganrogge
768df0f915 move function to right place 2023-05-16 10:33:34 -07:00
meganrogge
71e301df05 Merge branch 'main' into merogge/interactive-editor-help 2023-05-16 10:24:49 -07:00
meganrogge
bebeb7f4bc add default case 2023-05-16 10:21:13 -07:00
Daniel Imms
89f8e22489 Merge pull request #182557 from jeanp413/fix-135968
Fixes terminal doesn't take editor background color into account
2023-05-16 10:10:17 -07:00
Andrea Mah
aa0915f5ea fix notebook search focus shifting and fix bad column number (#182564) 2023-05-16 10:06:16 -07:00
Rob Lourens
5a94129642 Don't persist imported sessions (#182655) 2023-05-16 19:05:54 +02:00
meganrogge
41aec9d9ad add more to the menu 2023-05-16 09:58:36 -07:00
Daniel Imms
3c1bf66637 Use getDelayedChannel to avoid awaiting promise
Part of #175335
2023-05-16 09:52:59 -07:00
Benjamin Pasero
f38baca7ec unc - fix security settings warning (#182654) 2023-05-16 18:49:40 +02:00
SteVen Batten
51b8bdc782 updating tsa options (#182651)
* updating tsa options

* add template
2023-05-16 18:49:25 +02:00
meganrogge
c97439f88b refine, polish experience 2023-05-16 09:44:18 -07:00
Johannes Rieken
72781702d7 Merge pull request #182647 from microsoft/joh/autonomous-panda
joh/autonomous panda
2023-05-16 18:16:50 +02:00
Connor Peet
8b3523a18d api: implementation of proposed window activity API (#182563)
* api: implementation of proposed window activity API

For #181569

* fix build

* fix build more

* add cell activity per @rebornix
2023-05-16 17:49:33 +02:00
meganrogge
c78f6a709c focus input after diff view has been opened 2023-05-16 08:31:26 -07:00
Johannes
990351e3d3 fix https://github.com/microsoft/vscode-internalbacklog/issues/4036 2023-05-16 16:57:00 +02:00
Daniel Imms
f8af7937a0 Merge pull request #182631 from microsoft/tyriar/utility_ptyhost__3
Don't connect LocalTerminalBackend until LifecyclePhase.Restored
2023-05-16 07:38:09 -07:00
Ulugbek Abdullaev
b17d4a3362 Refactor: softDispatch doesn't return null (#181891)
* fix `softDispatch` returning `NoMatchingKb` vs null

See https://github.com/microsoft/vscode/issues/179528#issuecomment-1535454131

* refactor: `softDispatch` doesn't return null

* Adopt softDispatch changes

---------

Co-authored-by: Alex Dima <alexdima@microsoft.com>
2023-05-16 07:32:09 -07:00
Johannes
e0823c6c2e remove unused code 2023-05-16 16:01:56 +02:00
Johannes
f183b7e205 tweak keybinding 2023-05-16 16:00:48 +02:00
Daniel Imms
13f199475f Don't connect LocalTerminalBackend until LifecyclePhase.Restored
Fixes #175335
2023-05-16 06:56:21 -07:00
Martin Aeschlimann
55ef612b14 document color requests not sent when there are multiple providers (#182625) 2023-05-16 05:36:35 -07:00
Johannes Rieken
3e4ed47629 Merge pull request #182619 from microsoft/joh/stiff-crane
joh/stiff crane
2023-05-16 13:10:56 +02:00
Alex Ross
1236c13709 Ports attributes API updates (#182617)
* Ports attributes API updates
Part of #115616

* Remove port number from attributes API
2023-05-16 13:01:14 +02:00
Johannes
4775bd5498 support toggle diff also for livepreview mode 2023-05-16 12:55:51 +02:00
Martin Aeschlimann
9233de805c Remotes are broken: this.c.makeConnection is not a function (#182614) 2023-05-16 12:20:28 +02:00
Johannes
87dccdd8c6 don't write the editMode setting when accessibility in on, just use a different default fyi @meganrogge 2023-05-16 12:14:35 +02:00
Johannes
8399beee72 finish editor chat session when disposing editor 2023-05-16 12:13:52 +02:00
tisilent
0980d1cd3d fix #182303 2023-05-16 18:11:25 +08:00
Alex Ross
ebc13c2385 Preserve port properties when making port public (#182610) 2023-05-16 11:46:06 +02:00
Christof Marti
fb8bf97485 Remove obsolete warning (#170049) 2023-05-16 11:31:46 +02:00
Benjamin Pasero
fb9e06d867 💄 2023-05-16 06:55:02 +02:00
Matt Bierner
7a7d45793b Allow external copying files into the workspace on markdown drop / paste (#182572)
Allow copying files in the workspace on markdown drop / paste

Fixes #157043

Also:

- Renames the markdown paste settings and makes them no longer experimental
- Makes the copyFiles setting no longer experimental
- Adds a `markdown.copyFiles.overwriteBehavior` which lets you control if/how existing files are overwritten
2023-05-15 20:17:52 -07:00
Rob Lourens
97f8af3e08 Merge pull request #182576 from microsoft/roblou/smart-ostrich
Chat import/export fixes
2023-05-15 20:16:56 -07:00
Matt Bierner
09023d824a Try to fix flaky paste tests (#182574)
These tests fail occasionally in CI, seemingly only on linux. This tries to fix this by:

- Adding retries
- Switching back to use `teardown` to disposed of things. `usingDisposable` may not clean up properly if the test times out
2023-05-15 19:56:25 -07:00
Rob Lourens
f2d7e80ff8 Don't export sessionId and creationDate 2023-05-15 19:45:52 -07:00
Peng Lyu
919262ff17 remove fix nb error from core (#182570) 2023-05-15 18:53:25 -07:00
Rob Lourens
61208afc58 Fix "interactive session" 2023-05-15 18:20:50 -07:00
Rob Lourens
3196eb966d Enable chat session export/import (#182562) 2023-05-16 11:15:34 +10:00
Michael Blout
3aec07b38a fix: debug focus, remove 'kind' discriminators 63943 (#181244)
* fix: review comments, remove 'kind' discrims, use instanceof

* fix: tweak the isXXXX checks, add some prop typeof checks

* fix: review, remove isX duck type fncs, and construct object
2023-05-15 18:14:05 -07:00
Russell Davis
53c319dd2d Fix: showDebugHover command doesn't work with keybinding using alt key (#181936)
Fixes #181930
2023-05-16 00:20:10 +00:00
Rob Lourens
66335ab57f Merge pull request #182567 from microsoft/roblou/gothic-monkey
Rename "InteractiveSession" to "Chat"
2023-05-15 17:02:37 -07:00
Daniel Imms
c3c6a33390 Merge pull request #182345 from microsoft/tyriar/utility_ptyhost__2
Adopt utility process for pty host on Electron
2023-05-15 16:49:49 -07:00
Rob Lourens
d1132eb4b9 Rename more variables/props 2023-05-15 16:23:05 -07:00