nuxtrdev / nuxtr-vscode

An extension offering commands and tools to make your experience with Nuxt more pleasant.
https://marketplace.visualstudio.com/items?itemName=Nuxtr.nuxtr-vscode
328 stars 14 forks source link

[Bug]: add new page #88

Closed ilovedingle closed 10 months ago

ilovedingle commented 10 months ago

Environment

What went wrong?

When i choose to use the script tag as first element, i get a new page file like this:

<script lang="ts" setup>

</script>
<template>
  <div>

  </div>
</template>

<style lang="scss" scoped>

</style>

as you can see there is not a new line after the script tag and there are 2 after the template tag

How to reproduce it?

create a new page file when you have set the script tag as first element and the template tag as second

adhamfarrag commented 10 months ago

Hi @ilovedingle, Version 0.2.10 should include fix for this bug. Please, update.

ilovedingle commented 9 months ago

What should i have to update, this is my first bug report, so i don't know

adhamfarrag commented 9 months ago

@ilovedingle Please update Nuxtr in your VSCode to latest version. :)

ilovedingle commented 9 months ago

ok, thanks