Closed anonymous1184 closed 2 years ago
I tried but could not confirm the issue.
In my environment, useAnnounce
was successfully extended to Test (deep)
.
Since vscode completes attributes using request
and type
, it is recommended to define them.
As soon as I removed the folder of the problematic project from data\user-data\user\workspaceStorage
it works again, so is a bug on VSCodium and not the extension. Thanks a lot for checking this out!
OK.
This extension is not guaranteed to work with VSCodium and may cause other issues.
Please report back to us then as well. This will be low priority, but will be fixed if possible.
Debug directives on includes need
useLoadedScripts
and permanently debug like that is a bit slower, so I have two profiles one quick debugging and one for a more in depth debug (throughextend
). I noticed theextend
option is not carried to the extended profile.Here's a simple testing pair:
Also on a quick side note (I don't know if this is the extension or VSCode) the extended profile works fine without
request
andtype
but thelaunch.json
validation marks their absence as warning. And that's totally not worth of creating a new issue because it might not be the extension after all.