microsoft / microsoft/vscode-tensorboard
Check if tensorboard is already running when launching
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7
- Forks
- 9
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 1
Description
After closing the Tensorboard tab, one needs to manually kill the tensorboard server processes before re-launching.
Please allow the extension to check if an instance is already running and reopen it on a tab if positive.
Also, in case of multi-user systems, if another user is already running tensorboard at default port 6000, the extension fails instead of creating a new instance at another free port, like 6001, would be nice if it tried to do so.
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.
Research direction
The issue does not name files or tests. Start by tracing the extension's TensorBoard launch flow, then verify how it detects an existing server and selects a free port when port 6000 is occupied; done means reopening an existing instance and launching a new instance on another available port.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100