stef-levesque / vscode-perforce

Perforce basic commands for Visual Studio Code
MIT License
74 stars 103 forks source link

No Diff highlight on latest vscode-1.48.0 #193

Open shashikiran-sk opened 4 years ago

shashikiran-sk commented 4 years ago

vscode not showing the code diff highlight bars when editing the file in any changelist. To know the code diff have to open diff against revision view.

davestevens commented 4 years ago

Yeah, this is something that I use all the time. Seems that the "print -q" isn't being called when opening a file like it was in the previous version. Looks like there were changes to dirtydiffDecorator.ts in vscode between the two releases. Can't seem to figure out how to actually debug vscode internals to take a look though.

davestevens commented 4 years ago

This has hit other scm providers: https://github.com/microsoft/vscode/issues/104786

admvx commented 4 years ago

I have switched over to this fork/rewrite, which works well on 1.48.0: https://marketplace.visualstudio.com/items?itemName=mjcrouch.perforce

(Related discussion with this extension's author on the current divergence: https://github.com/mjcrouch/vscode-perforce/issues/135)