File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
internal/cli/feedback/result Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,7 @@ const (
172172 LibraryLocationPlatformBuiltin LibraryLocation = "platform"
173173 LibraryLocationReferencedPlatformBuiltin LibraryLocation = "ref-platform"
174174 LibraryLocationUnmanged LibraryLocation = "unmanaged"
175+ LibraryLocationProfile LibraryLocation = "profile"
175176)
176177
177178func NewLibraryLocation (r rpc.LibraryLocation ) LibraryLocation {
@@ -186,6 +187,8 @@ func NewLibraryLocation(r rpc.LibraryLocation) LibraryLocation {
186187 return LibraryLocationUser
187188 case rpc .LibraryLocation_LIBRARY_LOCATION_UNMANAGED :
188189 return LibraryLocationUnmanged
190+ case rpc .LibraryLocation_LIBRARY_LOCATION_PROFILE :
191+ return LibraryLocationProfile
189192 }
190193 return LibraryLocationIDEBuiltin
191194}
You can’t perform that action at this time.
0 commit comments