发包

作者: 罗不错 | 来源:发表于2020-07-21 10:06 被阅读0次

    一.流程

    1. 打包 vsce package
    2. 登录 vsce login yourname 或注册vsce create-publisher yourname
    3. 发包 vsce publish
    4. 查看 https://marketplace.visualstudio.com/items?itemName=yourname.pluginName

    二.注意事项

    • README.md文件默认会显示在插件主页;
    • README.md中的资源必须全部是HTTPS的,如果是HTTP会发布失败;
    • CHANGELOG.md会显示在变更选项卡;
    • 如果代码是放在git仓库并且设置了repository字段,发布前必须先提交git,否则会提示Git working directory not clean;

    相关文章

      网友评论

          本文标题:发包

          本文链接:https://www.haomeiwen.com/subject/rsnbkktx.html