aboutsummaryrefslogtreecommitdiff
path: root/editors/code/.prettierignore
Commit message (Collapse)AuthorAgeFilesLines
* Run VS Code tests on CIRyan Cumming2019-06-291-0/+2
This is actually much faster than I expected; it takes about 13 seconds to download VS Code and run the unit tests. This means the VS Code tests are still significantly faster than the Rust ones. If this ends up being unreliable we can always remove it later or move it to a separate optional job. We also need to ignore the `.vscode-test` directory when running `prettier` or it will get upset about some temporary JSON files VS Code creates.