diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2022-10-22 15:40:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-22 15:40:13 +0200 |
commit | 171df31196dc54b662ef7967d5b3d5ae3fc2eefc (patch) | |
tree | 1bb317c3b51de1b7549cdb5c1c598f2a50a5b517 /.vscode/settings.json | |
parent | b35c907cde030f4ce4ee9162d016ba93f05d94ff (diff) |
feat(CORE/bash): implemented acore dashboard for Windows (#13476)
+ implemented acore dashboard for windows
+ integrated acore dashboard for windows in our pipeline
+ implemented dry run for windows build
+ fixed permissions issue for all the operating systems
+ code clean
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index a4f105dd26..d3250c271d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -113,7 +113,8 @@ "xtr1common": "cpp", "xtree": "cpp", "xutility": "cpp", - "*.ipp": "cpp" + "*.ipp": "cpp", + "resumable": "cpp" }, "deno.enable": true, "deno.path": "deps/deno/bin/deno", |