There was an error while loading. Please reload this page.
1 parent ce759f6 commit 2c5d21cCopy full SHA for 2c5d21c
1 file changed
packages/lsp/CLAUDE.md
@@ -35,7 +35,7 @@ src/
35
export const MyServer: LSPServerInfo = {
36
id: 'my-server',
37
extensions: ['.ext'],
38
- root: nearestRoot(['config.json']), // or custom root function
+ root: nearestRoot(['config.json']), // or custom root function
39
async spawn(root) {
40
const proc = spawn('my-lsp', ['--stdio'], { cwd: root })
41
return { process: proc }
0 commit comments