APerricone / harbourCodeExtension

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

launch.json Env support #97

Open jbtule opened 1 year ago

jbtule commented 1 year ago

I couldn't get npm isntall to work with @yagisumi/win-output-debug-string So I hobbled the extension locally just to test these change to have a reasonable expectation of working (for someone who could build the full extension).

fixes #96

jbtule commented 12 months ago

I noticed https://github.com/APerricone/harbourCodeExtension/issues/91#issuecomment-1439571492 that mentioned this project is semi abandoned. Are you able to build this project still?

jbtule commented 11 months ago

I figured out how to fully compile client using instructions from https://github.com/microsoft/nodejs-guidelines/blob/master/windows-environment.md#compiling-native-addon-modules

If this project is truly abandoned i will probably fork.

albeiroval commented 1 month ago

I figured out how to fully compile client using instructions from https://github.com/microsoft/nodejs-guidelines/blob/master/windows-environment.md#compiling-native-addon-modules

If this project is truly abandoned i will probably fork.

Excellent!!! Is there any progress?