Philip Daniels
Philip Daniels
Hi Jo, Please could you add a function which will display all bookmarks that exist, not just those in open buffers. Currently, you have to open a file before the...
I have some similar code (though based on a different technique) which allows you to access properties nested on a hierarchical object model, for example - using your syntax: ```...
I'm using chrono-tz to convert from London times to UTC, for which it is great. (Spent several hours googling and was not able to figure out how to do this...
Version of VSCode: 1.14.1 Version of the extension: 0.4.2 OS: Linux Mint Cinnamon 18.2 Description: I have a project I am trying to learn rust with. The rust src is...
Does the macro get expanded when doing a standard `cargo build`? That would be a lot of processing for something that will be thrown away when producing a binary. Or,...
Given a model ``` public class Car { public Car() { Bag = new Dictionary(); } public IDictionary Bag { get; } } ``` I want to ignore all changes...
Do you have any idea what would cause this? Sorry I cannot reproduce easily at the moment. Version: Exception: ``` MissingMethodException - Constructor on type 'EntityChange.DictionaryWrapper`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[Newtonsoft.Json.Linq.JToken,...
I don't understand why there are so many dependencies when I install Microphone.AspNet in a Framework 4.5.1 project. It's even pulling in things like Microsoft.CodeAnalysis.dll. I discovered this when I...