Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Peet <connor@peet.io>2021-04-16 01:26:51 +0300
committerConnor Peet <connor@peet.io>2021-04-17 02:40:01 +0300
commitbb3ea733defa9923285f02c6e19aa63278288e32 (patch)
tree1e80c6b856f1ead341d186a613744fe7584785de /.vscode/settings.json
parentbec017d389c8a24ad7ed7115eaf30959a8f9076f (diff)
testing: rework running side to new apis
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 7eede8c30a9..a97841683c0 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -86,5 +86,5 @@
},
"typescript.tsc.autoDetect": "off",
"notebook.experimental.useMarkdownRenderer": true,
- "testing.autoRun.mode": "onlyPreviouslyRun",
+ "testing.autoRun.mode": "rerun",
}