diff --git a/.gitignore b/.gitignore index d3c8300..96119de 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ dist .vscode output tasks.yml +!tasks.yml.sample diff --git a/tasks.yml.sample b/tasks.yml.sample index b3cb111..c4e2d82 100644 --- a/tasks.yml.sample +++ b/tasks.yml.sample @@ -2,6 +2,7 @@ tasks: visit: channelName: "update_vt_visit" + debounceWait: 30000 sql: "SELECT id, title, location FROM images" vtParams: - "-zg" @@ -10,6 +11,7 @@ tasks: contribute: channelName: "update_vt_contribute" + debounceWait: 30000 sql: "SELECT id, location FROM images" vtParams: - "-zg"