Source control configuration issue #1096
Answered
by
isc-bsherman
isc-bsherman
asked this question in
Q&A
|
I've got a namespace where VS Code is not prompting me to check out files when I edit them, and isn't exporting them. Based on REST logging it looks like this is an IPM issue, not something with the VS Code extension. If I run the "init" method I'm prompted about source control as usual. It looks like %IPM.Extension.SourceControl.Perforce.Main is set as the extension. If I try to change it to %IPM.Extension.SourceControl.Composite (the setting in IRIS) I get this: This does not affect the VS Code behavior. This is with zpm 0.10.4. |
Answered by
isc-bsherman
Mar 12, 2026
Replies: 1 comment 1 reply
|
Followup - one of my teammates suggested that I run |
1 reply
Answer selected by
isc-bsherman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Followup - one of my teammates suggested that I run
##class(%ZHSLIB.Component.SourceCode.Utils).PrepareP4Extension()and that seems to have fixed the issue. ¯\_(ツ)_/¯