No description
Find a file
2025-12-03 07:16:45 +01:00
Scripts Refactor: Remove old presets and regenerate with updated structure and content 2025-12-03 06:35:13 +01:00
YasbExtension Refactor: Remove unused using directives from Icons.cs, CustomPage.cs, and PresetPage.cs 2025-12-03 07:16:45 +01:00
.gitattributes Add .gitattributes and .gitignore. 2025-12-03 06:04:33 +01:00
.gitignore Update .gitignore to include backup files and remove obsolete Presets.cs.bak 2025-12-03 07:05:59 +01:00
Directory.Build.props Add project files. 2025-12-03 06:04:34 +01:00
Directory.Packages.props Add project files. 2025-12-03 06:04:34 +01:00
nuget.config Add project files. 2025-12-03 06:04:34 +01:00
Presets.json Refactor: Remove old presets and regenerate with updated structure and content 2025-12-03 06:35:13 +01:00
README.md Fix link format for Generate-Presets.ps1 in README 2025-12-03 07:03:32 +01:00
YASBExtension.sln Add project files. 2025-12-03 06:04:34 +01:00

YASB Extension for Command Palette

How on Earth do I deploy this thing?

Start by following the Creating an extension guide and make sure that you have everything necessary to build and deploy a .NET 10 package. Next you'll need at least one version of Visual Studio, VSInsider / 2026 is the most recommended one (by me). Then just hit the deploy button under Build -> Deploy.

What should I change?

Make sure to update the Presets.json file according to your own needs, then run Generate-Presets.ps1.

What do I need to do to ensure that everything works as presumed?

Follow and install the configuration or mimic the layout as shown in this repository.