microsoft / vscode-custom-data

Documentation and sample for using VS Code custom data format
MIT License
188 stars 73 forks source link

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

Closed 643104191 closed 10 months ago

643104191 commented 1 year ago

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 commented 10 months ago

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