Jack5
Jack5
Reproduced in a sandbox vault: 1. Create a new vault and clear all notes from it. 2. Create a new note. Add a table of contents and a heading, leaving...
Confirmed that this is still an issue in the latest version of the plugin.
> The installer should be running `powershell -ExecutionPolicy Bypass -WindowStyle Hidden -File "$INSTDIR\update_path.ps1" -Add -Path "$INSTDIR\bin"`, I presume while elevated. Could perhaps try that manually and see if there is...
After running the above command, I got the following error: ``` .\update_path.ps1 : File C:\Program Files\Gauge\update_path.ps1 cannot be loaded because running scripts is disabled on this system. For more information,...
- The output of `Get-ExecutionPolicy -List` on my computer is the same as yours. - My computer does have Sophos Endpoint Agent installed, but I doubt that it is the...
From my rudimentary testing, one of the causes of this error happens to be basedpyright starting disabled. If you enable it under the right circumstances, no basedpyright logs ever appear...
I do so manually by right clicking on the extensions in the list.
After adding "profiles" to `syncSettings.resources` (which doesn't currently have "profiles" in it) and attempting to use the Command Pallete action `Sync Settings: Upload (user -> repository)`, I get the following...
Although I have not fully researched this myself, the Chrome DevTools Protocol can also be used to interact with WebView2 applications, the Microsoft Edge equivalent of Electron. I'd recommend looking...