Tomáš Král
Tomáš Král
Version of VSCode: 1.12.2 Version of the extension: 0.3.14 OS: Antergos Linux Description: In this example code: ``` match chars.peek() { Some(&'a'...'f') => true, Some(_) => false, None => false...
Hi ! I added support for the Clearcoat extension. Note that I mostly adapted the code from the other extensions.
Hi, thank you for making this crate. I'd find it very useful to return refernces from `map_ref`, like this: ```rust struct Bar { inner: u32, } #[derive(EnumPtr)] #[repr(C, usize)] enum...
When I try to run any of the samples, I get this error: `System.AggregateException: One or more errors occurred. (Property CliPath: The path to the DCP executable used for Aspire...