You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// extension.tsimport*asvscodefrom'vscode'exportfunctionactivate(context: vscode.ExtensionContext){console.log('your extension "sugar-demo-vscode" is now active!')require('./beehive-customWelcome')(context)// demo3 加载自定义WebView欢迎页}exportfunctiondeactivate(){}
场景
该插件场景适合做一些简单页面展示、欢迎页面等
代码展示
效果展示
源码展示
The text was updated successfully, but these errors were encountered: