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

the html.customData configuration does not work in vue files. #77

Closed
Tracked by #91
643104191 opened this issue May 6, 2023 · 1 comment
Closed
Tracked by #91

the html.customData configuration does not work in vue files. #77

643104191 opened this issue May 6, 2023 · 1 comment

Comments

@643104191
Copy link

workspace setting.json

{
  "html.customData": ["./.vscode/data-token.json"]
}

data-token.json

{
  "version": 1.1,
  "globalAttributes": [
    {
      "name": "data-token",
      "description": "def token for submit"
    }
  ]
}

It works well in html files.

image

But it does not work in vue files.

image

Do I need other configurations to make html.customData configuration work in vue files?

@aeschli
Copy link
Contributor

aeschli commented Aug 29, 2023

You need to file a issue against the vue extension that you use...

@aeschli aeschli closed this as completed Aug 29, 2023
@Lokhillo Lokhillo mentioned this issue Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants