mdx-deck-live-code
Version:
A component for mdx-deck for live coding directly in your slides. 🤯
17 lines (15 loc) • 574 B
JSON
{
// See http://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"eg2.tslint",
"esbenp.prettier-vscode",
"silvenon.mdx",
"wix.vscode-import-cost",
"formulahendry.auto-rename-tag",
"vector-of-bool.gitflow"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}