Source control configuration issue #1096
-
|
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. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Followup - one of my teammates suggested that I run |
Beta Was this translation helpful? Give feedback.
Followup - one of my teammates suggested that I run
##class(%ZHSLIB.Component.SourceCode.Utils).PrepareP4Extension()and that seems to have fixed the issue. ¯\_(ツ)_/¯