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

Persist Extensions on launch

Open
#263 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
447
Forks
76
PR merge metrics
No merged PRs in 30d

Description

```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?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.