Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebead1 commit f98e18eCopy full SHA for f98e18e
src/common/constants.ts
@@ -35,8 +35,7 @@ export const messages = {
35
FAILED_SEND_SERIALPORT: "Failed to send message to serial port.",
36
SERIAL_PORT_NOT_STARTED: "Serial Monitor has not been started.",
37
SEND_BEFORE_OPEN_SERIALPORT: "Please open a serial port first.",
38
- NO_PROGRAMMMER_SELECTED: "Please select the programmer first.",
39
- INVALID_OUTPUT_PATH: "Please check the \"output\" in the sketch Settings.Cannot find the output path:",
+ NO_PROGRAMMMER_SELECTED: "Please select the programmer first."
40
};
41
42
export const statusBarPriority = {
0 commit comments