## On This Day...
```dataview
LIST
FROM "DevLog/log"
WHERE dateformat(file.day, "MM-dd") = dateformat(this.file.day, "MM-dd")
```
---
## Notes Created Today
```dataview
TABLE created, updated as modified, tags, type, status
FROM "DevLog" AND !"DevLog/log"
WHERE contains(dateformat(file.ctime, "YYYY-MM-dd"), dateformat(this.file.day, "YYYY-MM-dd"))
```
---
[[DevLog/log/2022-07-05|2022-07-05]] <== <button class="date_button_today">Today</button>
==2022-09-29 0920==
Resolved an issue with Visual Studio not opening [[csharp]] script tasks in the [[DevLog/log/2022-04-25|2022-04-25]] viual programming interface.
Turns out what i needed to do was search `C:\` for an executable called `vsta_setup.exe` and use the latest one to repair something that appeardss to have been broken.
When attempting open the script task nothing would happen, not even an error message.
After repairing this thing it now opens normally as it should in a new Visual Studio Window.