aboutsummaryrefslogtreecommitdiff
path: root/.vscode/tasks.json
Commit message (Collapse)AuthorAgeFilesLines
* vscode client side testsvsrs2020-05-201-0/+12
|
* Build extension tooJonas Schievink2020-04-281-1/+23
|
* Rebuild rust-analyzer when launching in VS CodeJonas Schievink2020-04-281-0/+7
|
* Rename the binary to rust-analyzerAleksey Kladov2020-02-181-1/+1
|
* Add rollupAleksey Kladov2019-12-301-3/+0
|
* Minimize TypeScript buildAleksey Kladov2019-12-301-17/+10
|
* Trim down launch configurationsAleksey Kladov2019-12-291-4/+4
|
* Drop obsolete tasksAleksey Kladov2019-12-291-25/+1
|
* revert change to "check" since "build" is intentionalBernardo2019-03-101-1/+1
|
* add cargo watch tasksBernardo2019-03-101-22/+35
| | | | use extension problemMatcher
* Config for raLspServerPath will be overwritten if __RA_LSP_SERVER_DEBUG is setAndrew Ross2019-01-191-0/+47
Changed presentation from clear to reveal silent Removed the vscode gitignore entry Added debugging documentation Added tasks and launch configs