-
Notifications
You must be signed in to change notification settings - Fork 104
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
Build/debug improvements #1135
Build/debug improvements #1135
Conversation
For faster builds 🔥
@sebjulliand Curious as I am I saw your change and wanted to try it out - but after running Am I doing something wrong? |
I'm on Windows 64-bit and not on Mac - could that be the problem? |
Thanks for giving it a try @chrjorgensen ! Can you check what you have under the |
@sebjulliand Not sure what happened but now it works...? I did nothing except for checking out another PR, checkout master and checkout this PR and |
This is incredibly fast now to start the extension debug!! Wow! |
That's great, i'm glad it's working for you now! What I like with having the debug in watch mode is that you don't need to restart the debug after making modifications. Hitting |
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.
Issue with tasks.json
.
Darn, I didn't face that issue. I'll have a look asap. In the meantime ,
can you try running 'git clean -xdf' to wipe everything and then start from
scratch with 'npm i' and retry debugging ?
Le dim. 19 mars 2023, 00:37, barry ***@***.***> a écrit :
… ***@***.**** requested changes on this pull request.
Issue with tasks.json.
—
Reply to this email directly, view it on GitHub
<#1135 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACUVGOUQXWHHWMHC76XTEHLW4ZBMVANCNFSM6AAAAAAV25PLWQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@sebjulliand Looks like installing this extension fixed it for me: Perhaps this PR should also add it to the |
The watch tasks uses the ts-webpack-watch problem matcher. The "amodio.tsl-problem-matcher" provides that problem matcher.
Good point @worksofliam ! |
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.
Will merge after some other important PRs I think.
Changes
ts-loader
byesbuild-loader
for faster build times (went from 3 seconds to 700 milliseconds here)webpack-dev
as the prelaunch task when starting debug for a more convenient debugging experienceChecklist