Skip to content

Commit 14c7013

Browse files
committed
【添加】关于工程配置文件的注意事项
1 parent ee6d8bb commit 14c7013

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/MicroPythonPlug-in/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,8 @@ VSCode 最好用的 MicroPython 插件,为 MicroPython 开发提供了强大
8181

8282
在 PowerShell 终端中输入 `Set-ItemProperty HKCU:\Console VirtualTerminalLevel -Type DWORD 1` 可以解决退格键等显示乱码的问题。
8383

84+
- 不要删除工程目录下的 `.mpyproject.json` 文件
85+
86+
该文件是 MicroPython 工程的配置文件,删除后将无法正常运行 MicroPython 代码程序。
87+
88+

0 commit comments

Comments
 (0)