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

Persist Extensions on launch

Abierto
#263 3 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
TypeScript
Estrellas
447
Forks
76
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.