aboutsummaryrefslogtreecommitdiff
path: root/.vscode
Commit message (Collapse)AuthorAgeFilesLines
* Add "Win Attach to Server" debug configurationvsrs2021-01-251-0/+6
|
* vscode client side testsvsrs2020-05-202-0/+46
|
* Build extension tooJonas Schievink2020-04-282-3/+25
|
* Rebuild rust-analyzer when launching in VS CodeJonas Schievink2020-04-282-2/+9
|
* Add Launch configuration for release buildJonas Schievink2020-04-231-2/+23
|
* Rewrite auto-updateAleksey Kladov2020-03-191-0/+1
| | | | | | | | | | | | | | Everything now happens in main.ts, in the bootstrap family of functions. The current flow is: * check everything only on extension installation. * if the user is on nightly channel, try to download the nightly extension and reload. * when we install nightly extension, we persist its release id, so that we can check if the current release is different. * if server binary was not downloaded by the current version of the extension, redownload it (we persist the version of ext that downloaded the server).
* 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