我在设置Arduino扩展(0.2.15)时遇到了一些问题。我总是得到"Error Exit with Arduino“,并且扩展名是”在/Applications目录下找不到code=undefined可执行程序“。
我使用的是Arduino版本1.8.5,它最初安装在Downloads-文件夹中。我把它移到了应用程序上。
Arduino-IDE在我的设置文件中运行正常:
"arduino.path": "/Applications",
"arduino.commandPath": "Contents/MacOS/Arduino",
"arduino.additionalUrls": "",
"arduino.logLevel": "info",
"arduino.enableUSBDetection": false,
"C_Cpp.intelliSenseEngine": "Tag Parser",还有我的Arduino.json
"board": "espressif:esp32:esp32",
"configuration": "PartitionScheme=default,FlashMode=qio,FlashFreq=80,FlashSize=4M,UploadSpeed=921600,DebugLevel=none",
"port": "/dev/cu.SLAB_USBtoUART",
"sketch": "Blink.ino"我不知道哪里出了问题
迈克尔,..
发布于 2019-01-25 07:37:39
也许我错了,因为我没有用MacOS,但试一试:
"arduino.path": "/Applications/arduino-1.8.5",
"arduino.commandPath": "Contents/MacOS/run-arduino.sh"https://stackoverflow.com/questions/50523970
复制相似问题