Identify the VS Code environment
The env-vscode attribute is set on all documents rendered by the extension.
To conditionally include content when rendering inside VS Code, use an ifdef block:
ifdef::env-vscode[]
This is for VS Code only
endif::[]