-
Notifications
You must be signed in to change notification settings - Fork 463
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
Upgrade all packages to the newest #1475
Conversation
635ab56
to
bbc645f
Compare
d54db6d
to
318e2f9
Compare
Adjust webpack mainFields: to ['main', 'module'] for supporting newest json5. Upgrade webpack to newest by using env variable BUILD_VSCODE_NLS instead unknown command line parameter `--vscode-nls` Signed-off-by: Yonggang Luo <[email protected]>
@lygstate, we are catching up with PRs now. This PR looks good but since it's not a small one and also I am not familiar with some of the infrastructure areas I would like to clone and test it locally. I see source code changes besides the version upgrades that are mentioned in the title. I understand the gnu/c 18 to 17 standard names. What about the others? Are there opened reports that would be fixed by this? If not, help us with some repro steps to exercise the changes done here. |
main issues comes from webpack/mocha/vscode-cpptools, we may upgrade one by one |
No, it's ok, I'll merge this in and do more testing after the fact. If you have time, it would help if you apply the vsix that will be automatically built for this merge and do some testing on your side as well. |
I've already test locally, didn't found issue yet:) I am using it daily life |
Wonderful, thank you. |
Adjust webpack mainFields: to ['main', 'module'] for supporting newest json5.
Upgrade webpack to newest by using env variable BUILD_VSCODE_NLS instead unknown command line parameter
--vscode-nls
After this patch, the cmake-tools installer size are srhink a lot,
from 4MB -> 1MB