Skip to content

Commit fdce10e

Browse files
committed
[IMP] fix launch json on linux
1 parent cbbc7e1 commit fdce10e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.vscode/launch.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
"cargo": {
1111
"args": [
1212
"build"
13-
]
13+
],
14+
"cwd": "${workspaceFolder}/server",
15+
"filter": {
16+
"name": "odoo_ls_server"
17+
}
1418
},
1519
"cwd": "${workspaceFolder}/server",
1620
"console": "externalTerminal"

0 commit comments

Comments
 (0)