Skip to content

Commit ea08876

Browse files
committed
Copy schema to extension files
1 parent d4fb0fa commit ea08876

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extensions/ql-vscode/gulpfile.ts/deploy.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ const packageFiles = [
1515
'snippets.json',
1616
'media',
1717
'node_modules',
18-
'out'
18+
'out',
19+
'workspace-databases-schema.json'
1920
];
2021

2122
async function copyPackage(sourcePath: string, destPath: string): Promise<void> {

0 commit comments

Comments
 (0)