Newsbot.Collector/.vscode/settings.json
James Tombleson 9f3a6323a6
Features/html meta extractor (#4)
* gave api access to the db project

* added db models

* working on rss extraction and meta extraction

* test project to debug rsswatcherjob

* added new configs for the project

* new interface to define collectors

* basic rss extraction and article details are now exposed

* tests updated for rss pull

* starting to get dapper working.  Query works but insert seems to have a value issue

* removed dapper from services

* added some basic tests for db calls
2023-02-16 22:19:05 -08:00

8 lines
171 B
JSON

{
"files.exclude": {
"**/obj": true,
"**/bin": false
},
"csharp.inlayHints.types.enabled": true,
"omnisharp.enableImportCompletion": true
}