generalov / vscode-tfs

TFS extension for Visual Studio Code.
MIT License
12 stars 10 forks source link

no check-in #7

Open guymalka opened 4 years ago

guymalka commented 4 years ago

i have no check-in from the alt T shortcut

generalov commented 4 years ago

Hello @guymalka! Work in progress. I hope the checkin command will be in the next release.

This command should display natvie GUI (#5) but it is a bit tricky due to implementation of tf.exe. It displays the GUI only when stdout is connected to the real console, otherwise it outputs an error message.

guymalka commented 4 years ago

can i work around this ? cmd command ?

generalov commented 4 years ago

This command is somthing like that: tf.exe checkin /recursive <path>

https://docs.microsoft.com/en-us/azure/devops/repos/tfvc/checkin-command?view=azure-devops

guymalka commented 4 years ago

thank's

Lilia0000 commented 3 years ago

Is there any progress?