-
Notifications
You must be signed in to change notification settings - Fork 7
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
Copilot support? #43
Comments
Does this work for you when you open outside the embedded vscode editor? Or only when inside vscode? |
@mscolnick good question - now testing, it doesn't work in the marimo itself either. I have node installed and accessible in the shell, then I run |
what version of node? can you run |
@mscolnick > marimo env
{
"marimo": "0.8.22",
"OS": "Linux",
"OS Version": "5.10.0-32-cloud-amd64",
"Processor": "",
"Python Version": "3.11.10",
"Binaries": {
"Browser": "--",
"Node": "v20.17.0"
},
"Dependencies": {
"click": "8.1.7",
"importlib-resources": "missing",
"jedi": "0.19.1",
"markdown": "3.7",
"pygments": "2.18.0",
"pymdown-extensions": "10.11.2",
"ruff": "0.6.8",
"starlette": "0.39.2",
"tomlkit": "0.13.2",
"typing-extensions": "4.12.2",
"uvicorn": "0.31.0",
"websockets": "12.0"
},
"Optional Dependencies": {
"duckdb": "1.1.1",
"pandas": "2.2.3"
}
} |
Having the same issue. Since this doesn't seem to be related to the VSCode extension, opened a new issue for this over here: marimo-team/marimo#2780 |
I can't find a way to enable Copilot in the Marimo VSCode extension, I tried to follow the doc at https://docs.marimo.io/getting_started/index.html#github-copilot, I can confirm that I have Node.js 20 installed.
The text was updated successfully, but these errors were encountered: