diff --git a/extensions/ql-vscode/gulpfile.ts/deploy.ts b/extensions/ql-vscode/gulpfile.ts/deploy.ts index 97491eb93..f713fdc88 100644 --- a/extensions/ql-vscode/gulpfile.ts/deploy.ts +++ b/extensions/ql-vscode/gulpfile.ts/deploy.ts @@ -15,7 +15,8 @@ const packageFiles = [ 'snippets.json', 'media', 'node_modules', - 'out' + 'out', + 'workspace-databases-schema.json' ]; async function copyPackage(sourcePath: string, destPath: string): Promise {