Skip to content

Commit 7a8069b

Browse files
committed
MAINT: adjust launch.json for linux
1 parent 12c5257 commit 7a8069b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.vscode/launch.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@
1414
"--no-run",
1515
"--lib",
1616
"--package=jsonlogic"
17-
],
18-
"filter": {
19-
"name": "jsonlogic",
20-
"kind": "lib"
21-
}
17+
]
2218
},
2319
"args": [],
24-
"cwd": "${workspaceFolder}"
20+
"cwd": "${workspaceFolder}",
21+
"sourceLanguages": [
22+
"rust"
23+
]
2524
}
2625
]
2726
}

0 commit comments

Comments
 (0)