Skip to content

Commit 4991516

Browse files
committed
Fix LSP outFiles
1 parent c9233ce commit 4991516

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.vscode/launch.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
"name": "Attach to VS Code LSP Server",
2323
"port": 6009,
2424
"restart": true,
25-
"outFiles": ["${workspaceRoot}/out/**/*.js"]
25+
"outFiles": [
26+
"${workspaceFolder}/apps/vscode/out/lsp/**/*.js"
27+
]
2628
}
27-
]
29+
]
2830
}

0 commit comments

Comments
 (0)