Skip to content

Vscode Style Snippets #59

Discussion options

You must be logged in to vote

Got it figured out.

{
  "name": "quasar",
  "version": "1.0.0",
  "description": "Quasar Code Snippets",
  "contributes": {
    "snippets": [
      {
        "language": "javascript",
        "path": "./quasar.json"
      },
      {
        "language": "typescript",
        "path": "./quasar.json"
      },
      {
        "language": "vue",
        "path": "./quasar.json"
      },
      {
        "language": "css",
        "path": "./quasar.json"
      },
      {
        "language": "scss",
        "path": "./quasar.json"
      },
      {
        "language": "sass",
        "path": "./quasar.json"
      },
      {
        "language": "html",
        "path": "./quasar.json"
      },
      …

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Paracelsus-Rose
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants