Skip to content

Commit

Permalink
include all information in dump serve-d info command
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Dec 11, 2023
1 parent 4f3c053 commit b19258b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,9 @@ export function registerClientCommands(context: vscode.ExtensionContext, client:

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

client.outputChannel.appendLine("");
Expand Down

0 comments on commit b19258b

Please sign in to comment.