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:
authorJoão Moreno <joao.moreno@microsoft.com>2021-11-08 15:58:29 +0300
committerJoão Moreno <joao.moreno@microsoft.com>2021-11-08 15:58:29 +0300
commit5ce44b2e0160900bd6c1680a557c98df38f4da60 (patch)
treeb5ed8f1b7622f5115b0645d4073af9ff5c4cc375 /.vscode/settings.json
parent2c4eb0298dd5e6015491f10fddc4480dbcd18bd7 (diff)
feat(grid): :children_crossing: 2x2 mode can be enabled by splitting
Closes: #117866
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 0596a84d1ea..cae51b7b605 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -79,5 +79,5 @@
},
"typescript.tsc.autoDetect": "off",
"testing.autoRun.mode": "rerun",
- "conventionalCommits.scopes": ["tree", "scm"]
+ "conventionalCommits.scopes": ["tree", "scm", "grid"]
}