Defines an extension.
Static preflight runs synchronously when this function is called (normally
while the extension entry module is evaluated), so an id clash or a broken
service graph fails before VS Code is touched. Environment-dependent
preflight still runs during activation, when trust/workspace/host facts exist.
No VS Code API is called until activate.
Defines an extension.
Static preflight runs synchronously when this function is called (normally while the extension entry module is evaluated), so an id clash or a broken service graph fails before VS Code is touched. Environment-dependent preflight still runs during activation, when trust/workspace/host facts exist. No VS Code API is called until
activate.