Skip to content

Commit

Permalink
Add a note about src/tool
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTup committed Aug 14, 2020
1 parent 4590e2c commit c95410d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ This folder contains all shared code that can be used by `extension`, `debug` an

Code for automated tests, including some test projects (in `src/test/test_projects`) required by the tests. Code here should not be imported into any files outside of this folder.

### src/tool

Util scripts for helping with project maintenance. For example, a script to generate the `launch.json` file because it contains a lot of boilerplate for a large number of launch configurations.


## Cloning and Running Dart Code

Expand Down

0 comments on commit c95410d

Please sign in to comment.