microsoft / microsoft/vscode-tensorboard
Allow passing a path arguement to `tensorboard.launch` command
Open
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.