Add a VS Code task to run sync-files.py

If you're developing one of the libraries that has muiltiple copies auto-generated by `sync-files.py`, you can now run `sync-files.py --latest` by going to the `Terminal | Run Task...` menu in VS Code and selecting the `Sync Identical Files` task. You can set a keyboard binding to run this task for quicker access.
This commit is contained in:
Dave
2020-04-23 16:58:34 -04:00
parent 1d6b6a48ae
commit 95b55f86ba
2 changed files with 23 additions and 1 deletions

1
.gitignore vendored
View File

@@ -21,4 +21,3 @@
/codeql/
csharp/extractor/Semmle.Extraction.CSharp.Driver/Properties/launchSettings.json
.vscode