We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice to be able to automatically "p4 edit" a file on saving rather than manually running the command.
Should be very easy when a presave event gets added to the api. I'd be happy to add it.
microsoft/vscode#239
The text was updated successfully, but these errors were encountered:
That's exactly what we were discussing in #4 :) Hopefully the insider build should provide it this month
Sorry, something went wrong.
Oh great, awesome.
The p4 plugin in eclipse checks out the file in question as soon as you start typing (the files are read-only on disk before being checked out)
Maybe one could achieve the same using the workspace.onDidChangeTextDocument event? I'm not sure, when this get's fired, though...
@mightycoco can you try to add "perforce.editOnFileModified": true in your settings and restart your editor ? This works fine for me.
"perforce.editOnFileModified": true
Closing for now, as @jel-massih contribution allows to editOnFileSave and editOnFileModified
editOnFileSave
editOnFileModified
stef-levesque
No branches or pull requests
It would be nice to be able to automatically "p4 edit" a file on saving rather than manually running the command.
Should be very easy when a presave event gets added to the api. I'd be happy to add it.
microsoft/vscode#239
The text was updated successfully, but these errors were encountered: