phizch
phizch
@davhdavh One cool thing with this change is that you can do this: ``` const string NL = "\r\n" string res = $"This is {NL }a string with multiple{NL }lines!!"...
@r4df0x I managed to get Netflix to work. It uses `WWAHost.exe` as its host process. To exclude it run this cli command: ``` mullvad split-tunnel app add C:\Windows\System32\WWAHost.exe ``` Note:...
@faern , @mvd-ows I've done some digging, and you can get info about MS Store pacakages from the process handle. [Kernel32.dll: GetPackageID](https://learn.microsoft.com/en-us/windows/win32/api/appmodel/nf-appmodel-getpackageid) gets a struct with enough info that you...
Hi @faern, I think I've started to figure things out. I was looking for driver code in the `mullvad` repository.. I only discovered the `win-split-tunnel` repository just a couple of...
I also would like to remap keys in specific applications. My use case is Visual Studio. I use a Norwegian keyboard and brackets are inconvenient. `(` is `shift+8`, `)` is...
Do you have the .cktp file and want to load it? Or do you want to convert it to a file that can be read by the built in methods...
I found the source of the problem: `ProvideDependentAssemblyAttribute` gets the Assembly path from `Assembly.CodeBase` instead of `Assembly.EscapedCodeBase`. If anyone knows where I should report the bug, let me know. `CodeBase`...
I've made an issue in the microsoft/VSExtensibility repository. https://github.com/microsoft/VSExtensibility/issues/159