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>2020-11-10 03:15:17 +0300
committerConnor Peet <connor@peet.io>2020-11-10 03:15:29 +0300
commitdf7fdd65154f66632ad5473b539238f62a6ee363 (patch)
tree91892fbd57a19c0ea39e2e06ae2728e25e8b284c /.vscode/launch.json
parente300dfcdd251983c03e7defe07de26a5ea4fd3d6 (diff)
search: fix freezing ui on long lines
Fixes https://github.com/microsoft/vscode/issues/109902
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 646b99c7943..a83c164f3c2 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -41,10 +41,7 @@
"port": 5876,
"outFiles": [
"${workspaceFolder}/out/**/*.js"
- ],
- "presentation": {
- "hidden": true,
- }
+ ]
},
{
"type": "node",