diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..0a80a87 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,14 @@ +{ + // Formatting + "editor.formatOnSave": true, + "editor.defaultFormatter": "esbenp.prettier-vscode", + "[csharp]": { + "editor.defaultFormatter": "ms-dotnettools.csharp" + }, + + // Other + "dotnet.codeLens.enableReferencesCodeLens": false, + "dotnet.defaultSolution": "CmdScale.EntityFrameworkCore.TimescaleDB.sln", + "cSpell.diagnosticLevel": "Hint", + "cSpell.words": ["appsettings", "Eftdb", "Hypertable"] +}