Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for "Tasks" in the Suggestions UI #15664
Add support for "Tasks" in the Suggestions UI #15664
Changes from 139 commits
c96799c
1449088
d3b5533
0bda66f
ccfc834
c97ac66
7404dc3
f361b6c
b0fa972
985fcdb
e785bfc
48e7348
026f342
ff5eead
2c66c32
d94183b
8feb909
f5909d9
4516b4b
a3c4776
7988d89
84a41b4
36b5759
f3796da
f4c310a
dc71f0c
c9e7156
5defde5
57a5327
a172f53
e2cc278
e544871
173a830
a21c815
20f5651
236912a
84a8dd2
442413f
9d5ef3a
cd2db82
22c94bf
28555a6
36b676a
b096469
4e46a63
6c778a6
172a298
dfd4e27
0c19591
db99537
363c092
4766b62
dea426a
62fb61d
dc4a832
19c1ed9
dd5458c
df92394
51046c5
2088d32
cc05133
11916fd
1c52862
837c544
3ea3860
d593fe1
f56d258
4c2499c
057098e
62863f1
a530ccc
920353a
3fc364c
fb40b5d
d4422bb
6575e5a
c71ba64
2cf9f41
b8d8f11
ad62ad8
2080b92
d3e572d
967261d
0c39b37
ca3f7d4
1a23198
741b773
434572a
12d2160
f10f14c
1a8275e
7ae4716
1720905
45a6e1d
8879a1f
27b3aac
73a96ad
7c3fd2a
3ee1f9b
ce70a37
0bb3a8f
f9a764e
a013020
0cf6475
902ee8e
8f0b6f8
4de9303
873d8d4
a21977b
ff5ce00
4449109
16492a7
9070557
2d54223
4cccc2d
1759213
c1339bc
a68f229
90238ac
ef7f563
2bceb92
4110f2c
b7f8b36
9bacdb1
a33af4f
dff4ae3
3748900
8767448
dd56c4b
f23c859
1e91a1c
f84d139
382983e
2772094
d4d635d
e0d7754
3be1201
54234a9
c9fb788
26c35f9
a6e80d7
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, didn't we make a change on your other suggestions PR to use
sender
instead ofactive control
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit:
std::wstring_view{ RS_(L"SuggestionsCommandKey") }
.You can also just use
std::wstring::append()
instead of usingwstringsteam
, because string streams are fairly hefty.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like we merged with the ss and the comment unresolved 😄