Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
第一次接触vscode插件的开发,项目的逻辑并不复杂,难点在于普通浏览器不具备acquireVsCodeApi()方法的调用,webview内置了这个方法,修改代码后无法调试验证,为此我尝试自己发布在marketplace,做了以下工作:
安装需要的包
npm install -g yo generator-code
安装发布工具
npm install -g vsce
到达这一步的时候创建不了发布者,再后续也没有验证功能是否修复