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

Commitc29e3bf

Browse files
mizchiclaude
andcommitted
fix: update check-examples script to use --preset instead of --language
- Fix CLI option from --language to --preset in check-examples.ts- Aligns with the new CLI interface🤖 Generated with [Claude Code](https://claude.ai/code)Co-Authored-By: Claude <noreply@anthropic.com>
1 parent58552ea commitc29e3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scripts/check-examples.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ async function testProjectDiagnostics(
8080

8181
consttransport=newStdioClientTransport({
8282
command:"node",
83-
args:[join(__dirname,"../dist/lsmcp.js"),"--language",config.language],
83+
args:[join(__dirname,"../dist/lsmcp.js"),"--preset",config.language],
8484
cwd:projectPath,
8585
env:{
8686
...process.env,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp