Chris Idema
Chris Idema
I really need this feature. I see it is added to the list of release v1.7.1. When can I expect the release of v1.7.1?
Update. Problem still persists. Versions: - Python 3.9.6 - Vscode 1.59.1 - windows_curses-2.2.0 - Windows 10 I think the integrated terminal changes key codes and wgetch doesn't capture them correctly....
@boardkeystown It's been a while since I visited this issue (although it is still on my mind). I have no idea how to debug this. I don't know what you...
Update. Problem still persists. Versions: Python 3.9.13 Vscode 1.71.2 windows_curses 2.3.0 kconfiglib 14.1.0 Windows 10 How to test? Run `python3 snake.py` or `menuconfig` in VSCode integrated terminal. Arrow keys are...
vscode blames the extension and the extension blames vscode. Other than the ugly workaround I have no solution.
Here is my log file with traceResponse enabled: [log.txt](https://github.com/microsoft/vscode-cpptools/files/9162196/log.txt) I now see: ``` /c/c/git/cmake_vscode_experiments/subfolders/main/main.cpp ``` Which has the drive letter twice.
@WardenGnaw Any suggestions?
Replacing `C:\msys64\usr\bin\gdb.exe` with `C:\msys64\mingw64\bin\gdb.exe` solved this issue for me.
What speed did you get?
Update. Problem is fixed! Versions: Python 3.11.4 Vscode 1.82.3 windows_curses 2.3.1 kconfiglib 14.1.0 Windows 11 Both `python3 snake.py` and `idf.py menuconfig` work in integrated terminal (cmd or powershell) in Vscode....