mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 17:24:01 -05:00
Update sqlservices example for new webview messages API (#1569)
This commit is contained in:
@@ -34,3 +34,7 @@ let buildPackage = function(packageName) {
|
||||
console.log(command);
|
||||
return exec(command);
|
||||
};
|
||||
|
||||
gulp.task('package', async () => {
|
||||
await buildPackage('out/sqlservices.vsix');
|
||||
});
|
||||
Reference in New Issue
Block a user