-
Notifications
You must be signed in to change notification settings - Fork 35
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
Align with upstream #448
base: main
Are you sure you want to change the base?
Align with upstream #448
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 05d76b9 - Browse repository at this point
Copy the full SHA 05d76b9View commit details -
try to force hide the view if it ever gets shown by accident (#232277)
* try to force hide the view if it ever gets shown by accident * deregister the view container if context key isn't honored
Configuration menu - View commit details
-
Copy full SHA for f0c6346 - Browse repository at this point
Copy the full SHA f0c6346View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4330bca - Browse repository at this point
Copy the full SHA 4330bcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f731e6c - Browse repository at this point
Copy the full SHA f731e6cView commit details -
just skip the registration if we have state to hide (#232305)
* Revert "try to force hide the view if it ever gets shown by accident (#232277)" This reverts commit f0c6346. * just skip the registration if we have state to hide keep keybinding
Configuration menu - View commit details
-
Copy full SHA for 076ce9b - Browse repository at this point
Copy the full SHA 076ce9bView commit details -
debug: fix repl error if disposed while getting session (#232312)
(probably) Fixes #228211
Configuration menu - View commit details
-
Copy full SHA for e9105f3 - Browse repository at this point
Copy the full SHA e9105f3View commit details -
debug: fix hover variable value disappears on key down
Fixes #226474 It looks like this bug is at least 9 years old! It took me a minute to figure out what the intention was here. I think the goal was to keep showing the hover if the user is pressing ctrl/cmd without sticky hovers enabled (e.g. to allow copying) but it was in the wrong check and would confusingly dismiss the hover when the mouse moved if ctrl/cmd was pressed.
Configuration menu - View commit details
-
Copy full SHA for 818d5e0 - Browse repository at this point
Copy the full SHA 818d5e0View commit details
Commits on Oct 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7327286 - Browse repository at this point
Copy the full SHA 7327286View commit details -
Configuration menu - View commit details
-
Copy full SHA for d012408 - Browse repository at this point
Copy the full SHA d012408View commit details -
debug: don't show element hover in console (#232315)
This was unintentionally enabled in some refactors last month. Fixes #228317
Configuration menu - View commit details
-
Copy full SHA for be251b8 - Browse repository at this point
Copy the full SHA be251b8View commit details -
Merge pull request #232319 from microsoft/connor4312/issue226474
debug: fix hover variable value disappears on key down
Configuration menu - View commit details
-
Copy full SHA for d12734c - Browse repository at this point
Copy the full SHA d12734cView commit details -
Dragging an active view between side bars or panel does not activate …
…it (fix #231922) (#232229) * Dragging an active view between side bars or panel does not activate it (fix #231922) * address feedback
Configuration menu - View commit details
-
Copy full SHA for f83df5c - Browse repository at this point
Copy the full SHA f83df5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d48f98 - Browse repository at this point
Copy the full SHA 2d48f98View commit details
Commits on Oct 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4edbcca - Browse repository at this point
Copy the full SHA 4edbccaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64f36d0 - Browse repository at this point
Copy the full SHA 64f36d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e22072 - Browse repository at this point
Copy the full SHA 3e22072View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aac19c - Browse repository at this point
Copy the full SHA 7aac19cView commit details -
Use async find provider only for file scheme (#232372)
* Use async find provider only for file scheme (#230592) * only use asyncfindprovider for file scheme * add vscode remote * Use async find provider only for file scheme (#230592) * only use asyncfindprovider for file scheme * add vscode remote * 💄
Configuration menu - View commit details
-
Copy full SHA for f506989 - Browse repository at this point
Copy the full SHA f506989View commit details -
fix: sync revert of chat-created file from SCM with chat editing list…
… state (#232375)
Configuration menu - View commit details
-
Copy full SHA for 8717c11 - Browse repository at this point
Copy the full SHA 8717c11View commit details
Commits on Oct 28, 2024
-
inline chat should react to widget clearing (#232390)
* For the clear command, use `lastFocusedWidget` over `openView` re microsoft/vscode-copilot#9865 * inline chat should react to widget clearing
Configuration menu - View commit details
-
Copy full SHA for a2a9cb3 - Browse repository at this point
Copy the full SHA a2a9cb3View commit details -
chore - split language status into two files (#232391)
also fix microsoft/vscode#231946 by replace icons with the spinner so that width stays constant
Configuration menu - View commit details
-
Copy full SHA for 3bfd5dd - Browse repository at this point
Copy the full SHA 3bfd5ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for a14300e - Browse repository at this point
Copy the full SHA a14300eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d292330 - Browse repository at this point
Copy the full SHA d292330View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a0028d - Browse repository at this point
Copy the full SHA 3a0028dView commit details -
Configuration menu - View commit details
-
Copy full SHA for db6dfc6 - Browse repository at this point
Copy the full SHA db6dfc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 860914e - Browse repository at this point
Copy the full SHA 860914eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65dc393 - Browse repository at this point
Copy the full SHA 65dc393View commit details -
chore - clean up
LanguageModelChatProvider
(step 1) (#232414)* chore - clean up `LanguageModelChatProvider` (step 1) * fix compilo
Configuration menu - View commit details
-
Copy full SHA for 71d55cd - Browse repository at this point
Copy the full SHA 71d55cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e68886 - Browse repository at this point
Copy the full SHA 7e68886View commit details -
Merge pull request #232418 from microsoft/tyriar/232408
Move fish SI script out of xdg named dir
Configuration menu - View commit details
-
Copy full SHA for 6e78450 - Browse repository at this point
Copy the full SHA 6e78450View commit details -
Configuration menu - View commit details
-
Copy full SHA for db94ba5 - Browse repository at this point
Copy the full SHA db94ba5View commit details -
Fix: go grammar update (#232142) (#232335)
npm --prefix extensions/go run update-grammar (#232142) Signed-off-by: Lionel Jouin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0561ca0 - Browse repository at this point
Copy the full SHA 0561ca0View commit details -
Fix grammar in activeOnStart description (#197536)
fix grammar in activeOnStart description
Configuration menu - View commit details
-
Copy full SHA for 5295c9d - Browse repository at this point
Copy the full SHA 5295c9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed3722c - Browse repository at this point
Copy the full SHA ed3722cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c54c60f - Browse repository at this point
Copy the full SHA c54c60fView commit details -
Remove 'unknown' from LanguageModelToolResult#constructor (#232428)
Remove 'unknown' from LanguageModelToolResult#constructor (#232284) It should be on the content property but no need to be in the constructor.
Configuration menu - View commit details
-
Copy full SHA for 983f0c0 - Browse repository at this point
Copy the full SHA 983f0c0View commit details -
Ensure element is not rendered to 0px when updating height async (#23…
…2427) Ensure element is not rendered to 0px when updating height async (#232281) This can happen because templateParts are now not disposed when an element is unregistered, but we have to keep their listeners around because they are reused on the next render. A more complete non-candidate fix might be to check whether the element is in the DOM before rendering it at all. But the safe fix here is to just make sure it doesn't go to 0, so that the list doesn't skip rendering it entirely. Fix microsoft/vscode-copilot#9260
Configuration menu - View commit details
-
Copy full SHA for e488ce9 - Browse repository at this point
Copy the full SHA e488ce9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58b637c - Browse repository at this point
Copy the full SHA 58b637cView commit details -
Remove backcompat workaround (#232429)
Remove backcompat workaround (#232302) From microsoft/vscode#232023 Fix #232301
Configuration menu - View commit details
-
Copy full SHA for c1b45ed - Browse repository at this point
Copy the full SHA c1b45edView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3e8a4c - Browse repository at this point
Copy the full SHA b3e8a4cView commit details -
Don't try watching non writable file systems (#232433)
For ts and markdown, skip watching on file systems that are not writable as these files should not change
Configuration menu - View commit details
-
Copy full SHA for 4679606 - Browse repository at this point
Copy the full SHA 4679606View commit details -
Merge pull request #232411 from microsoft/tyriar/230584
Fix __dirname access in server.cli.ts
Configuration menu - View commit details
-
Copy full SHA for 2029af4 - Browse repository at this point
Copy the full SHA 2029af4View commit details -
move things from
TerminalChatController
->TerminalChatWidget
, rm…… terminal specific code from `VoiceChatActions`, `ChatWidget` (#232278)
Configuration menu - View commit details
-
Copy full SHA for 313deb4 - Browse repository at this point
Copy the full SHA 313deb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ea540e - Browse repository at this point
Copy the full SHA 3ea540eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1330eb7 - Browse repository at this point
Copy the full SHA 1330eb7View commit details -
indicate chat agent name on tab focus, rm toolbar role (#232438)
add tabindex to username
Configuration menu - View commit details
-
Copy full SHA for 687f158 - Browse repository at this point
Copy the full SHA 687f158View commit details -
move search APIs from using
new
to2
(#232443)* move search APIs from using `new` to `2`
Configuration menu - View commit details
-
Copy full SHA for ff48b17 - Browse repository at this point
Copy the full SHA ff48b17View commit details -
testing: actually consider visible documents with failureInVisibleDoc…
…ument (#232453) Fixes #230881
Configuration menu - View commit details
-
Copy full SHA for 9de080f - Browse repository at this point
Copy the full SHA 9de080fView commit details
Commits on Oct 29, 2024
-
testing: fix double peek view when using next/previous test failures …
…(#232454) Rationalize some of the logic with the way we display things now Fixes #226727
Configuration menu - View commit details
-
Copy full SHA for da01009 - Browse repository at this point
Copy the full SHA da01009View commit details -
fix: make
#file
variables part of the chat editing working set (#23……2456) * fix: make `#file` variables part of the chat editing working set * fix: determine how often the limit kicks in on files that a user wanted to send
Configuration menu - View commit details
-
Copy full SHA for 92df7b6 - Browse repository at this point
Copy the full SHA 92df7b6View commit details -
Merge pull request #231902 from mjbvz/driving-duck
Use `Array<x | y>` for union types in `vscode.d.ts`
Configuration menu - View commit details
-
Copy full SHA for 2eb45f8 - Browse repository at this point
Copy the full SHA 2eb45f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05a3886 - Browse repository at this point
Copy the full SHA 05a3886View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd12548 - Browse repository at this point
Copy the full SHA bd12548View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4417a7b - Browse repository at this point
Copy the full SHA 4417a7bView commit details -
Implements inline edit rejection command support (#232472)
* Implements inline edit rejection command support * updates monaco.d.ts
Configuration menu - View commit details
-
Copy full SHA for 4d312be - Browse repository at this point
Copy the full SHA 4d312beView commit details -
Configuration menu - View commit details
-
Copy full SHA for e494184 - Browse repository at this point
Copy the full SHA e494184View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7c8fa4 - Browse repository at this point
Copy the full SHA b7c8fa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b9af3b - Browse repository at this point
Copy the full SHA 1b9af3bView commit details -
Merge pull request #232435 from microsoft/tyriar/228121
Add 200 debounce time for mouse to find hover before hiding it
Configuration menu - View commit details
-
Copy full SHA for 969910e - Browse repository at this point
Copy the full SHA 969910eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e2c827 - Browse repository at this point
Copy the full SHA 7e2c827View commit details -
[Edit Context]: Adding method to refresh focus state for native edit …
…context (#232479) adding method to refresh focus state
Configuration menu - View commit details
-
Copy full SHA for f52a26d - Browse repository at this point
Copy the full SHA f52a26dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1281dbb - Browse repository at this point
Copy the full SHA 1281dbbView commit details -
Merge pull request #232491 from microsoft/tyriar/hover_store
Use a single store to track disposables in setupManagedHover
Configuration menu - View commit details
-
Copy full SHA for b8ec85e - Browse repository at this point
Copy the full SHA b8ec85eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67d8404 - Browse repository at this point
Copy the full SHA 67d8404View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94e1b25 - Browse repository at this point
Copy the full SHA 94e1b25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d07420 - Browse repository at this point
Copy the full SHA 6d07420View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d844ca - Browse repository at this point
Copy the full SHA 4d844caView commit details -
Always sending line feed on enter so that indentation works correctly…
… in CRLF-based files (#232501) always type line feed
Configuration menu - View commit details
-
Copy full SHA for 852e43a - Browse repository at this point
Copy the full SHA 852e43aView commit details -
Update src/vs/workbench/contrib/timeline/browser/timelinePane.ts
Co-authored-by: Benjamin Christopher Simmonds <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32ff872 - Browse repository at this point
Copy the full SHA 32ff872View commit details -
Configuration menu - View commit details
-
Copy full SHA for f541484 - Browse repository at this point
Copy the full SHA f541484View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71cec0c - Browse repository at this point
Copy the full SHA 71cec0cView commit details -
add source and links (#232504)
* add source and links * use opener service
Configuration menu - View commit details
-
Copy full SHA for 73eea84 - Browse repository at this point
Copy the full SHA 73eea84View commit details -
Fix PATH prepending when using Fish (#232291)
* Support Linux on EnvMixin to handle fish_user_paths being prepended to the PATH after the shell integration * apply fix based on shell * update comments * link to issue * remove isLinux check * Update comment Co-authored-by: Megan Rogge <[email protected]> --------- Co-authored-by: Megan Rogge <[email protected]> Co-authored-by: Megan Rogge <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ae3d69 - Browse repository at this point
Copy the full SHA 9ae3d69View commit details -
Add tests for #232509 (#232512)
The other tests happen to go inside the block that was setting `request.response`, so add a test that restores a response that has markdown content but no references
Configuration menu - View commit details
-
Copy full SHA for c42d363 - Browse repository at this point
Copy the full SHA c42d363View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf0917f - Browse repository at this point
Copy the full SHA bf0917fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22b0035 - Browse repository at this point
Copy the full SHA 22b0035View commit details -
debug: fix dynamic configurations in empty workspace (#232520)
We would skip trying to find configurations instead of passing an undefined workspace folder (which is entirely legal) Fixes #228949
Configuration menu - View commit details
-
Copy full SHA for f992298 - Browse repository at this point
Copy the full SHA f992298View commit details -
Cleanup chat context keys (#232515)
* Start renaming context keys * vote * detected agent * More * More * chatEditApplied * More * More * More * Cleanup * Cleanup
Configuration menu - View commit details
-
Copy full SHA for 50a2adc - Browse repository at this point
Copy the full SHA 50a2adcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6648af - Browse repository at this point
Copy the full SHA b6648afView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6f3835 - Browse repository at this point
Copy the full SHA a6f3835View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32a55f1 - Browse repository at this point
Copy the full SHA 32a55f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c3a714 - Browse repository at this point
Copy the full SHA 6c3a714View commit details -
Configuration menu - View commit details
-
Copy full SHA for c37e389 - Browse repository at this point
Copy the full SHA c37e389View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcae80e - Browse repository at this point
Copy the full SHA fcae80eView commit details -
re #212879. dispose child instantiation service properly (#232532)
* re #212879. dispose child instantiation service properly * fix unit tests * Fix memory leaks
Configuration menu - View commit details
-
Copy full SHA for db1b27a - Browse repository at this point
Copy the full SHA db1b27aView commit details -
Escape description and detail hovers (#232539)
* Escape description and detail hovers Fixes microsoft/vscode#231065 * lint
Configuration menu - View commit details
-
Copy full SHA for 33f6fab - Browse repository at this point
Copy the full SHA 33f6fabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63e5a64 - Browse repository at this point
Copy the full SHA 63e5a64View commit details
Commits on Oct 30, 2024
-
edit API names and remove
findFiles2New
and `aiTextSearchProviderNe……w` (#232431) * remove references to findfiles2New and aiTextSearchProviderNew
Configuration menu - View commit details
-
Copy full SHA for 3551cb0 - Browse repository at this point
Copy the full SHA 3551cb0View commit details -
removing old issue reporter flow (#232517)
* removing lot's of old issue reporter stuffs * cleanup
Configuration menu - View commit details
-
Copy full SHA for 8f0188c - Browse repository at this point
Copy the full SHA 8f0188cView commit details -
[1035] potential listener LEAK detected, having 175 listeners already…
…. MOST frequent listener (1): (#232569) Fixes #232400
Configuration menu - View commit details
-
Copy full SHA for adfb37d - Browse repository at this point
Copy the full SHA adfb37dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d4694a - Browse repository at this point
Copy the full SHA 2d4694aView commit details -
Try to simplify usage of
createAndFillInContextMenuActions
(#232546)Try to simplify `createAndFillInContextMenuActions` This is one of the rare functions that we have that uses an out parameter. This often results in a lot of boilerplate code to call it In this PR I've renamed it to `getContextMenuActions` to make use of a standard return type. Instead of an overload, there are now two different versions of the function: `getContextMenuActions` and `getFlatContextMenuActions`
Configuration menu - View commit details
-
Copy full SHA for 5d6be57 - Browse repository at this point
Copy the full SHA 5d6be57View commit details -
missing
(next|previous)AuxilaryBarView
commands (fix #154724) (#232……577) * missing `(next|previous)AuxilaryBarView` commands (fix #154724) * address feedback
Configuration menu - View commit details
-
Copy full SHA for 98b2319 - Browse repository at this point
Copy the full SHA 98b2319View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec9dfa4 - Browse repository at this point
Copy the full SHA ec9dfa4View commit details -
Set the color picker to undefined on hover hide in the color hover pa…
…rticipant (#232586) handle the hide event
Configuration menu - View commit details
-
Copy full SHA for 3e20ded - Browse repository at this point
Copy the full SHA 3e20dedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26fd13e - Browse repository at this point
Copy the full SHA 26fd13eView commit details -
Internal view container ID surfaced when view moved to alternate side…
… bar (fix #201085) (#232591)
Configuration menu - View commit details
-
Copy full SHA for a295ee8 - Browse repository at this point
Copy the full SHA a295ee8View commit details -
refactoring: Introducing new enum ColorPickerWidgetType to differenti…
…ate between hover color picker and standalone color picker (#232594) introducing new enum ColorPickerWidgetType to differentiate between hover color picker and standalone color picker
Configuration menu - View commit details
-
Copy full SHA for 09ba66b - Browse repository at this point
Copy the full SHA 09ba66bView commit details -
Preventing status bar actions from overflowing (#232598)
stopping status bar actions from overflowing
Configuration menu - View commit details
-
Copy full SHA for 7a29a36 - Browse repository at this point
Copy the full SHA 7a29a36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10800de - Browse repository at this point
Copy the full SHA 10800deView commit details -
Adding custom hover on the editor hover actions to display the action…
… label on hover (#232600) adding custom hover on the editor hover actions
Configuration menu - View commit details
-
Copy full SHA for a3e0ece - Browse repository at this point
Copy the full SHA a3e0eceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a2ad22 - Browse repository at this point
Copy the full SHA 0a2ad22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 608fa03 - Browse repository at this point
Copy the full SHA 608fa03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b601b0 - Browse repository at this point
Copy the full SHA 4b601b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ed1f1d - Browse repository at this point
Copy the full SHA 2ed1f1dView commit details -
Optimize tree view such that cross process calls are batched (#232588)
* Optimize tree view such that cross process calls are batched Fixes #232263
Configuration menu - View commit details
-
Copy full SHA for 1613ddd - Browse repository at this point
Copy the full SHA 1613dddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c2f43d - Browse repository at this point
Copy the full SHA 2c2f43dView commit details -
Merge pull request #232489 from microsoft/tyriar/232487
Move timeline hovers to the side
Configuration menu - View commit details
-
Copy full SHA for deb10e8 - Browse repository at this point
Copy the full SHA deb10e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d04d50e - Browse repository at this point
Copy the full SHA d04d50eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9743c5 - Browse repository at this point
Copy the full SHA d9743c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11cacd5 - Browse repository at this point
Copy the full SHA 11cacd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c3bdf3 - Browse repository at this point
Copy the full SHA 3c3bdf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b41a60 - Browse repository at this point
Copy the full SHA 4b41a60View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbd39b9 - Browse repository at this point
Copy the full SHA bbd39b9View commit details -
Remove hideOnHover from terminal tabs call
This essentially didn't do anything as terminals almost always have hover actions
Configuration menu - View commit details
-
Copy full SHA for 7c63cf0 - Browse repository at this point
Copy the full SHA 7c63cf0View commit details -
Do not hide hover when color decorator clicked (#232616)
do not hide hover when color decorator clicked
Configuration menu - View commit details
-
Copy full SHA for 6b86fbe - Browse repository at this point
Copy the full SHA 6b86fbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 756f431 - Browse repository at this point
Copy the full SHA 756f431View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a144d3 - Browse repository at this point
Copy the full SHA 5a144d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b88015 - Browse repository at this point
Copy the full SHA 8b88015View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa3abe0 - Browse repository at this point
Copy the full SHA aa3abe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f43744 - Browse repository at this point
Copy the full SHA 2f43744View commit details -
Refactoring code relative to color-decorators (#232620)
* wip * fixing compilation errors
Configuration menu - View commit details
-
Copy full SHA for 4959dfe - Browse repository at this point
Copy the full SHA 4959dfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 497119e - Browse repository at this point
Copy the full SHA 497119eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48931d6 - Browse repository at this point
Copy the full SHA 48931d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e30352e - Browse repository at this point
Copy the full SHA e30352eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb3967f - Browse repository at this point
Copy the full SHA bb3967fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0228d5a - Browse repository at this point
Copy the full SHA 0228d5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2da57d - Browse repository at this point
Copy the full SHA a2da57dView commit details -
Configuration menu - View commit details
-
Copy full SHA for db1fb1b - Browse repository at this point
Copy the full SHA db1fb1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 497f224 - Browse repository at this point
Copy the full SHA 497f224View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08e5895 - Browse repository at this point
Copy the full SHA 08e5895View commit details -
Add
getActionBarActions
helpers (#232633)Follow up on #232546 This also simplifies calling of `createAndFillActionBarActions` similar to #232546. By far the most common use case is returning the actions instead of filling in an existing list This change lets us remove a lot of extra boilerplate code around calling this function
Configuration menu - View commit details
-
Copy full SHA for fffa5e0 - Browse repository at this point
Copy the full SHA fffa5e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55d98e3 - Browse repository at this point
Copy the full SHA 55d98e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 002c12c - Browse repository at this point
Copy the full SHA 002c12cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a563e80 - Browse repository at this point
Copy the full SHA a563e80View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae33fb2 - Browse repository at this point
Copy the full SHA ae33fb2View commit details -
Merge pull request #232636 from microsoft/andreamah/issue221370
See in Search Panel wording
Configuration menu - View commit details
-
Copy full SHA for 4145848 - Browse repository at this point
Copy the full SHA 4145848View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66b4cd7 - Browse repository at this point
Copy the full SHA 66b4cd7View commit details -
Merge pull request #232638 from microsoft/andreamah/issue227478
search APIs- deep links to interface fields do not resolve
Configuration menu - View commit details
-
Copy full SHA for 6491745 - Browse repository at this point
Copy the full SHA 6491745View commit details -
Enable model picker label to show ellipsis instead of overflowing (#2…
…32639) Fix #231369
Configuration menu - View commit details
-
Copy full SHA for f058e72 - Browse repository at this point
Copy the full SHA f058e72View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0ee8f2 - Browse repository at this point
Copy the full SHA c0ee8f2View commit details -
look for existing editor input (#232533)
* look for existing editor input * dont increase ref count on the model * guard against stale inputs in the cache
Configuration menu - View commit details
-
Copy full SHA for c711bc9 - Browse repository at this point
Copy the full SHA c711bc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c748162 - Browse repository at this point
Copy the full SHA c748162View commit details -
force app shutdown on background updated, if necessary (#231390)
* force app shutdown on background updated, if necessary * fix CloseApplications * use force anyway
Configuration menu - View commit details
-
Copy full SHA for 56246f3 - Browse repository at this point
Copy the full SHA 56246f3View commit details -
remove contrib issue reporter api (#232643)
remove contrib issue reporter
Configuration menu - View commit details
-
Copy full SHA for e37fecc - Browse repository at this point
Copy the full SHA e37feccView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6d41bc - Browse repository at this point
Copy the full SHA f6d41bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 304fcb2 - Browse repository at this point
Copy the full SHA 304fcb2View commit details -
Merge pull request #232493 from microsoft/tyriar/232424
Include new shell executables in traverseTree
Configuration menu - View commit details
-
Copy full SHA for 1d23fb8 - Browse repository at this point
Copy the full SHA 1d23fb8View commit details -
Merge pull request #232662 from microsoft/stuck-lungfish
remove 'very experimental' comment
Configuration menu - View commit details
-
Copy full SHA for 1b97a87 - Browse repository at this point
Copy the full SHA 1b97a87View commit details -
Remove code action contribution section (#232664)
This was never fully implemented and I'm not sure we're going to move forward with the static contribution proposal
Configuration menu - View commit details
-
Copy full SHA for 8875f03 - Browse repository at this point
Copy the full SHA 8875f03View commit details -
Try allowing custom commands to be sent to tsserver by extensions (#2…
…32663) For #218275 Limit this to commands that start with `_` which should indicate that it's a private command and prevent clashes with normal TS commands
Configuration menu - View commit details
-
Copy full SHA for d83223b - Browse repository at this point
Copy the full SHA d83223bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6324f5f - Browse repository at this point
Copy the full SHA 6324f5fView commit details -
Add stub lmTools proposal to prevent old extensions from installing i…
…n 1.95 (#232670)
Configuration menu - View commit details
-
Copy full SHA for c7fe065 - Browse repository at this point
Copy the full SHA c7fe065View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95779b7 - Browse repository at this point
Copy the full SHA 95779b7View commit details -
Improve Secret Storage docs a bit (#232672)
To call out that each platform will be different.
Configuration menu - View commit details
-
Copy full SHA for c264ebe - Browse repository at this point
Copy the full SHA c264ebeView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbbcdd4 - Browse repository at this point
Copy the full SHA fbbcdd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20a0266 - Browse repository at this point
Copy the full SHA 20a0266View commit details -
fix: add padding to chat editing list entries (#232674)
* fix: add padding to chat editing list entries * fix: center spinners vertically in chat editing response
Configuration menu - View commit details
-
Copy full SHA for a0653eb - Browse repository at this point
Copy the full SHA a0653ebView commit details -
Merge pull request #232676 from iisaduan/organizeImportsSettingsFix
fix typescript organizeImports settings
Configuration menu - View commit details
-
Copy full SHA for ea6e8e2 - Browse repository at this point
Copy the full SHA ea6e8e2View commit details -
Fix implicit context widget blinking (#232205)
Debounce onDidChangeModel microsoft/vscode-copilot#9479
Configuration menu - View commit details
-
Copy full SHA for 7dd56c4 - Browse repository at this point
Copy the full SHA 7dd56c4View commit details -
fix url length issue for github issues (#232680)
fix logged in github post req
Configuration menu - View commit details
-
Copy full SHA for 17b7ccc - Browse repository at this point
Copy the full SHA 17b7cccView commit details
Commits on Oct 31, 2024
-
fix: don't render attachment container in chat input for file entries…
… in chat editing widget (#232681)
Configuration menu - View commit details
-
Copy full SHA for 5333970 - Browse repository at this point
Copy the full SHA 5333970View commit details -
Fix position symbol icon in chat anchors (#232683)
Override value introduced in b6648af
Configuration menu - View commit details
-
Copy full SHA for 94cc631 - Browse repository at this point
Copy the full SHA 94cc631View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02a6d30 - Browse repository at this point
Copy the full SHA 02a6d30View commit details -
ContentHoverController refactoring (#232626)
* wip * fixing compilation errors * refactoring * fixing hover not showing
Configuration menu - View commit details
-
Copy full SHA for fb8d717 - Browse repository at this point
Copy the full SHA fb8d717View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38a3799 - Browse repository at this point
Copy the full SHA 38a3799View commit details -
Configuration menu - View commit details
-
Copy full SHA for bea51cd - Browse repository at this point
Copy the full SHA bea51cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54d1a4d - Browse repository at this point
Copy the full SHA 54d1a4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b62b416 - Browse repository at this point
Copy the full SHA b62b416View commit details -
Configuration menu - View commit details
-
Copy full SHA for 162f7fa - Browse repository at this point
Copy the full SHA 162f7faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31bd0e4 - Browse repository at this point
Copy the full SHA 31bd0e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca0d3cf - Browse repository at this point
Copy the full SHA ca0d3cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d8fabc - Browse repository at this point
Copy the full SHA 9d8fabcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77a3ae2 - Browse repository at this point
Copy the full SHA 77a3ae2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccd6c31 - Browse repository at this point
Copy the full SHA ccd6c31View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee2beb5 - Browse repository at this point
Copy the full SHA ee2beb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59fa9a7 - Browse repository at this point
Copy the full SHA 59fa9a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fd747a - Browse repository at this point
Copy the full SHA 7fd747aView commit details -
Rebase against the upstream 38a3799
vscode-upstream-sha1: 38a3799 rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
Configuration menu - View commit details
-
Copy full SHA for 64d2ad0 - Browse repository at this point
Copy the full SHA 64d2ad0View commit details -
chore: Remove unused imports after resolving conflicts
Signed-off-by: Roman Nikitenko <[email protected]> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
Configuration menu - View commit details
-
Copy full SHA for 1666542 - Browse repository at this point
Copy the full SHA 1666542View commit details -
chore: Adapt workbench config related logic to upstream changes
Signed-off-by: Roman Nikitenko <[email protected]> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
Configuration menu - View commit details
-
Copy full SHA for c02130f - Browse repository at this point
Copy the full SHA c02130fView commit details -
fix: interactive postinst script breaks install for non-interactive e…
…nvironments (#227837)
Configuration menu - View commit details
-
Copy full SHA for 49bf27e - Browse repository at this point
Copy the full SHA 49bf27eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 297bf7f - Browse repository at this point
Copy the full SHA 297bf7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78af45e - Browse repository at this point
Copy the full SHA 78af45eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1137cb5 - Browse repository at this point
Copy the full SHA 1137cb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for cecc517 - Browse repository at this point
Copy the full SHA cecc517View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0334df2 - Browse repository at this point
Copy the full SHA 0334df2View commit details -
Merge pull request #232738 from microsoft/tyriar/232656
Don't dismiss quick fix when it's used & improve lifecycle
Configuration menu - View commit details
-
Copy full SHA for 04d0859 - Browse repository at this point
Copy the full SHA 04d0859View commit details -
Configuration menu - View commit details
-
Copy full SHA for 931da88 - Browse repository at this point
Copy the full SHA 931da88View commit details -
fix code action race condition (#232690)
* revert promise wrapping * remove racetimeout * simple delay for showing code action progress * cleanup whitespace --------- Co-authored-by: Johannes <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e70618 - Browse repository at this point
Copy the full SHA 8e70618View commit details -
dont replace a cell for internal metadata change while the cell is ex…
…ecuting (#232678) * dont replace a cell for internal metadata change while the cell is executing * switch conditional * add arg
Configuration menu - View commit details
-
Copy full SHA for 0865c01 - Browse repository at this point
Copy the full SHA 0865c01View commit details -
Configuration menu - View commit details
-
Copy full SHA for b990a74 - Browse repository at this point
Copy the full SHA b990a74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4035be2 - Browse repository at this point
Copy the full SHA 4035be2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02565ff - Browse repository at this point
Copy the full SHA 02565ffView commit details -
Merge pull request #232614 from microsoft/tyriar/hover_fade
Add new IHoverService APIs and deprecate setupManagedHover
Configuration menu - View commit details
-
Copy full SHA for d8731a1 - Browse repository at this point
Copy the full SHA d8731a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56d7015 - Browse repository at this point
Copy the full SHA 56d7015View commit details -
Break up renderMarkdown a little (#232756)
Starts breaking up `renderMarkdown`
Configuration menu - View commit details
-
Copy full SHA for 19726f3 - Browse repository at this point
Copy the full SHA 19726f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e64fb06 - Browse repository at this point
Copy the full SHA e64fb06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b7ed6b - Browse repository at this point
Copy the full SHA 7b7ed6bView commit details -
allow extension info to be selectable in issue reporter (#232771)
allow this to be user selectable
Configuration menu - View commit details
-
Copy full SHA for 4520d91 - Browse repository at this point
Copy the full SHA 4520d91View commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bbf4ab6 - Browse repository at this point
Copy the full SHA bbf4ab6View commit details -
chore: Update lock file after resolving conflicts
Signed-off-by: Roman Nikitenko <[email protected]> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
Configuration menu - View commit details
-
Copy full SHA for e351c60 - Browse repository at this point
Copy the full SHA e351c60View commit details -
allow to resize inline chat zone (#232795)
* * make inline chat filter empty in-progress items * show ellipses progress on request * make inline zone animate its frame during request * allow to resize inline chat zone fixes microsoft/vscode#230784
Configuration menu - View commit details
-
Copy full SHA for 08dbf78 - Browse repository at this point
Copy the full SHA 08dbf78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d360c9 - Browse repository at this point
Copy the full SHA 2d360c9View commit details -
Copilot icon install flow > mention users have access to GH Copilot (fix
microsoft/vscode-copilot#10010) (#232809)
Configuration menu - View commit details
-
Copy full SHA for 997fd30 - Browse repository at this point
Copy the full SHA 997fd30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 702e6b8 - Browse repository at this point
Copy the full SHA 702e6b8View commit details -
allow wider width, fix an issue with dropped resized height (#232814)
* remove dead code * allow wider width, fix an issue with dropped resized height
Configuration menu - View commit details
-
Copy full SHA for 3ee667a - Browse repository at this point
Copy the full SHA 3ee667aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c5a3db - Browse repository at this point
Copy the full SHA 5c5a3dbView commit details -
Merge pull request #232818 from microsoft/tyriar/227752_241101
Fix eslint suppression in promptInputModel.test.ts
Configuration menu - View commit details
-
Copy full SHA for 3e223ac - Browse repository at this point
Copy the full SHA 3e223acView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea66710 - Browse repository at this point
Copy the full SHA ea66710View commit details -
focusedView == 'workbench.panel.chat.view.copilot'
is true even whe……n panel chat is not visible (fix #198293) (#232824)
Configuration menu - View commit details
-
Copy full SHA for 64b4d2e - Browse repository at this point
Copy the full SHA 64b4d2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 418b14a - Browse repository at this point
Copy the full SHA 418b14aView commit details -
Bring back hover target disposing
Regression from #232614 Fixes #232830
Configuration menu - View commit details
-
Copy full SHA for 4b91caa - Browse repository at this point
Copy the full SHA 4b91caaView commit details -
Merge pull request #232835 from microsoft/tyriar/232830
Bring back hover target disposing
Configuration menu - View commit details
-
Copy full SHA for 89bafb9 - Browse repository at this point
Copy the full SHA 89bafb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2568cf0 - Browse repository at this point
Copy the full SHA 2568cf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dd03f7 - Browse repository at this point
Copy the full SHA 0dd03f7View commit details -
Support wrapping for notebook multicursor (#232773)
* fix wrapping in textModel find + path multicursor * unnecessary do while * use isBefore * patch test
Configuration menu - View commit details
-
Copy full SHA for d9d07c4 - Browse repository at this point
Copy the full SHA d9d07c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fb6434 - Browse repository at this point
Copy the full SHA 4fb6434View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3447109 - Browse repository at this point
Copy the full SHA 3447109View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19fabc2 - Browse repository at this point
Copy the full SHA 19fabc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f66787f - Browse repository at this point
Copy the full SHA f66787fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0b8728 - Browse repository at this point
Copy the full SHA b0b8728View commit details -
fix: reset request failed context key for chat editing when session i…
…s cleared (#232848)
Configuration menu - View commit details
-
Copy full SHA for 4621927 - Browse repository at this point
Copy the full SHA 4621927View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1659770 - Browse repository at this point
Copy the full SHA 1659770View commit details -
Merge pull request #232847 from microsoft/tyriar/232846
Show source file when running recent terminal command
Configuration menu - View commit details
-
Copy full SHA for e4aff79 - Browse repository at this point
Copy the full SHA e4aff79View commit details -
perf - validate device ID after window open (#232823)
* perf - validate device ID after window open * Add telemetry event * Revert "Add telemetry event" This reverts commit 27cfece321509875de14ad096f177fe7ef34d200. --------- Co-authored-by: Logan Ramos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9834cf1 - Browse repository at this point
Copy the full SHA 9834cf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a664da - Browse repository at this point
Copy the full SHA 8a664daView commit details -
Merge pull request #232843 from microsoft/joh/pleasant-grouse
remove parameter/input backwards compat thing
Configuration menu - View commit details
-
Copy full SHA for 089625b - Browse repository at this point
Copy the full SHA 089625bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e515efc - Browse repository at this point
Copy the full SHA e515efcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f320b0d - Browse repository at this point
Copy the full SHA f320b0dView commit details -
Merge pull request #232852 from microsoft/tyriar/232757
Improve quoting in executeCommand API
Configuration menu - View commit details
-
Copy full SHA for 41a11c6 - Browse repository at this point
Copy the full SHA 41a11c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 797bb00 - Browse repository at this point
Copy the full SHA 797bb00View commit details -
Configuration menu - View commit details
-
Copy full SHA for c914444 - Browse repository at this point
Copy the full SHA c914444View commit details -
Configuration menu - View commit details
-
Copy full SHA for d645ca1 - Browse repository at this point
Copy the full SHA d645ca1View commit details
Commits on Nov 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6f2d478 - Browse repository at this point
Copy the full SHA 6f2d478View commit details
Commits on Nov 4, 2024
-
[Edit Context]: Introduce text area into which code is pasted (#232806)
introducing text area into the edit context to handle correctly the paste event
Configuration menu - View commit details
-
Copy full SHA for e22abe4 - Browse repository at this point
Copy the full SHA e22abe4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2db47a8 - Browse repository at this point
Copy the full SHA 2db47a8View commit details -
Allow cursor move during composition (#232955)
allow cursor move during composition
Configuration menu - View commit details
-
Copy full SHA for 608f586 - Browse repository at this point
Copy the full SHA 608f586View commit details -
chore: Use 20.16.0 version of Node.js
Signed-off-by: Roman Nikitenko <[email protected]> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
Configuration menu - View commit details
-
Copy full SHA for 3cd01ef - Browse repository at this point
Copy the full SHA 3cd01efView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba7383e - Browse repository at this point
Copy the full SHA ba7383eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9d4fc8 - Browse repository at this point
Copy the full SHA d9d4fc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5c34d7 - Browse repository at this point
Copy the full SHA d5c34d7View commit details -
Merge pull request #232740 from microsoft/tyriar/232656__232658
Put terminal quick fixes into the SI menu too
Configuration menu - View commit details
-
Copy full SHA for e37672f - Browse repository at this point
Copy the full SHA e37672fView commit details -
chore: Downgrade electron version
Signed-off-by: Roman Nikitenko <[email protected]> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
Configuration menu - View commit details
-
Copy full SHA for b63cdb1 - Browse repository at this point
Copy the full SHA b63cdb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2dc7fd - Browse repository at this point
Copy the full SHA b2dc7fdView commit details -
Merge pull request #232969 from microsoft/tyriar/test
Fix failing test on macOS
Configuration menu - View commit details
-
Copy full SHA for 231d373 - Browse repository at this point
Copy the full SHA 231d373View commit details -
Rebase against the upstream 231d373
vscode-upstream-sha1: 231d373 rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
Configuration menu - View commit details
-
Copy full SHA for 4690fee - Browse repository at this point
Copy the full SHA 4690feeView commit details
Commits on Nov 7, 2024
-
fix build: js-debug extension has another sha256 when it's downloaded…
… from the open-vsx.org Signed-off-by: Roman Nikitenko <[email protected]> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
Configuration menu - View commit details
-
Copy full SHA for 461c1f1 - Browse repository at this point
Copy the full SHA 461c1f1View commit details -
chore: Adapt che-port extension to upstream changes
Signed-off-by: Roman Nikitenko <[email protected]> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
Configuration menu - View commit details
-
Copy full SHA for 7abdc38 - Browse repository at this point
Copy the full SHA 7abdc38View commit details
Commits on Nov 8, 2024
-
fix build: downgrade typescript version
Signed-off-by: Roman Nikitenko <[email protected]> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
Configuration menu - View commit details
-
Copy full SHA for 511e4ca - Browse repository at this point
Copy the full SHA 511e4caView commit details