-
Notifications
You must be signed in to change notification settings - Fork 153
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
Initial implementation of postMessages #469
Conversation
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.
Thanks for the great work, few minor suggestions
30557b6
to
2d08e03
Compare
I have noticed using postMessages the host {
"$mid":1,
"fsPath":"/home/user/repo/readme.txt",
"path":"/home/user/repo/readme.txt",
"scheme":"file"
} into browser {
"$mid":1,
"authority":"ssh-remote+<hash>",
"path":"/home/user/repo/readme.txt",
"scheme":"vscode-remote"
} when using it remotely which causes an error while comparing the file against workspace or previous version in the next step due to the missing fsPath |
Thanks for the PR, however in the future please could we try to limit changes to one thing. E.g. if looking at this PR next time to figure out changes that may have broken something, it's very difficult to review done other unrelated changes as well. |
I fully agree. I'll try my best to divide them properly next time |
* removing gulp while running tslint --fix while committing * use object instead of any for IPostMessage * replaced tslint ans tsfmt with eslint and prettier * added some exceptional rules in eslintrc * eslint --fix incl. prettier on src/ * Resolved unit test issues by properly using tabs as expected * slightly corrected launch.json * Use git extension api to fetch refs and remove RefParser * removed old codecoverage from .travis.yml * set the webpack maxAssetSize and maxEntrypointSize to 700kb * no sourcemap for production * use nodejs v10 in .travis
29ade06
to
83c9ca1
Compare
* Updated packages incl. typescript, react, redux, etc.. * Fixes all related issues due to the package updates * Webpack improvements (#474)
Due to the change of webpack Luckily this seem to be the only left place where __dirname is used |
I trust the changes are ok. Will test tonight |
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.
Apart from the misaligned icons, all good.
We can fix that separately (before we ship) if u want.
#451