aboutsummaryrefslogtreecommitdiff
path: root/.vscode
Commit message (Collapse)AuthorAgeFilesLines
* Add rollupAleksey Kladov2019-12-301-3/+0
|
* Minimize TypeScript buildAleksey Kladov2019-12-302-25/+28
|
* Trim down launch configurationsAleksey Kladov2019-12-292-9/+15
|
* Drop all the debugging tasksAleksey Kladov2019-12-291-309/+0
| | | | | | | | There are too many of them, and they no longer match the set of crates we have. This really should be handled in a different way, by having out "rust-analyzer: Run" generate the appropriate lldb config on the fly.
* Drop obsolete tasksAleksey Kladov2019-12-291-25/+1
|
* Add rollup sourcemap and fix launch.jsonEdwin Cheng2019-12-081-1/+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-193-0/+396
Changed presentation from clear to reveal silent Removed the vscode gitignore entry Added debugging documentation Added tasks and launch configs