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:
authorRob Lourens <roblourens@gmail.com>2022-02-10 20:46:23 +0300
committerRob Lourens <roblourens@gmail.com>2022-02-10 21:50:19 +0300
commit2be84d7df06f35e800bee5bd20eac0f846a2cc09 (patch)
tree4e08063309248473ff59289538c90257310a4eeb /.vscode/launch.json
parent7fc305b38a0d33f9619d826dad8e3eeaac6c749b (diff)
Hide focus indicator while dragging cell
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 84affe5f920..510b1950ee0 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -223,6 +223,7 @@
},
"cleanUp": "wholeBrowser",
"urlFilter": "*workbench.html*",
+ "trace": true,
"runtimeArgs": [
"--inspect=5875",
"--no-cached-data",