Skip to content

Commit

Permalink
Clarify VS Code configuration in DevTools extensions readme (#8579)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzieschmoll authored Dec 2, 2024
1 parent e1ead3d commit a004cc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/devtools_extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.3.0-dev.1
* Bump `devtools_app_shared` dependency to `0.3.0`.
* Bump `devtools_shared` dependency to `11.1.0`.
* Clarify VS Code configuration in `README.md`.

## 0.3.0-dev.0
* Add `ExtensionManager.copyToClipboard` method.
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools_extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ file in VS code:
"configurations": [
...
{
"name": "some_pkg_devtools_extension + simulated environment",
"cwd": "packages/some_pkg_devtools_extension",
"name": "devtools_extension + simulated environment",
"cwd": "relative/path/to/your/extension",
"request": "launch",
"type": "dart",
"args": [
Expand Down

0 comments on commit a004cc4

Please sign in to comment.