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.
2 parents b1f4321 + 9715ef5 commit c106b10Copy full SHA for c106b10
.vscode/settings.json
@@ -0,0 +1,14 @@
1
+{
2
+ // Formatting
3
+ "editor.formatOnSave": true,
4
+ "editor.defaultFormatter": "esbenp.prettier-vscode",
5
+ "[csharp]": {
6
+ "editor.defaultFormatter": "ms-dotnettools.csharp"
7
+ },
8
+
9
+ // Other
10
+ "dotnet.codeLens.enableReferencesCodeLens": false,
11
+ "dotnet.defaultSolution": "CmdScale.EntityFrameworkCore.TimescaleDB.sln",
12
+ "cSpell.diagnosticLevel": "Hint",
13
+ "cSpell.words": ["appsettings", "Eftdb", "Hypertable"]
14
+}
0 commit comments