Jack Viers
Jack Viers
Hey, love the plugin. Is there a setting for getting it to work through a proxy. Clippy fails at work with > [info] Unable to load/store local Clippy advice due...
``` scala implicit val AssetUploadAndMetadataUnmarshaller = Unmarshaller[AssetUploadAndMetadata](ContentTypeRange(MediaRanges.`multipart/*`)){ * case(HttpEntity.NonEmpty(contentType, data)) => "aaarg!" } ``` Note that ``multipart/*`` is inside backticks. scala-mode-2 considers that to be the start of a comment,...
This commit adds support for using the coursier default config files as a configuration file for coursier resolution. It addresses the following concerns from https://github.com/com-lihaoyi/mill/discussions/1226: - The need for a...
**Is your feature request related to a problem? Please describe.** When editing mdoc documentation, scala code in the mdoc is not interactive. No error diagnostic information, code completion, code navigation...