Skip to content

Commit b19258b

Browse files
committed
include all information in dump serve-d info command
1 parent 4f3c053 commit b19258b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/commands.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,9 @@ export function registerClientCommands(context: vscode.ExtensionContext, client:
400400

401401
subscriptions.push(vscode.commands.registerCommand("code-d.dumpServedInfo", async () => {
402402
let info = await client.sendRequest("served/getInfo", {
403-
includeConfig: true
403+
includeConfig: true,
404+
includeIndex: true,
405+
includeTasks: true,
404406
});
405407

406408
client.outputChannel.appendLine("");

0 commit comments

Comments
 (0)