Skip to content
This repository was archived by the owner on Sep 17, 2021. It is now read-only.

Commit a353e0b

Browse files
committed
adding request param to default
1 parent 0b78805 commit a353e0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const debuggerType = 'devtools-for-chrome';
1111
const DEFAULT_CONFIG = {
1212
type: debuggerType,
1313
name: 'Launch Chrome against localhost',
14+
request: 'launch',
1415
url: 'http://localhost:8080',
1516
};
1617

0 commit comments

Comments
 (0)