This repository was archived by the owner on Sep 17, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +325
-108
lines changed
Expand file tree Collapse file tree 5 files changed +325
-108
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments