We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
This is the manifest.json file
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.
The text was updated successfully, but these errors were encountered: