-
Notifications
You must be signed in to change notification settings - Fork 33
Fix: dirs.js and gulpfile.extensions.js patching errors #114
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
Conversation
| const fs = require('fs'); | ||
|
|
||
| // Complete list of directories where yarn should be executed to install node modules | ||
| const dirs = [ |
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.
Whats with these spacing issues? Ideally we shld have only added a line in this file?
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.
The spacing is the same. It comes up in the diff for all lines but the removed and added changes are equivalent.
| @@ -1,3879 +1,2 @@ | |||
| # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | |||
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.
Why are we removing this now?
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.
The lockfile is generated during build itself. Referred to PRs for other extensions as well, the lockfile seems to be empty in all such cases
7f2020c to
a4ac027
Compare
bharathGuntamadugu
left a comment
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.
There seems to be some spacing issues that we can fix if this arise as a problem.
| 'extensions/sagemaker-terminal-crash-mitigation', | ||
| 'extensions/sagemaker-open-notebook-extension', | ||
| 'extensions/sagemaker-ui-dark-theme', | ||
| + 'extensions/post-startup-notifications', |
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.
Spacing issue.
| 'extensions/sagemaker-terminal-crash-mitigation/tsconfig.json', | ||
| 'extensions/sagemaker-open-notebook-extension/tsconfig.json', | ||
| 'extensions/sagemaker-ui-dark-theme/tsconfig.json', | ||
| + 'extensions/post-startup-notifications/tsconfig.json', |
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.
Spacing issue.
Fix: dirs.js and gulpfile.extensions.js patching errors
Issue #, if available:
Description of changes:
Fixed errors due to patching issues with dirs.js and gulpfile.extensions.js files in post-startup-notifications.patch
Verified changes (Screenshot attached below):

Updates:
Fixed spacing issues with extension files. Added yarn.lock contents to patch and patched-vscode.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.