Tony

Results 16 comments of Tony

By the way, both `files.exclude` and `search.exclude` should work, but it's slightly different than how it works on file explorer and search panel, you have to use a file match...

Yep, that's what I said 🤣 > And if we actually exclude these files from the get go, we can't use quick open to switch to these files while they...

This API is only available in Windows webview2, but we can provide a polyfill as mentioned here https://github.com/tauri-apps/tauri/pull/9352#issuecomment-2034985866

I think they're json files used by code editors, not yaml files (but since yaml contains/allows all json things, syntax highlighting should still works) ![image](https://github.com/redhat-developer/yaml-language-server/assets/68118705/bdd731bb-9292-44cc-9677-bed18c30bf2d)

I need to take a look at the CheckIfAppIsRunning part, it's not actually detecting the app right now

> I need to take a look at the CheckIfAppIsRunning part, it's not actually detecting the app right now Should be fixed now

> I still would like to explore reducing the size of our semverCompare and process utils, I believe we can probably make these two plugins really small that we wouldn't...

no std version seem to be promising, 50 KB is acceptable To be honest, if we can't reduce the download plugin's size enough, there'll not be much benefit doing it...

I'm pretty sure `nsExec::Exec powershell -Command` will create a hidden window even when you set windows terminal as default console host, I have tested this on my machine (windows 10)...

> I don't know how I missed this before but looks like nsis has a [built-in download plugin](https://nsis.sourceforge.io/Builtin_NSISdl_plug-in) that is able to download the webview2 installer which is also really...