|
@@ -1,15 +1,15 @@
|
|
{
|
|
{
|
|
- // 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
|
|
|
|
|
|
+ // Utilisez IntelliSense pour en savoir plus sur les attributs possibles.
|
|
|
|
+ // Pointez pour afficher la description des attributs existants.
|
|
|
|
+ // Pour plus d'informations, visitez : https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
"configurations": [
|
|
{
|
|
{
|
|
- "type": "chrome",
|
|
|
|
|
|
+ "type": "nwjs",
|
|
"request": "attach",
|
|
"request": "attach",
|
|
- "name": "Attach to Chrome",
|
|
|
|
|
|
+ "name": "Attach to NWjs",
|
|
"port": 9222,
|
|
"port": 9222,
|
|
- "webRoot": "${workspaceFolder}/bin"
|
|
|
|
|
|
+ "webRoot": "${workspaceFolder}"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|