Skip to content

Commit 1fec47b

Browse files
ohah윤형배 [Frontend]
andauthored
docs(contribute): update VS Code extension debug build settings (#706)
Update the settings.json example to correctly reference the debug build path for oxc_language_server. This ensures developers can properly configure the extension to use the debug build for faster development feedback. Co-authored-by: 윤형배 [Frontend] <yoonhb173@payhere.in>
1 parent 6a63c2a commit 1fec47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/contribute/vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Or use the Extension Settings with `settings.json`:
5555

5656
```json
5757
{
58-
"oxc.path.server": "./editors/vscode/target/debug/oxc_language_server"
58+
"oxc.path.oxlint": "./editors/vscode/target/debug/oxc_language_server"
5959
}
6060
```
6161

0 commit comments

Comments
 (0)