feat(core): arduino和xpython下代码区右键菜单添加 格式化文档 选项
cpp formatter: https://github.com/wokwi/astyle-wasm.git (version: 2.0.0) python formatter: https://github.com/wasm-fmt/ruff_fmt.git (version: 0.14.11)
This commit is contained in:
@@ -110,6 +110,16 @@
|
||||
"Mixly.Boards"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "/common/code-formatter.js",
|
||||
"require": [
|
||||
"workerpool"
|
||||
],
|
||||
"provide": [
|
||||
"Mixly.Registry",
|
||||
"Mixly.CodeFormatter"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "/common/command.js",
|
||||
"require": [
|
||||
@@ -282,9 +292,11 @@
|
||||
"Mixly.XML",
|
||||
"Mixly.Env",
|
||||
"Mixly.Msg",
|
||||
"Mixly.Debug",
|
||||
"Mixly.Menu",
|
||||
"Mixly.ContextMenu",
|
||||
"Mixly.IdGenerator",
|
||||
"Mixly.CodeFormatter",
|
||||
"Mixly.EditorMonaco"
|
||||
],
|
||||
"provide": [
|
||||
|
||||
Reference in New Issue
Block a user