Orb <private_company_orb> does not exist or is private

Hi,

Our team has developed an orb to be reused across projects.

I integrated this orb in my config.yml. The workflows work fine, running “CircleCI: Validate current configuration file” passes, but the orb declaration and orb commands are red-lined.

For the following

version: 2.1
orbs:
  bucket-workspace: my_company/bucket-workspace-tools@1.0

I get the error

Orb my_company/bucket-workspace-tools does not exist or is private.
cci-language-server

I know the error says that it might be private (which is is), but should I get access to it if I’m logged in? Is this a known issue? Is there a workaround?