Open onlurking opened 2 years ago
Currently, the P42 panel in VS Code shows the following message when opening Svelte files:
The content type of 'File.svelte' is unsupported.
Implementing support for Javascript inside <script> tags inside Svelte components would be really nice.
<script>
Thanks @onlurking - this is a great suggestion!
Currently, the P42 panel in VS Code shows the following message when opening Svelte files:
Implementing support for Javascript inside
<script>
tags inside Svelte components would be really nice.