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

Commit 5edff22

Browse files
committed
Removing unneeded code
1 parent b9df8a0 commit 5edff22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/extension.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ export function activate(context: vscode.ExtensionContext) {
4141
type: debuggerType,
4242
name: 'Launch Chrome against localhost',
4343
request: 'launch',
44-
url: 'http://localhost:8080',
45-
warning: ["foooo line #1", "foooo line #2", "foooo line #3", "foooo line #4", "foooo line #5"]
44+
url: 'http://localhost:8080'
4645
}]);
4746
},
4847

0 commit comments

Comments
 (0)