N. Taylor Mullen

Results 103 comments of N. Taylor Mullen

toHexValue should be a numerical value. Aka 0x666666 (valid in js)

Need to do profiling on this for static maps, not sure if doing all the extra math to determine the map clip size is more performant then just relying on...

So I took a look at your branch and left a few comments on your commit. Love the integrated QUnit tester, in the past I used Chutzpah but hey why...

@filipw thanks for asking. So based on a search of our repo I don't see any reference of `Initalize` which leads me to think this would be fine. That being...

If O# enabled plugins to provide [workspace commands](https://microsoft.github.io/language-server-protocol/specification#workspace_executeCommand) it wouldn't require exposing a new endpoint but instead would just require O# to route to specific command holders. I doubt it'd...

Eh, endpoints are just endpoints. I don't recall how it all fits together but I'd be surprised if that was 100% required

@david-driscoll this would definitely be nice! Of course if we could utilize StreamJsonRpc in O# that would also suffice. That being said I don't know the initial motivators you had...

Hopefully this wont be an issue in the future because of @akshita31's extension download verification to ensure that everything installs correctly

@akshita31 shouldn't the payload verification catch this?

> @NTaylorMullen I believe the problem is that the version of the Razor language service that we are shipping is still using the older CoreCLR. Does the latest beta have...