- feat: 重构代码运行功能,增加 Code Runner 扩展,运行代码支持实时显示运行结果
- fix: 修复 Windows 上恢复最大化窗口状态后窗口显示不全问题。
- feat(plugin): 增加代码运行器注册,插件可以拓展代码功能了。相关 Api:
ctx.runner.registerRunnerctx.runner.removeRunnerctx.runner.getAllRunners - upd(plugin): 调整
ctx.api.runCode方法。调整参数,不再支持运行本地 Javascript 代码,支持流式获取运行结果 - upd(plugin): 移除
xterm.run-codeAction - upd(plugin): 调整
xterm.runAction 参数类型
- feat: refactoring the code running function, adding Code Runner extension, running the code to support real-time display of running results
- fix: fix the problem of incomplete window display after restoring the maximized window state on Windows
- feat(plugin): added code runner registration, plugins can expand code functions. Related APIs:
ctx.runner.registerRunnerctx.runner.removeRunnerctx.runner.getAllRunners - upd(plugin): adjust the
ctx.api.runCodemethod, no longer support running local Javascript code, and support streaming access to running results - upd(plugin): remove
xterm.run-codeaction - upd(plugin): adjust
xterm.runaction parameter type