vscode-marimo icon indicating copy to clipboard operation
vscode-marimo copied to clipboard

Copilot support?

Open ravwojdyla opened this issue 1 year ago • 5 comments

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.

ravwojdyla avatar Oct 02 '24 12:10 ravwojdyla

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

mscolnick avatar Oct 02 '24 13:10 mscolnick

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

ravwojdyla avatar Oct 02 '24 14:10 ravwojdyla

what version of node? can you run marimo env?

mscolnick avatar Oct 02 '24 14:10 mscolnick

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

ravwojdyla avatar Oct 02 '24 14:10 ravwojdyla

Having the same issue. Since this doesn't seem to be related to the VSCode extension, opened a new issue for this over here: https://github.com/marimo-team/marimo/issues/2780

gabrielgrant avatar Nov 04 '24 14:11 gabrielgrant

Hi, we've launched a new VSCode extension at https://github.com/marimo-team/marimo-lsp (readme). It may mean this issue is resolved or no longer applicable. If the issue still exists, please file the issue on over on the new Issues page.

mscolnick avatar Nov 05 '25 18:11 mscolnick