Warns when required VS Code extensions are not enabled in your workspace.
Unlike a simple installed-check, this detects extensions that are installed but
disabled too, because it uses VS Code's extension API to verify each one is
actually active.
Features
Checks a configurable list of required extension IDs when the workspace opens.
Shows a warning with a Show Extensions button listing what's missing.
Re-checks automatically when settings change.
Command: EnableSkript: Check Required Extensions (runs on demand and always
reports, even when the warning is disabled).
Settings
All settings have resource scope, so they can be configured per workspace or
folder (.vscode/settings.json).