Ming
Ming
> Published to `latest` on `v16.3.0`. > > Note that `--withWorkspaces` has changed to a cleaner syntax of `--workspaces --root` (and `--withWorkspace` to `--workspace X --root`). Thanks to @mesqueeb for...
> > 6 years later, has an initialized or ready event supported? > > still waiting Now it's seven years.
Got the same error.
Is there a solution now?
无法复现,能提供个最小例子或者 github repo 吗?
Can you show me your code or a minimize example?
你的提示写得太简单了,可以参考下其他开源的写法,比如 [nginx-editor](https://github.com/jaywcjlove/nginx-editor/blob/c0a4b62ad0ad401f703e8ac3b711d9da9e700cec/src/index.tsx#L7-L60)
本项目只是让 monaco-editor 在 vue 中使用更便捷,实现 python 自动补全需要的 lsp server 和语法触发补全得你自己实现。 要是想问能否实现的话,可以的,vue 官方的 playground 就实现了补全和语法错误检测。
Got it, 我晚上看看
在 macair m3 下没有发现问题,你可以 clone 仓库,运行 `pnpm run start:playground` 查看例子, vue 版本已经升级为 3.5。