Skip to content

Commit 3a15b4f

Browse files
authored
Nits in Contributing doc (#9181)
* Missing comma * Clarify that `"path"` should be the path to the devtools repo.
1 parent a474fd1 commit 3a15b4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,9 @@ command palette (`F1`)) and add the following to your settings:
225225

226226
```js
227227
"dart.customDevTools": {
228-
"path": "/absolute/path/to/devtools",
228+
"path": "/absolute/path/to/devtools/repo",
229229
"env": {
230-
"LOCAL_DART_SDK": "/absolute/path/to/sdk"
230+
"LOCAL_DART_SDK": "/absolute/path/to/sdk",
231231
// Path to the Flutter SDK that will be used to build DevTools. This may
232232
// be the path to the included Flutter SDK under the tool/ directory or
233233
// the path to your local Flutter SDK git checkout.

0 commit comments

Comments
 (0)