Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Fixes associated with chrome launch tests #438

Merged
merged 4 commits into from
May 9, 2019
Merged

Fixes associated with chrome launch tests #438

merged 4 commits into from
May 9, 2019

Conversation

EricCornelson
Copy link
Contributor

@EricCornelson EricCornelson commented May 3, 2019

Added code to handle attach requests in ConnectingCDA, and updated vscode-nls-dev to fix windows path separator bug (this was breaking localization and causing the "messages not found" error).

Copy link
Member

@roblourens roblourens left a comment

Choose a reason for hiding this comment

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

LGTM but there are merge conflicts now (probably not real conflicts)

logger.verbose('[ConnectingCDA]: Attaching to an existing instance of debugee...');
const attachArgs = <IAttachRequestArgs>this._configuration.args;
await this._chromeConnection.attach(attachArgs.address, attachArgs.port, attachArgs.url, attachArgs.timeout, attachArgs.extraCRDPChannelPort);
}
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd add an else case and throw an exception or something if it's neither Launch or Attach (which should be impossible, yet I've seen impossible things happening in software before...)

@roblourens roblourens merged commit 5ad7f77 into microsoft:v2 May 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants