Skip to content

Conversation

@jeanp413
Copy link
Contributor

Fixes #221580

Comment on lines -146 to -151
private readonly _onDidRequestFocus = this._register(new Emitter<void>());
readonly onDidRequestFocus = this._onDidRequestFocus.event;
private readonly _onDidRequestSendText = this._register(new Emitter<string>());
readonly onDidRequestSendText = this._onDidRequestSendText.event;
private readonly _onDidRequestFreePort = this._register(new Emitter<string>());
readonly onDidRequestFreePort = this._onDidRequestFreePort.event;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cleanup 🧹

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, is this PR going to be released in the next VSCode release?

@Tyriar Tyriar added this to the September 2024 milestone Sep 2, 2024
Copy link
Member

@Tyriar Tyriar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a bunch!

@Tyriar Tyriar merged commit 035f8ce into microsoft:main Sep 20, 2024
@jeanp413 jeanp413 deleted the fix-221580 branch September 20, 2024 18:33
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Nov 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

4 participants