summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2022-10-22 15:40:13 +0200
committerGitHub <noreply@github.com>2022-10-22 15:40:13 +0200
commit171df31196dc54b662ef7967d5b3d5ae3fc2eefc (patch)
tree1bb317c3b51de1b7549cdb5c1c598f2a50a5b517 /.vscode
parentb35c907cde030f4ce4ee9162d016ba93f05d94ff (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')
-rw-r--r--.vscode/settings.json3
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",