Closed kardusenor closed 1 year ago
我的电脑只装了 vscode-insiders 没有装 vscode。当我将配置文件中 editor 字段改成 vscode 时无法通过 leetgo edit 命令打开 vscode-insiders编辑代码。
No response
editor 是支持自定义配置的,比如
editor: use: custom command: /path/to/vscode-insider args: "{{.Files}}"
表示 用 vscode-insider 打开生成的题目文件。 其中 command 的路径是要根据你的安装路径来的,每个人都不一样。
thx!
Verify steps
Description
我的电脑只装了 vscode-insiders 没有装 vscode。当我将配置文件中 editor 字段改成 vscode 时无法通过 leetgo edit 命令打开 vscode-insiders编辑代码。
Possible Solution
No response