generated from actions/typescript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 322
Open
Description
When I tried to use vim within a session on windows-latest, which points to windows-2025, warnings would be printed out like "Warning: input is not to a terminal" and "Warning: output is not to a terminal", and then the session would become unusable (Vim would open the file but nothing I would type was apparently forwarded to Vim - no way to quit or anything).
Any ideas on how we can use vim?
I used all default settings in the GitHub action, like so:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ matrix.config.name == 'Windows' }}Metadata
Metadata
Assignees
Labels
No labels