We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a474fd1 commit 3a15b4fCopy full SHA for 3a15b4f
1 file changed
CONTRIBUTING.md
@@ -225,9 +225,9 @@ command palette (`F1`)) and add the following to your settings:
225
226
```js
227
"dart.customDevTools": {
228
- "path": "/absolute/path/to/devtools",
+ "path": "/absolute/path/to/devtools/repo",
229
"env": {
230
- "LOCAL_DART_SDK": "/absolute/path/to/sdk"
+ "LOCAL_DART_SDK": "/absolute/path/to/sdk",
231
// Path to the Flutter SDK that will be used to build DevTools. This may
232
// be the path to the included Flutter SDK under the tool/ directory or
233
// the path to your local Flutter SDK git checkout.
0 commit comments