## 2022 - Resolved an issue with Visual Studio not opening [[csharp]] script tasks in the [[25 April|25 April]] 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. ## 2021 ### Inputs - [x] [[+ 2021-12-15 Python Typing Type Hints and Annotations]] - [[python-custom-exceptions]] ### Notes Today i worked a decent amount with [[pyyaml]] and moving all authentication variables and values to a single [[Templates/data/yaml]] data file stored in the users local appdata folder Learned that matches from the [[re]] module can be converted to booleans for if statements by wrapping the whole function in a `bool()` also started playing a little more with custom exceptions messages