conditionally showing the canvas

This commit is contained in:
talksik
2022-05-08 11:33:27 -05:00
parent b59733082f
commit 842047b950
5 changed files with 55 additions and 82 deletions
+1 -1
View File
@@ -8,6 +8,6 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"workbench.colorTheme": "Default Light+",
"javascript.format.semicolons": "insert",
"window.zoomLevel": 0,
"window.zoomLevel": 1,
"trunk.trunkGrayOutNonBlockingIssues": false
}