Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could Not Load Manifest File #33

Open
bkraft-phdata opened this issue Jan 26, 2024 · 0 comments
Open

Could Not Load Manifest File #33

bkraft-phdata opened this issue Jan 26, 2024 · 0 comments

Comments

@bkraft-phdata
Copy link

Thank you for building this extension. I am a heavy Vim user and miss the basic Vim functionality in the Databricks notebook.

I followed the installation instructions. When I selected the src directory, I encountered this error

Failed to load extension
File
~/tmp/dbvim/src
Error
Could not load javascript 'dist/contentScript.js' for content script.
Could not load manifest.

This is the manifest.json file

❯ cat manifest.json
{
  "name": "DBVim",
  "version": "0.1.0",
  "manifest_version": 2,
  "description": "Enable Vim on Databricks",
  "icons": {
    "48": "img/logo.png"
  },
  "content_scripts": [
    {
      "matches": ["https://*.databricks.com/*"],
      "js": ["dist/contentScript.js"],
      "css": ["css/style.css"],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": ["dist/main.js"]
}

I am running on Google Chrome Version 120.0.6099.234 (Official Build) (x86_64) on a Mac OS 14.2 (23C64). I appreciate any insight you have to offer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant