解决不能双击问题和页面不能显示滚动条问题#226
Open
junguangbai wants to merge 6 commits into
Open
Conversation
Author
|
增加画布内容高度与画布元素高度的判断,动态的改变画布元素的display属性值block或者inline |
|
试了你的代码 滚动条不能显示喔 答案不对喔 |
|
Unfortunately, this is completely wrong😥. I think we need to use |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
到达这一步的时候创建不了发布者,再后续也没有验证功能是否修复