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 (
172
172
LibraryLocationPlatformBuiltin LibraryLocation = "platform"
173
173
LibraryLocationReferencedPlatformBuiltin LibraryLocation = "ref-platform"
174
174
LibraryLocationUnmanged LibraryLocation = "unmanaged"
175
+ LibraryLocationProfile LibraryLocation = "profile"
175
176
)
176
177
177
178
func NewLibraryLocation (r rpc.LibraryLocation ) LibraryLocation {
@@ -186,6 +187,8 @@ func NewLibraryLocation(r rpc.LibraryLocation) LibraryLocation {
186
187
return LibraryLocationUser
187
188
case rpc .LibraryLocation_LIBRARY_LOCATION_UNMANAGED :
188
189
return LibraryLocationUnmanged
190
+ case rpc .LibraryLocation_LIBRARY_LOCATION_PROFILE :
191
+ return LibraryLocationProfile
189
192
}
190
193
return LibraryLocationIDEBuiltin
191
194
}
You can’t perform that action at this time.
0 commit comments