continuedev / continue

⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
https://docs.continue.dev/
Apache License 2.0
19.25k stars 1.66k forks source link

Add support for Monaco #2829

Open alonahmias opened 1 week ago

alonahmias commented 1 week ago

Validations

Problem

VS Code and Monaco Editor differ in terms of environment setup and API compatibility. The extension’s current functionality may rely on VS Code-specific APIs that are not available in Monaco, necessitating adjustments and possibly custom implementations for Monaco.

Solution

Adding a new extention similar to the vs code extention for Monaco editor