Skip to content

Commit

Permalink
Fix paths to snippets
Browse files Browse the repository at this point in the history
Signed-off-by: Liam Barry Allan <[email protected]>
  • Loading branch information
worksofliam committed Jul 23, 2022
1 parent 961e059 commit b2a7cad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"snippets": [
{
"language": "sql",
"path": "./src/language/snippets/scalars.code-snippets"
"path": "src/language/snippets/scalars.code-snippets"
},
{
"language": "sql",
"path": "./src/language/snippets/variables.code-snippets"
"path": "src/language/snippets/variables.code-snippets"
},
{
"language": "sql",
"path": "./src/language/snippets/aggregates.code-snippets"
"path": "src/language/snippets/aggregates.code-snippets"
}
],
"configuration": {
Expand Down

0 comments on commit b2a7cad

Please sign in to comment.