feat(grid): 🚸 2x2 mode can be enabled by splitting

Closes: #117866
This commit is contained in:
João Moreno
2021-11-08 13:58:29 +01:00
parent 2c4eb0298d
commit 5ce44b2e01
2 changed files with 13 additions and 1 deletions

View File

@@ -79,5 +79,5 @@
},
"typescript.tsc.autoDetect": "off",
"testing.autoRun.mode": "rerun",
"conventionalCommits.scopes": ["tree", "scm"]
"conventionalCommits.scopes": ["tree", "scm", "grid"]
}