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:
authordeepak1556 <hop2deep@gmail.com>2021-10-01 18:36:24 +0300
committerdeepak1556 <hop2deep@gmail.com>2021-10-01 18:37:51 +0300
commita9a598351ea8500754b35cacd937dd1ab429dee6 (patch)
treecc9967f3ee112cea3c3d583480bdf03ac2d7bfc6 /.vscode/launch.json
parentc9e8266ee24f34107ff52d836a4e8f533afb93c5 (diff)
chore: bump electron@13.5.1
Fixes https://github.com/microsoft/vscode/issues/134244 Fixes https://github.com/microsoft/vscode/issues/122225
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 7524c58bdc4..6c5dda1ce3d 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -226,8 +226,6 @@
"runtimeArgs": [
"--inspect=5875",
"--no-cached-data",
- // for breakpoint freeze: https://github.com/microsoft/vscode/issues/122225#issuecomment-885377304
- "--js-flags=\"--regexp_interpret_all\"",
// for general runtime freezes: https://github.com/microsoft/vscode/issues/127861#issuecomment-904144910
"--disable-features=CalculateNativeWinOcclusion",
],