Mojang / minecraft-debugger

VS Code extension that can debug Minecraft TypeScript and JavaScript, as well as display diagnostic information about running content.
https://marketplace.visualstudio.com/items?itemName=mojang-studios.minecraft-debugger
MIT License
55 stars 14 forks source link

[Feat] If only one script plugin is loaded, default to that plugin in subscriber counts #144

Open ThomasOrs opened 1 month ago

ThomasOrs commented 1 month ago

Request

If only one script plugin is loaded during a diagnostic section, default to having that plugin loaded.

Why

DX, save a simple repeated action of switching from n/a to the one active script plugin

ThomasOrs commented 1 month ago

Probably the same on client?