Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Support embedded JavaScript in HTML <script> tag #12

Open
ghost opened this issue Sep 22, 2016 · 3 comments
Open

Support embedded JavaScript in HTML <script> tag #12

ghost opened this issue Sep 22, 2016 · 3 comments

Comments

@ghost
Copy link

ghost commented Sep 22, 2016

I have an html page with embedded javascript in a script tag. Can I debug this with the extension also?

@auchenberg
Copy link
Contributor

At this point in time none of our VS Code JavaScript debuggers supports inline JS.

@auchenberg auchenberg changed the title Embedded JavaScript Support embedded JavaScript in HTML <script> tag Sep 22, 2016
@ghost
Copy link
Author

ghost commented Sep 23, 2016

:( What would be a possible workaround?`Separating the js?

@auchenberg
Copy link
Contributor

Yes, it would be to put the script it's own .js file and include it. It needs to be a file you can open independently in your editor.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant