Fernando Lima

Results 3 issues of Fernando Lima

Launch.json could be updated to call Code Runner extension to run the code, giving us a chance to send parameters to code for test purposes.

PATH=\"/Library/Frameworks/Mono.framework/Versions/Current/bin:$PATH\"; mcs $FILE; mono ${FILE/.cs/.exe}; Mono shows an error when we do it inside Brackets but runs ok if we pass it directly to bash using Terminal

**If you try to run a groovy script, you get:** Building /Users/flima/dev/test/groovy/multiline_string.groovy in /Users/flima/dev/test/groovy/... NodeDebugUtils.js:114 [node-log 7:31:20 AM] exec groovy "/Users/flima/dev/test/groovy/multiline_string.groovy" from /Users/flima/dev/test/groovy/ main.js:68 Fail from compiler: /bin/sh: groovy: command...