Archived
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