Henrik Holm

Results 10 comments of Henrik Holm

Unfortunately there is no direct way to limit the selection but you can do it with JS. This is not a finished example as it gets a little funky with...

@"./tessdata" path did not work for webservices. So I've added a binPath parameter to my function and calculate the path to bin folder this way string binPath = HttpContext.Current.Server.MapPath("..") +...

@charlesw That is true. I now set the bin path in the client code. If commandline tesseract is initialized with 'Path.GetDirectoryName( Assembly.GetExecutingAssembly().Location)' and if webservice 'HttpContext.Current.Server.MapPath("..")'.

That could be used. Only we have a ton of AL Extensions. Obviously we could make our extension update all settings.json files as they are opened and change said setting....

Thanks. Ill get back to this issue if the VSCode team picks up my suggestion or some variant of it

> Hm, not sure what I can do about that. Other than may be a suggestion ... > > * don't use the event for my extension `"CRS.OnSaveAlFileAction": "DoNothing"` >...

Absolutely will. We are already scanning AL files and collecting Object Type and Object IDs for all of them on activate so will only be natural to put it in...

Sorry to bother you with this one, Waldo. It would seem like a simple task but for some reason I cannot get the setting change to propagate to the settings.json...

Arh. I have gotten it. Update needs to have "CRS." on the key parameter: "CRS.OnSaveAlFileAction"

And it worked for 2 minutes then stopped. All workspaces are now DoNothing (was Rename) but now when I try to trick the setting as a final developer test it...