We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f005591 commit 2c5b672Copy full SHA for 2c5b672
1 file changed
extensions/ql-vscode/_gulpfile.ts/index.ts
@@ -0,0 +1,7 @@
1
+const task = (done: any) => {
2
+ console.log('Hello world!');
3
+ done();
4
+};
5
+
6
7
+export default task;
0 commit comments