Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@ command palette (`F1`)) and add the following to your settings:

```js
"dart.customDevTools": {
"path": "/absolute/path/to/devtools",
"path": "/absolute/path/to/devtools/repo",
"env": {
"LOCAL_DART_SDK": "/absolute/path/to/sdk"
"LOCAL_DART_SDK": "/absolute/path/to/sdk",
// Path to the Flutter SDK that will be used to build DevTools. This may
// be the path to the included Flutter SDK under the tool/ directory or
// the path to your local Flutter SDK git checkout.
Expand Down