APerricone / harbourCodeExtension

Antonino Perricone's extension for visual studio code about Harbour and xHarbour programming languages
32 stars 20 forks source link

A solution for: EMFILE: too many open files #81

Closed clgeraldo closed 2 years ago

clgeraldo commented 2 years ago

A solution for the error: "EMFILE: too many open files"

clgeraldo commented 2 years ago

This is one solution that I'm using in my VSCode.

APerricone commented 2 years ago

hello, thank you for your pull request, I see your fix, but I will not include it on my code for 2 reasons: all my code is in English, so the Spanish function name is out of context, for second the JavaScript promise technology was made to avoid the "callback hell", in this fix I will going to use the "then" function. I will include a similar fix asap. regards

clgeraldo commented 2 years ago

You're right. I didn't really remember to change the function to English. And I don't have much knowledge of JavaScript. I hope I have contributed in some way. Thanks.

APerricone commented 2 years ago

I did my version of your fix, see https://github.com/APerricone/harbourCodeExtension/commit/fbd7e64ba7e28c12ccd98645ec7cfac66e0412c0

clgeraldo commented 2 years ago

Ok. I saw this and think it's good. Congratulations. Thank's so much.