-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
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
Can't get it work #192
Comments
|
@iccicci your vscode setting "perforce.client" should map to your p4 info "Client name", in this case |
Thanks @BaankeyBihari and @stef-levesque , updated as suggested, now my settings.json looks like follows, but exactly as before 😞 "perforce.addOnFileCreate": true,
"perforce.editOnFileModified": true,
"perforce.bottleneck.maxConcurrent": 0,
"perforce.bottleneck.penalty": 0,
"perforce.client": "DESKTOP-2NHE0U0",
"perforce.user": "tlm_dricci",
"perforce.port": "1666",
"perforce.password": "******",
"perforce.dir": "C:\\Workspace",
"perforce.editOnFileSave": true,
"perforce.activationMode": "always",
"perforce.command": "C:\\Program Files\\Perforce\\p4.exe",
"perforce.realpath": true The fact I can't get not errors nor any output is making me going crazy! 😥 In log tab
|
@iccicci not sure if this will fix your problem, but the perforce.port setting typically includes the full address - i.e. according to your p4 info, it would be my.customer.com:1666. |
Alredy tried @AZ2Tonez 😞 Thank you for the try |
Hi all,
from my
settings.json
from my terminal inside VSCode
The
Perfoce Log
(top down menu on right) in the OUTPUT is completely empty.From the README.md
Q: Something is not working
A: Here are a few steps you should try first:
Pressing
<ALT> + P
L
I get following messagecommand 'perforce.showOutput' not found
.After seeking from closed issues I wasn't able to make it work anyway.
I have to fallback on answer nr. 3 :(
Thank you,
iCC
The text was updated successfully, but these errors were encountered: