There was an error while loading. Please reload this page.
1 parent 9cef844 commit ebf2fdbCopy full SHA for ebf2fdb
1 file changed
.vscode/settings.json
@@ -1,11 +1,10 @@
1
{
2
- "typescript.preferences.autoImportFileExcludePatterns": [
3
- "@remix-run/server-runtime",
4
- "@remix-run/router",
5
- "react-router-dom",
6
- "react-router"
7
- ],
8
- "workbench.editorAssociations": {
9
- "*.db": "sqlite-viewer.view"
10
- }
+ "typescript.preferences.autoImportFileExcludePatterns": [
+ "@remix-run/server-runtime",
+ "@remix-run/router",
+ "react-router-dom"
+ ],
+ "workbench.editorAssociations": {
+ "*.db": "sqlite-viewer.view"
+ }
11
}
0 commit comments