We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6d8bb commit 14c7013Copy full SHA for 14c7013
docs/MicroPythonPlug-in/README.md
@@ -81,3 +81,8 @@ VSCode 最好用的 MicroPython 插件,为 MicroPython 开发提供了强大
81
82
在 PowerShell 终端中输入 `Set-ItemProperty HKCU:\Console VirtualTerminalLevel -Type DWORD 1` 可以解决退格键等显示乱码的问题。
83
84
+- 不要删除工程目录下的 `.mpyproject.json` 文件
85
+
86
+该文件是 MicroPython 工程的配置文件,删除后将无法正常运行 MicroPython 代码程序。
87
88
0 commit comments