Skip to content

Instantly share code, notes, and snippets.

@ushironoko
Last active June 11, 2020 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ushironoko/c577c0cbe0a485e5a3c5a104186ae779 to your computer and use it in GitHub Desktop.
Save ushironoko/c577c0cbe0a485e5a3c5a104186ae779 to your computer and use it in GitHub Desktop.
toggle vetur.experimental.templateInterpolationService Settings
// add extention "Toggle" https://marketplace.visualstudio.com/items?itemName=rebornix.toggle
[
{
"key": "alt+cmd+v",
"command": "toggle",
"when": "editorTextFocus",
"args": {
"id": "vetur",
"value": [
{
"vetur.experimental.templateInterpolationService": true
},
{
"vetur.experimental.templateInterpolationService": false
}
]
}
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment