aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorDarius Jahandarie <djahandarie@gmail.com>2023-11-10 08:53:18 +0900
committerGitHub <noreply@github.com>2023-11-10 08:53:18 +0900
commit2cd7b14333a727418584d95c71ee6cb10b9a4197 (patch)
tree839f379feabe210433278974a975297cec46a97e /.vscode/settings.json
parentc25e4c959e226174ff286ab7523eabcc55496bbb (diff)
parent41cff833abdfc4f8ca9b8d426c1b382891fcf934 (diff)
Merge pull request #311 from jbukl/pw-esm-fix
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 2480961b..aa57bde2 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -6,8 +6,5 @@
"source.fixAll.eslint": true,
},
"eslint.format.enable": true,
- "playwright.env": {
- "PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS": 1
- },
"javascript.preferences.importModuleSpecifierEnding": "js",
}