Garrett Serack
Garrett Serack
I can sign drivers thru the Outercurve Foundation. Let me spin up my Win7 development VM and see if I can build this. If I get the build running right,...
@voltagex Um, I could probably put a CI system in place for it, I should do that for OneGet anyway.
Given that this would require dependency on WPF and `System.Windows` - is it feasible to create a `Microsoft.Build.Frameworks.XamlTypes` assembly? A quick and dirty csproj file shows that it can build...
[Edited] -- I **was** running into this same problem. Fresh OS, followed building.md exactly (and added `bison` and `flex` to the `sudo apt install ...` ) It would seem that...
Ah, I should have said I *was* running into the same problem, when I was using the latest arm tools. I backed down to the 2018-q2 version, and the problems...
I only have a couple of minutes, and wanted to dump a couple notes here for y'all I had trouble running code-server in development mode, because of a string smashing...
The other problem I had was actually using a terminal window -- it'll start up powershell, but can't interact with the frame at all. Haven't looked into that either.
If you want to make the path always use forward slashes then I'd still go with `path.join( base, "/static/", this.options.commit , this.rootPath).replace(/\//g,'/')` or something that smartly puts separators in, as...
A significant update to Go To Symbol has been published in the insiders build - see https://github.com/microsoft/vscode-cpptools/issues/11557
@Shaka0723 - So, what's happening here is that the direct matches are picking up matches (so, `usb` is matching), but `usbgain` doesn't because the fuzzy searching is somewhat limited on...