Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

addMissingImports not work #3662

Closed
runminlook opened this issue Oct 14, 2023 · 2 comments
Closed

addMissingImports not work #3662

runminlook opened this issue Oct 14, 2023 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@runminlook
Copy link

settings.json

  "[vue]": {
    "editor.formatOnSave": true,
    "editor.defaultFormatter": "Vue.volar",
    "editor.codeActionsOnSave": [
      "source.addMissingImports",
      "source.organizeImports"
    ]
  },

Foo.vue
When save this file, addMissingImports not work.

<template>
<Bar></Bar>
</template>
<script setup lang="ts">
</script>

Bar.vue

<template>
<h1>Bar</h1>
</template>
@so1ve so1ve added the question Further information is requested label Oct 15, 2023
@so1ve
Copy link
Member

so1ve commented Oct 15, 2023

#3663 (comment)

@so1ve so1ve closed this as completed Oct 15, 2023
@so1ve so1ve removed the question Further information is requested label Oct 15, 2023
@so1ve
Copy link
Member

so1ve commented Oct 15, 2023

Duplicate of #2490

@so1ve so1ve marked this as a duplicate of #2490 Oct 15, 2023
@so1ve so1ve closed this as not planned Won't fix, can't repro, duplicate, stale Oct 15, 2023
@so1ve so1ve added the duplicate This issue or pull request already exists label Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants