Justin Chen and GitHub
9c12e02b7b
Action Widget won't show label for edits in hover when no edits are available ( #192238 )
...
* initial working version v1
* cleanup and fixed error in terminal quick fix
* code cleanup, making onFocus optional, removing terminal quickfix edits
* added logic for cancellation v1 and removing extra call to rerender
* registered cancellable tokens and added better checks onFocus
* code cleanup
2023-09-14 23:22:16 +01:00
Justin Chen and GitHub
153335bd06
Allow codeActionsOnSave to trigger for autoSave ( #190516 )
...
* removed saveReason check for autosave
* modified setting values and enabling on autosave or not
* cleanup
* add default to false settings
* modified code action save settings
* changed default setting
* cleanup code and added backward compatibility
* aded minor comment and checking commit signing
* second check on commit signing (sorry)
* fix typo
* small bugfix and adding proper backward compatibility
* deprecate boolean values by converting them
2023-09-14 23:07:16 +01:00
Raymond Zhao and GitHub
5bd7ca8a17
Add base tfidf impl ( #193048 )
2023-09-14 14:46:04 -07:00
Daniel Imms and GitHub
66bbf094da
Merge pull request #192217 from hamirmahal/feat/copy-command-and-output-in-integrated-terminal
...
feat: copy command and output in integrated terminal
2023-09-14 14:14:26 -07:00
Daniel Imms
b519f62546
Move copy actions into a clipboard group
2023-09-14 13:09:16 -07:00
Daniel Imms and GitHub
1d89fce536
Merge branch 'main' into feat/copy-command-and-output-in-integrated-terminal
2023-09-14 13:01:26 -07:00
Nathan Shively-Sanders
968d1bd1bb
Merge branch 'main' into ai-codefixes
2023-09-14 11:24:50 -07:00
Nathan Shively-Sanders
d1d6055aa5
Add more complex options
2023-09-14 11:23:16 -07:00
Sandeep Somavarapu and GitHub
3b60c12380
fix #192970 ( #193128 )
2023-09-15 03:55:43 +10:00
Aaron Munger
59842721ab
register setting
2023-09-14 09:59:42 -07:00
Nathan Shively-Sanders
b1b350626f
Fix lints
2023-09-14 09:16:39 -07:00
Aaron Munger and GitHub
e8dbcb15c9
Merge branch 'main' into aamunger/scrollOnExecute
2023-09-14 09:07:03 -07:00
Sandeep Somavarapu and GitHub
b2abe1b621
cleanup ( #193119 )
2023-09-14 08:00:41 -07:00
Alex Ross and GitHub
e9c29d2533
Always show comment widget toolbar in accessibility mode ( #193112 )
...
Part of #192377
2023-09-14 15:58:25 +01:00
Sandeep Somavarapu and GitHub
6fce0c6cb6
Add settings sync troubleshoot tooling ( #193114 )
...
fix #192271
2023-09-14 15:03:52 +01:00
Alex Ross and GitHub
7ab575fe32
Adopt StorageScope.WORKSPACE in comments ( #193098 )
...
Part of #183449
2023-09-14 14:24:06 +02:00
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 and GitHub
124dc6f15e
Add issue references ( #193078 )
2023-09-14 09:40:04 +02:00
Robo and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
d24d866d7f
Merge pull request #191231 from microsoft/aamunger/notebookSymbols
...
notebook symbols
2023-09-13 14:36:45 -07:00
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 and GitHub
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 and GitHub
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 and GitHub
24739b3e01
Add info marker to minimap ( #189282 )
2023-09-13 19:22:30 +01:00
Gabriela Araujo Britto and GitHub
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 and GitHub
ca3b12f580
Merge pull request #193022 from microsoft/merogge/watching-matcher
...
force problem matcher delivery
2023-09-13 13:19:37 -05:00
Alexandru Dima and GitHub
1edc9a7fff
Add even more logging for #192584 ( #193036 )
2023-09-13 11:17:56 -07:00
Matt Bierner and GitHub
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 and GitHub
31210c0428
fix: restore cloud changes from serialized data ( #193032 )
2023-09-13 10:23:03 -07:00
Rob Lourens and GitHub
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 and GitHub
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 and GitHub
3941870f19
cli: fix panic if it can't bind a port ( #193019 )
...
Fixes #192229
2023-09-13 16:17:48 +01:00
Johannes Rieken and GitHub
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 and GitHub
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 and GitHub
8284903c26
use findup v5 (no esm) ( #193000 )
...
* use findup v5 (no esm)
* fix import
2023-09-13 15:46:29 +02:00
ChaseKnowlden and GitHub
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 and GitHub
8ac8b0d6d5
update uninstalling phrasing ( #192993 )
2023-09-13 11:53:38 +01:00
Sandeep Somavarapu and GitHub
93a569d86f
fix settings sync logs view ( #192977 )
2023-09-13 10:18:32 +02:00
Johannes Rieken and GitHub
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 and GitHub
d649d877f4
debt - fix leaks in updating recently opened menu ( #192964 )
2023-09-13 08:46:29 +02:00