The new azure developer cli template (todo-csharp-sql-swa-func), doesn't seem to rebuild when making changes to tsx files. Is my assumption correct that the typescript files are supposed to compile upon saving and then propagate to the localhost server and then refresh in the browser? #2492
Replies: 2 comments
-
Hey @jalmarez - are you running one of the tasks from the launch.json in VS Code (e.g. "Start Web") or |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am using the Start Web task but making any changes to a tsx page, layout
or component does not reflect in the browser unless I stop the process and
restart the Start Web task. I’m using the Dev Container approach on windows
through docker.
…On Mon, Jul 10, 2023 at 12:08 PM Savannah Ostrowski < ***@***.***> wrote:
Hey @jalmarez <https://github.com/jalmarez> - are you running one of the
tasks from the launch.json in VS Code (e.g. "Start Web") or npm run start?
That should work as you describe. You'd just need to refresh the page to
see changes.
—
Reply to this email directly, view it on GitHub
<#2492 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEW7KD262EMVJE2IEWT4UVDXPQSITANCNFSM6AAAAAA2DP3QWM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The new azure developer cli template (todo-csharp-sql-swa-func), doesn't seem to rebuild when making changes to tsx files. Is my assumption correct that the typescript files are supposed to compile upon saving and then propagate to the localhost server and then refresh in the browser?
Beta Was this translation helpful? Give feedback.
All reactions