diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-11-02 13:09:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-02 13:09:40 +0000 |
commit | caccc2feb6fdfd271e89b3f0a9a3f9c1cf5ff012 (patch) | |
tree | 0397ee020cddc4cec060a04dfcddc0ae45d07a87 /.vscode | |
parent | 092d1beac6c1af8eae8615d541434513e875b4a5 (diff) | |
parent | 193437fed0f4ee756fd62902947afce54f54dfe6 (diff) |
Merge pull request #299 from jbukl/pw-search-anki
search.html clipboard monitor, Anki add note Playwright tests
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 5 |
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 + } } |