microsoft / microsoft/vscode-tensorboard

Allow passing a path arguement to `tensorboard.launch` command

Open
#11 0 comments 0 reactions 1 assignee View on GitHub

@DonJayamanne is already working on this.

Since Dec 4, 2023.

feature-request
Dominant language
TypeScript
Stars
7
Forks
9
Avg merge
1d 2h
Merged PRs (30d)
1

Description

Add an optional parameter "logDir" to the tensorboard.launch command. This way I can add a context-menu entry to the Explorer to launch tensorboard on a specific path.
Currently, it's not possible because you call const logDir = await getLogDirectory(); to get the directory, without any option to opt-in and set a specific path.
Alternatively, you can add the context-menu entry as part of the extension.
Thanks

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.