Skip to content

Commit ebf2fdb

Browse files
committed
huh
1 parent 9cef844 commit ebf2fdb

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

.vscode/settings.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
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-
}
2+
"typescript.preferences.autoImportFileExcludePatterns": [
3+
"@remix-run/server-runtime",
4+
"@remix-run/router",
5+
"react-router-dom"
6+
],
7+
"workbench.editorAssociations": {
8+
"*.db": "sqlite-viewer.view"
9+
}
1110
}

0 commit comments

Comments
 (0)