Skip to content

Commit 9a0e8d4

Browse files
committed
Fix bug with snippets not being read
Signed-off-by: Liam Allan <[email protected]>
1 parent c9d2149 commit 9a0e8d4

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
"snippets": [
3737
{
3838
"language": "sql",
39-
"path": "src/language/snippets/scalars.code-snippets"
39+
"path": "snippets/scalars.code-snippets"
4040
},
4141
{
4242
"language": "sql",
43-
"path": "src/language/snippets/variables.code-snippets"
43+
"path": "snippets/variables.code-snippets"
4444
},
4545
{
4646
"language": "sql",
47-
"path": "src/language/snippets/aggregates.code-snippets"
47+
"path": "snippets/aggregates.code-snippets"
4848
}
4949
],
5050
"configuration": {

0 commit comments

Comments
 (0)