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
+
1
5
## 0.0.4
2
6
* Fixed a crash due to sourcemaps - [ #8 ] ( https://github.com/CodeMooseUS/vscode-devtools/issues/8 )
3
7
4
8
## 0.0.3
5
9
* Fixed an issue with telemetry not updating user count correctly
6
10
7
11
## 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 )
9
13
* Any settings that you change from within the devtools themselves will now be there next time you open the devtools.
10
14
* This includes changing the devtools theme which auto reloads the tools.
11
15
* 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.
39
39
"type": "devtools-for-chrome",
40
40
"request": "attach",
41
41
"name": "Attach Chrome DevTools",
42
- "file ": "${workspaceFolder}/index.html "
42
+ "url ": "http://localhost:8000/ "
43
43
}
44
44
]
45
45
}
You can’t perform that action at this time.
0 commit comments