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

V3.2 #648

Merged
merged 47 commits into from
Oct 17, 2018
Merged

V3.2 #648

merged 47 commits into from
Oct 17, 2018

Conversation

shanalikhan
Copy link
Owner

No description provided.

@shanalikhan shanalikhan added this to the v3.2 milestone Sep 18, 2018
@shanalikhan shanalikhan self-assigned this Sep 18, 2018
stripedpajamas and others added 25 commits September 19, 2018 19:11
…sync pragmas. Should it support multiple spaces? Replacing settings.json content before writing file. Should be better removing lines instead of add comments? Replacing settings.json before upload to remove @sync ignore pragms.
…n every orther. Remove whitespaces before upload. Alert user if OS value is not a valid OS.
… Only insert comments if it doesn't match with matchine os or host or env. Uncomment line before write if it matched.
…ted. Get OS from OsType enum. Remove os.hostName()
…commas are removed. Must check this. If not valid OS is detected inform user. Added function to remove comments from text.
this.OsType = OsType.Linux;
} else {
this.PATH = process.env.VSCODE_PORTABLE;
this.OsType = OsType.Linux;

Choose a reason for hiding this comment

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

should this be OsType.Windows ? (Just browsing the code)

Copy link
Owner Author

Choose a reason for hiding this comment

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

Very nice, Yes!
I will fix it.

Feel free to correct / improve where required.
As this update is huge and although i have tested well - i still expect issues 😄

@shanalikhan shanalikhan merged commit 3fdbd57 into master Oct 17, 2018
@shanalikhan shanalikhan deleted the v3.2 branch October 26, 2018 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants