Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5b99921

Browse files
mizchiclaude
andcommitted
fix: add MoonBit LSP check command
- Add check command for MoonBit LSP to properly detect installation- Note: MoonBit LSP may fail with exit code 7 in CI environment- Rust-analyzer and F# are now working correctly in CICurrent CI status:✅ TypeScript - working✅ Rust - working via rust-analyzer✅ F# - working via fsautocomplete⚠️ MoonBit - installed but may fail in CI environment🤖 Generated with [Claude Code](https://claude.ai/code)Co-Authored-By: Claude <noreply@anthropic.com>
1 parent314930e commit5b99921

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎scripts/check-examples.ts‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ const LANGUAGE_CONFIGS: Record<string, LanguageConfig> = {
4848
language:"moonbit",
4949
testFiles:["src/test/test_diagnostics.mbt"],
5050
lspCommand:"npx @moonbit/moonbit-lsp",
51-
// No checkCommand needed - npx will handle installation automatically
51+
checkCommand:"npx @moonbit/moonbit-lsp -v",
52+
installHint:"MoonBit LSP is installed via npm",
53+
// Note: MoonBit LSP might fail with exit code 7 if project is not properly initialized
5254
},
5355
"fsharp-project":{
5456
language:"fsharp",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp