not the best solution as dismissing all on ended, but still okay

This commit is contained in:
talksik
2022-02-20 16:54:47 -08:00
parent 0f5e113a00
commit 06b5e556ee
3 changed files with 33 additions and 18 deletions
+1 -1
View File
@@ -8,6 +8,6 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"workbench.colorTheme": "Default Light+",
"javascript.format.semicolons": "insert",
"window.zoomLevel": 1,
"window.zoomLevel": 2,
"trunk.trunkGrayOutNonBlockingIssues": false
}