You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, @riknoll and @jwunderl
I met a issue:
Simulator nolonger updated according to modified codes, after “Build Project for Hardware”
Reproduce:
open any project with Makecode extension for VS, click “Build Project for Hardware”, then choose whatever a HW.
Modify source code, then project re-build automatically.
Project in simuator still previous edtion before, and no longer update unless close/reopen VSCode.
Simulator always load binary.js from build/binary.js
But “Build Project for Hardware” updated BuildOption, then redirected path to build/HW/binary.js. And “Build Project” compiled for that HW only after that, and then only build/HW/binary.js be updated.
The text was updated successfully, but these errors were encountered:
Hi, @riknoll and @jwunderl
I met a issue:
Simulator nolonger updated according to modified codes, after “Build Project for Hardware”
Reproduce:
open any project with Makecode extension for VS, click “Build Project for Hardware”, then choose whatever a HW.
Modify source code, then project re-build automatically.
Project in simuator still previous edtion before, and no longer update unless close/reopen VSCode.
Browsed source, looks like:
vscode-makecode/src/web/extension.ts
Line 361 in a479713
The text was updated successfully, but these errors were encountered: