Skip to content

Implement automatic project registration to DevTools#38

Open
abdotop wants to merge 1 commit into
masterfrom
feat/auto-register-devtools
Open

Implement automatic project registration to DevTools#38
abdotop wants to merge 1 commit into
masterfrom
feat/auto-register-devtools

Conversation

@abdotop

@abdotop abdotop commented Jun 12, 2026

Copy link
Copy Markdown
Member

feat(devtools): enhance registration process and add git repo name retrieval

@abdotop abdotop requested review from kigiri and omarsamb June 12, 2026 09:40
@abdotop abdotop self-assigned this Jun 12, 2026
@abdotop abdotop force-pushed the feat/auto-register-devtools branch from ae22848 to ba67883 Compare June 12, 2026 09:43
Comment thread api/local_ipc_client.ts Outdated
if (fbSuccess) {
const path = decoder.decode(fbStdout).trim()
return path.replaceAll('\\', '/').split('/').pop() ?? null
}

@kigiri kigiri Jun 12, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just check Deno.cwd()

Image

Comment thread api/local_ipc_client.ts Outdated
export async function registerToDevtools(
socketPath = defaultSocketPath,
): Promise<null | void> {
if (Deno.env.get('WITH_DEVTOOLS') !== 'yes') return

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add this in the env with truthy

@abdotop abdotop force-pushed the feat/auto-register-devtools branch 2 times, most recently from ffd35b6 to 2bc66f3 Compare June 12, 2026 10:23
@abdotop abdotop force-pushed the feat/auto-register-devtools branch from 2bc66f3 to cbf7806 Compare June 12, 2026 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants