marimo-team / vscode-marimo

marimo vscode extenion
https://marketplace.visualstudio.com/items?itemName=marimo-team.vscode-marimo
MIT License
32 stars 5 forks source link

Copilot support? #43

Open ravwojdyla opened 4 days ago

ravwojdyla commented 4 days ago

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 commented 4 days ago

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

ravwojdyla commented 4 days ago

@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 commented 4 days ago

what version of node? can you run marimo env?

ravwojdyla commented 4 days ago

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