I installed TFVC in VSCode and am seeing an error message.
(team) It appears you have configured a non-English version of the TF executable. Please ensure an English version is properly configured.
I added the line below in Settings.
"tfvc.location": "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\Common7\\IDE\\TF.exe"
I renamed the "de" folder where "TF.exe" is (as per some solutions I found on the Internet).But it also did not work.
Does anyone have a solution for this?