We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941296e commit 98b9851Copy full SHA for 98b9851
.vscode/extensions.json
@@ -0,0 +1,7 @@
1
+{
2
+ "recommendations": [
3
+ "dbaeumer.vscode-eslint",
4
+ "esbenp.prettier-vscode",
5
+ "neotan.vscode-auto-restart-typescript-eslint-servers"
6
+ ]
7
+}
.vscode/settings.json
@@ -0,0 +1,5 @@
+ "workbench.editorAssociations": {
+ "*.db": "sqlite-viewer.view"
+ }
0 commit comments