aboutsummaryrefslogtreecommitdiff
path: root/.vscode
Commit message (Collapse)AuthorAgeFilesLines
* Rename the binary to rust-analyzerAleksey Kladov2020-02-182-3/+3
|
* vscode: apply lnicolas amendments to comments in launch.jsonVeetaha2020-02-161-7/+8
|
* vscode: remove extra comment loneVeetaha2020-02-161-1/+0
|
* vscode: skip node internals while debuggingVeetaha2020-02-161-5/+11
|
* Apply suggestions from code reviewAleksey Kladov2020-02-161-3/+4
| | | Co-Authored-By: LaurenČ›iu Nicola <[email protected]>
* Added short description and disable-extensions Dmitry2020-02-161-1/+16
|
* 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