Skip to content
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

Fixed: VisualStudioCode hangs when executing Sync on iOS action #1993

Merged
merged 1 commit into from
Aug 11, 2016

Conversation

tzraikov
Copy link
Contributor

No description provided.

@enchev
Copy link
Contributor

enchev commented Aug 11, 2016

👍

@@ -21,6 +21,8 @@
return (() => {
let projectData: IProjectData = this.$injector.resolve("projectData");

this.$logger.info(`Successfully synced application ${deviceAppData.appIdentifier} on device ${deviceAppData.device.deviceInfo.identifier}.`);
Copy link
Contributor

Choose a reason for hiding this comment

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

This message is repeated in the platform-livesync-service-base, so I vote for moving both messages into the livesync-service. This way the chance to change/delete it would be lower.
Also it would be nice to add a comment why this message is so important

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good suggestion. I had some issues doing this in the current implementation of the livesync service. That is why I will do this in another commit.

@tzraikov tzraikov merged commit 3295421 into master Aug 11, 2016
@tzraikov tzraikov deleted the raikov/fix-vscode-debug-livesync branch August 11, 2016 13:55
tzraikov added a commit that referenced this pull request Aug 11, 2016
…vesync

Fixed: VisualStudioCode hangs when executing Sync on iOS action
@tzraikov tzraikov added this to the 2.2.1 milestone Aug 12, 2016
@SvetoslavTsenov SvetoslavTsenov self-assigned this Aug 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants