Conversation
Also reverts to use experimental decorators due to stage 3 decorators not being supported yet microsoft/typescript-go#2354 The skipLib check is needed to work around some jsdom types issues
Since ebaa450 the following sequence can happen: 0. User triggers and then closes UI for a new background session 1. An agent makes edits to files in a background chat session 2. The files are modified in the session, and then kept automatically 3. The untitled chat completes. Because there is now no active UI and newly no modified files in the session (so the self-refs in ChatModel constructor/startEditingSession are not being maintained) the session is disposed. 4. Migration from the untitled->titled session happens. However as the session is now disposed, when the edit session is transferred, the text models used to drive the edit session is gone and the migration fails. 5. This leaves the world in a torn state and causes #292174. Fix was to address the underlying issue and hold a reference to the untitled session while the migration happened to avoid transferring disposed model.
Weird destructing artifact from js -> ts rewrite was messing up references
* fix: rename product executable name on macOS * chore: update test/automation/src/electron.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: update test/automation/src/electron.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: rename in additional places * chore: rename in code-perf.js * chore: create symlink for backwards compatibility --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Fix double hover
sessions: prevent transferring a disposed editing session
Use ts-go for building our extensions
* fix uninstalling deprecated extensions in all profiles * fix tests
Switch to standard import in build file
* Fix quick chat layout Fix #292545 * Simplify
* Update status bar item with hovers * PR feedback, revert test change * Added setting to control update status bar visibility * Rename 'onAction' to 'actionable' for update status bar setting * Bug fixes * Fix flaky tests
Overlooked that these aren't generated anymore
Fix source maps for extensions after tsgo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )