Skip to content

Conversation

@mscolnick
Copy link
Contributor

@mscolnick mscolnick commented Apr 11, 2025

Bump codemirror-language server:

  • snippets
  • configurable incremental edits

Fixes #4464

We don't send incremental edits since it breaks copilot. This also adds some fixes for the websocket proxy and multiple LSPs running at once

@vercel
Copy link

vercel bot commented Apr 11, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marimo-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 14, 2025 3:28pm
marimo-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 14, 2025 3:28pm

@mscolnick mscolnick force-pushed the ms/bump-codemirror-ls branch from 77ab5be to 2172fe3 Compare April 14, 2025 15:22
@mscolnick mscolnick changed the title chore: bump codemirror-languageserver chore: bump codemirror-languageserver, fix GitHub Copilot incremental updates Apr 14, 2025
@mscolnick mscolnick requested review from akshayka and Copilot April 14, 2025 15:24
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 5 out of 7 changed files in this pull request and generated no comments.

Files not reviewed (2)
  • frontend/package.json: Language not supported
  • frontend/pnpm-lock.yaml: Language not supported
Comments suppressed due to low confidence (1)

frontend/src/core/codemirror/copilot/language-server.ts:122

  • Ensure that 'getCodes' is imported or defined in this file to avoid a runtime error if it is missing.
const text = getCodes(change.text);

@mscolnick mscolnick merged commit e9be603 into main Apr 14, 2025
40 checks passed
@mscolnick mscolnick deleted the ms/bump-codemirror-ls branch April 14, 2025 15:38
@github-actions
Copy link

🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.12.9-dev32

dmadisetti pushed a commit that referenced this pull request Apr 17, 2025
… updates (#4492)

Bump codemirror-language server:
 - snippets
 - configurable incremental edits

Fixes #4464 

We don't send incremental edits since it breaks copilot. This also adds
some fixes for the websocket proxy and multiple LSPs running at once
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

Successfully merging this pull request may close these issues.

GitHub copilot completions don't work if not in last cell from v0.12.1

2 participants