Alex Ross
e9c29d2533
Always show comment widget toolbar in accessibility mode ( #193112 )
...
Part of #192377
2023-09-14 15:58:25 +01:00
Sandeep Somavarapu
6fce0c6cb6
Add settings sync troubleshoot tooling ( #193114 )
...
fix #192271
2023-09-14 15:03:52 +01:00
Alex Ross
7ab575fe32
Adopt StorageScope.WORKSPACE
in comments ( #193098 )
...
Part of #183449
2023-09-14 14:24:06 +02:00
dependabot[bot]
8968aca21d
Bump word-wrap from 1.2.3 to 1.2.4 in /extensions/notebook-renderers ( #188225 )
...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap ) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases )
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4 )
---
updated-dependencies:
- dependency-name: word-wrap
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-14 12:04:47 +02:00
Alexandru Dima
124dc6f15e
Add issue references ( #193078 )
2023-09-14 09:40:04 +02:00
Robo
7b0ae6cf9d
chore: bump electron@25.8.1 ( #193060 )
...
* chore: bump electron@25.8.1
* chore: bump distro
2023-09-14 04:47:41 +01:00
Hans
23605b1363
add fill selection text for quick search ( #191956 )
2023-09-13 17:13:48 -07:00
aamunger
feee9af315
option to scroll to the top of the next cell
2023-09-13 15:48:10 -07:00
Peng Lyu
17f32eac9d
Re #167719 . Disable word highlighting, codelens, sticky provider when the model is very large. ( #193055 )
2023-09-13 23:43:55 +01:00
Aaron Munger
d24d866d7f
Merge pull request #191231 from microsoft/aamunger/notebookSymbols
...
notebook symbols
2023-09-13 14:36:45 -07:00
Stephen Melvin
627cffc8ed
Fixed import paths not being updated when multiple files are moved ( #191403 )
...
* Modified updatePathsOnRename.ts to fix issue where import paths were not being updated when multiple files were moved.
* Removed errant console log
* Changed return statements to continue in for-of loop
---------
Co-authored-by: Stephen Melvin <steve.melvin@dtn.com>
2023-09-13 21:23:21 +00:00
Megan Rogge
cd8ec25951
Merge pull request #193044 from microsoft/merogge/task-recon
...
wait for task reconnection before allowing tasks to run
2023-09-13 16:22:32 -05:00
Megan Rogge
63610cf417
Merge pull request #193043 from microsoft/merogge/rerun-task
...
no-op if `lastTask` is `undefined` and `Rerun task command` is invoked
2023-09-13 16:22:17 -05:00
meganrogge
68f8aae345
make sure tasks reconnected ultimately resolves to true
2023-09-13 14:20:28 -05:00
meganrogge
8d23d4e192
fix #188806
2023-09-13 14:10:12 -05:00
meganrogge
237227e8af
fix #188805
2023-09-13 13:50:28 -05:00
Yulian Kraynyak
24739b3e01
Add info marker to minimap ( #189282 )
2023-09-13 19:22:30 +01:00
Gabriela Araujo Britto
f563e33800
[typescript-language-features] Add option for excluding library symbols in "Go to Symbol in Workspace" ( #192798 )
...
* add option for excluding library symbols
* clarify in message that new option requires ts 5.3
* remove expect error
2023-09-13 18:19:52 +00:00
Megan Rogge
ca3b12f580
Merge pull request #193022 from microsoft/merogge/watching-matcher
...
force problem matcher delivery
2023-09-13 13:19:37 -05:00
Alexandru Dima
1edc9a7fff
Add even more logging for #192584 ( #193036 )
2023-09-13 11:17:56 -07:00
Matt Bierner
2c52e4ca35
Alias Thenable
to PromiseLike
( #192456 )
...
Fixes #192385
This fixes some typing issues with `Thenable` that were hiding potential bugs
2023-09-13 10:50:40 -07:00
Joyce Er
31210c0428
fix: restore cloud changes from serialized data ( #193032 )
2023-09-13 10:23:03 -07:00
Rob Lourens
d7041e3716
Merge pull request #193031 from microsoft/roblou/visual-pinniped
...
Fix "toggle breakpoint"
2023-09-13 10:14:53 -07:00
Rob Lourens
8d71c3e090
Fix "toggle breakpoint"
...
Fix #193030
2023-09-13 09:35:48 -07:00
Connor Peet
491ddd816e
cli: allow command-shell to listen on a prescribed port ( #193028 )
...
Fixes https://github.com/microsoft/vscode-internalbacklog/issues/4623
2023-09-13 17:02:12 +01:00
Connor Peet
3941870f19
cli: fix panic if it can't bind a port ( #193019 )
...
Fixes #192229
2023-09-13 16:17:48 +01:00
Johannes Rieken
aa50003d0c
Merge pull request #193018 from microsoft/joh/architectural-earwig
...
inline - some more API tweaks
2023-09-13 17:15:30 +02:00
meganrogge
dc30ce901a
better fix
2023-09-13 10:10:20 -05:00
Johannes
869f013f05
inline - some more API tweaks
2023-09-13 16:59:33 +02:00
Johannes Rieken
a683fccf77
Merge pull request #193016 from microsoft/joh/fascinating-cricket
...
graceful fail, when inlineChat controller errors it should teardown the UI and release its session so that a fresh run is possible
2023-09-13 16:52:57 +02:00
Johannes
7348f31a83
graceful fail, when inlineChat controller errors it should teardown the UI and release its session so that a fresh run is possible
...
re https://github.com/microsoft/vscode/issues/192356 , re https://github.com/microsoft/vscode-copilot-release/issues/391
2023-09-13 16:38:12 +02:00
Martin Aeschlimann
8284903c26
use findup v5 (no esm) ( #193000 )
...
* use findup v5 (no esm)
* fix import
2023-09-13 15:46:29 +02:00
ChaseKnowlden
3bfbe7893f
Add banner for macOS 10.13 and 10.14 ( #192928 )
...
Prepare macOS 10.13-10.14 EOL
2023-09-13 13:46:00 +00:00
João Moreno
8ac8b0d6d5
update uninstalling phrasing ( #192993 )
2023-09-13 11:53:38 +01:00
Sandeep Somavarapu
93a569d86f
fix settings sync logs view ( #192977 )
2023-09-13 10:18:32 +02:00
Johannes Rieken
0d7904e219
Merge pull request #192967 from microsoft/joh/clumsy-cicada
...
make sure to update/show toolbar when restoring a session
2023-09-13 08:59:20 +02:00
Benjamin Pasero
d649d877f4
debt - fix leaks in updating recently opened menu ( #192964 )
2023-09-13 08:46:29 +02:00
Benjamin Pasero
f369b51a5e
debt - more disposable leak detection in tests ( #192962 )
2023-09-13 08:46:09 +02:00
Johannes
e556633899
make sure to update/show toolbar when restoring a session
2023-09-13 08:45:19 +02:00
Hamir Mahal
799ab0c712
Merge branch 'main' into feat/copy-command-and-output-in-integrated-terminal
2023-09-12 23:08:04 -07:00
Alex Ross
f36df69328
Add a setting to collapse comments on resolve ( #192864 )
...
Fixes https://github.com/microsoft/vscode-pull-request-github/issues/5031
2023-09-13 06:36:16 +02:00
Rob Lourens
9003ac66f6
Fix debug stop button not working after restarting session ( #192951 )
...
Fix #192950
This puts back the leak from before #191913 . I think it's too risky to do a scoped fix when the DebugSession lifecycle is still not really right, I will fix it all with #191904
2023-09-13 12:30:03 +09:00
Rob Lourens
2b4dc4a757
Fix debug console after restarting debug session ( #192949 )
...
* Don't add global DebugSession listeners to rawListeners, which are disposed when a DebugSession is restarted
Fix #192653
* Fix failing unit test
Now we don't dispose some listeners in DebugSession, this is by design
* Fix failing unit tests
2023-09-13 12:28:33 +09:00
Peng Lyu
7154dc3bca
Simplfy notebook diff tests disposable tracking ( #192909 )
2023-09-12 17:06:35 -07:00
Alexandru Dima
87f66b34bd
More adoption of ensureNoDisposablesAreLeakedInTestSuite
( #192936 )
...
More adoption of `ensureNoDisposablesAreLeakedInTestSuite` (#190503 )
2023-09-13 01:11:33 +02:00
Alexandru Dima
f01155caf2
Try to find out why the test resolver extension would not be present in CI ( #192938 )
...
Try to find out why the test resolver extension would not be present in CI (#192584 )
2023-09-13 01:10:25 +02:00
Daniel Imms
15c968607e
Merge pull request #192935 from microsoft/tyriar/xterm_230912
...
xterm@5.4.0-beta.19
2023-09-12 14:47:25 -07:00
Megan Rogge
a75f1b98aa
Merge pull request #192925 from microsoft/merogge/building
...
fire active, inactive before, after lines are processed for reconnected task terminals
2023-09-12 16:46:52 -05:00
Sandeep Somavarapu
f98f494dc7
Merge pull request #192932 from microsoft/sandy081/literary-wren
...
fix #192930
2023-09-12 23:34:50 +02:00
Megan Rogge
8f1417d573
Update terminalTaskSystem.ts
...
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2023-09-12 16:32:21 -05:00