Improve documentation for usage with VSCode #36
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
kahliburke/Kaimon.jl#36
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It is not clear to me which VSCode extensions I need to install to use GitHub Copilot with Kaimon.
I have only the JETLS extension installed.
I launch Julia with a custom run script: https://github.com/OpenSourceAWE/KiteControllers.jl/blob/main/bin/run_julia
I launched kitemon from the command line before starting VSCode.
In Julia, I executed:
The connection is established.
But when I use Github copilot, it does not use Kaimon.
Small update: It works now, with JETLS as the only installed VSCode extension.
I use now the following script to start Julia:
UPDATE:
The README.md file says:
Which MCP extension?
Fixed the README ambiguity you flagged (
90084d2… see commit on2.0-integration). To answer your question directly — which MCP extension? None, for using Kaimon from VS Code:iin Kaimon's Config tab and it writes.vscode/mcp.jsonfor you. (Glad JETLS-only worked for you — JETLS is the Julia LSP and is unrelated to the MCP wiring.)execute_vscode_command,navigate_to_file), and Kaimon now ships its own built-in extension for that. Install it from the Config tab withv(orKaimon.install_vscode_remote_control()). It's optional and only needed for those in-editor command tools.Both README lines now say this clearly. Closing — thanks for catching it!