-
Notifications
You must be signed in to change notification settings - Fork 4
Conversation
可否将截图所示的测试小用例添加到测试目录? |
"runtimeExecutable": "${execPath}", | ||
"args": [ | ||
"--extensionDevelopmentPath=${workspaceFolder}", | ||
"--disable-extensions" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个新加的 disable 需要注释掉吗?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个新加的功能是,在调试的时候关闭其他扩展,可以在调试的时候避免其他扩展的干扰,我觉得挺ok的,你考虑一下?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
哦,这个只在本地f5 运行的时候有效是吧?那 ok~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
哦,这个只在本地f5运行的时候有效是吧?
对的对的
已添加 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
妙啊
@nobodxbodon |
@lsby program-in-chinese/overview#133 一楼有些说明,不过感觉 2 的问题不大,暂时不必深究哈。 |
另外引入了.editorconfig文件,并对全部文件进行了格式化.
如果您不能接受如此大范围的修改.可以只采用
补全实现.js
文件.