-
-
Notifications
You must be signed in to change notification settings - Fork 394
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
V3.2 #648
Conversation
…rking while compiling.
…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.
… More redeable settings json for testing.
…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.
…"Launch Test". Remove javascript files.
…ettier-2.0.0 Update tslint-plugin-prettier to the latest version 🚀
src/environmentPath.ts
Outdated
this.OsType = OsType.Linux; | ||
} else { | ||
this.PATH = process.env.VSCODE_PORTABLE; | ||
this.OsType = OsType.Linux; |
There was a problem hiding this comment.
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)
There was a problem hiding this comment.
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 😄
* Update issue templates * add webpack bundling for faster startup * no conflicts
Gist Object changed
No description provided.