[Bug] Output text appears blank after recent update
Bug Description
most of the text outputted by claude is just blank since the last update.
Environment Info
- Platform: win32
- Terminal: vscode
- Version: 2.0.73
- Feedback ID: a838266c-efa1-466c-9101-7dfc3a02b096
this is literall the outputted text in the terminal:
rmined by maximum cell voltage (MaxCellVoltage.Value), not total battery pack voltage.
if (MaxCellVoltage.Value > BMS_Process_Params.Cell.Levels.High_voltage_Alarm_Level_1.On.Value)
Inverter.CellAlarms.HighVoltageLevel1 = BitFlag_Set;
if (MaxCellVoltage.Value > BMS_Process_Params.Cell.Levels.High_voltage_Alarm_Level_2.On.Value)
Inverter.CellAlarms.HighVoltageLevel2 = BitFlag_Set;
if (MaxCellVoltage.Value > BMS_Process_Params.Cell.Levels.High_voltage_Protect.On.Value)
if ((CellAlarms.HighVoltageLevel1 == BitFlag_Set) |
(CellAlarms.HighVoltageLevel2 == BitFlag_Set))
ed. This provides:
- Clear distinction from system-level overvoltage
This issue has 11 comments on GitHub. Read the full discussion on GitHub ↗