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

Copilot support? #43

Open
ravwojdyla opened this issue Oct 2, 2024 · 5 comments
Open

Copilot support? #43

ravwojdyla opened this issue Oct 2, 2024 · 5 comments

Comments

@ravwojdyla
Copy link

ravwojdyla commented Oct 2, 2024

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.

@mscolnick
Copy link
Contributor

Does this work for you when you open outside the embedded vscode editor? Or only when inside vscode?

@ravwojdyla
Copy link
Author

@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 marimo edit access the server and try to turn on the GitHub Copilot, but it always says "Unable to connect".

@mscolnick
Copy link
Contributor

what version of node? can you run marimo env?

@ravwojdyla
Copy link
Author

@mscolnick 20.17.0:

> 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"
  }
}

@gabrielgrant
Copy link
Contributor

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

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

3 participants