Category: VS Code
-
Add a Custom Primary Agent to OpenCode
OpenCode ships with a few built-in agents, but adding your own takes only a JSON block. This guide shows how to register a custom primary agent — including…
-

Fix for prettier splitting HTML tags in VSCode
🎉🎉🎉 ng on an Angular application can be a joyous experience, but when prettier starts splitting your HTML tags, it can quickly turn into a nightmare 😱. Fear…
-

Multiple selections (multi cursor) in Visual Studio 2022 and VS Code
For a while I thought it was only available in vs code until I found this stackoverflow post! 🥳
-
How to add bearer token authentication to NSwag api.
NSwag is a game changer for working with Angular and Net Core, you write your endpoint code, and swashbuckler generates your swagger docs. You can find more info…
-
We Hire It 🏰
For a long time I have noticed that the hiring is becoming more and more popular. Car hire, holiday house hire, etc. I have run a small hire…
-
#include guards in C++
I was having issues with an ESP32 project. I needed an instance of which was sitting in <wifisetupmanager.h> I needed this in two files – <setup.h> and <endpoints.h>.…
-
Debugging Angular with VS Code and Firefox
Everyone has their own preference when it comes to debugging. Here is what has worked well for me! This example is based on a new angular application. If…