aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorjbukl <noreply@github.com>2023-10-31 22:06:14 -0400
committerjbukl <noreply@github.com>2023-11-01 22:56:56 -0400
commit5c45643772e6669dc9945c038ebf06c634b19b25 (patch)
treea98578de6eff76bd68b9539d9a84756103baa36e /.vscode/settings.json
parentd3c916b8f742ad62e98f65e18d0dcb8a96235828 (diff)
search, anki playwright tests
prep tests for cicd reorganize exports in playwright utils
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index d3738141..9318d9f6 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -3,5 +3,8 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
- "eslint.format.enable": true
+ "eslint.format.enable": true,
+ "playwright.env": {
+ "PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS": 1
+ }
}