Skip to content
| Marketplace
Sign in
Visual Studio Code
>
Other
>
Lark Script
New to Visual Studio Code?
Get it now.
Lark Script
EggStudio
|
216 installs
|
(
0
)
|
Free
Lark Engine Script
Installation
Launch VS Code Quick Open (
Ctrl+P
), paste the following command, and press enter.
Copy
Copied to clipboard
More Info
Overview
Version History
Q & A
Rating & Review
Lark脚本支持插件
这是专为Lark脚本设计的插件。
Lark脚本简单示例:
let(a, 10) let(b, 20) let(c, add(a, b))