firefox-devtools / firefox-devtools/vscode-firefox-debug

Persist Extensions on launch

未关闭
#263 3 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
TypeScript
星标
447
派生
76
PR 合并指标
30 天内没有已合并 PR

描述

```jsonc
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Hello",
"type": "firefox",
"request": "launch",
"reAttach": true,
"url": "http://localhost:4000/",
}
]
}

```

Under launch mode, a fresh Firefox instance is opened, one with no account synced and no extensions.
Is there an override or anything of some sort that lets "launch" launch a browser instance that's just like a regular launch with remote debugging enabled?

贡献指南

打开贡献指南

调研方向

No source file or test is named. Start by tracing how launch configurations create a fresh Firefox instance and handle the reAttach option; done means launch can use a regular Firefox profile with synced account state and extensions while retaining remote debugging, with the behavior covered by an appropriate test.

由索引模型根据 Issue 内容生成。

评估

技术栈
typescript
领域
devtools
Issue 类型
功能
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。