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

Commit 6a2c022

Browse files
authored
Merge branch 'master' into addAttach
2 parents 64fdb9a + cdbf60b commit 6a2c022

File tree

5 files changed

+325
-108
lines changed

5 files changed

+325
-108
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1+
## 0.0.5
2+
* Added attach config to attach to an already existing chrome instance - [#10](https://github.com/CodeMooseUS/vscode-devtools/issues/10)
3+
* Downgraded event-stream npm package due to security issue - [info](https://code.visualstudio.com/blogs/2018/11/26/event-stream)
4+
15
## 0.0.4
26
* Fixed a crash due to sourcemaps - [#8](https://github.com/CodeMooseUS/vscode-devtools/issues/8)
37

48
## 0.0.3
59
* Fixed an issue with telemetry not updating user count correctly
610

711
## 0.0.2
8-
* Added devtools settings persistance - [#1](https://github.com/CodeMooseUS/vscode-devtools/issues/1)
12+
* Added devtools settings persistence - [#1](https://github.com/CodeMooseUS/vscode-devtools/issues/1)
913
* Any settings that you change from within the devtools themselves will now be there next time you open the devtools.
1014
* This includes changing the devtools theme which auto reloads the tools.
1115
* Added anonymous telemetry reporting to see which functions need implementing next based on usage.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To do this in your `launch.json` add a new debug config with two parameters.
3939
"type": "devtools-for-chrome",
4040
"request": "attach",
4141
"name": "Attach Chrome DevTools",
42-
"file": "${workspaceFolder}/index.html"
42+
"url": "http://localhost:8000/"
4343
}
4444
]
4545
}

0 commit comments

Comments
 (0)