Dbt extension not visible in marketplace?

amazing! I tried to find that setting but couldn’t. I must have been on 1.1.2.

After changing the setting, I’m able to see the extension again!

the link in the settings’ description to VSCodium’s README was very instructive as well.

# settings.json
{
    "extensions.gallery.itemUrl": "https://marketplace.visualstudio.com/items",
    "extensions.gallery.serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery"
}

1 Like