The example script first compiles - in this case TypeScript - source files containing internal imports (i.e. modules outside node_modules) with absolute paths. As TypeScript does not transform import ...
Does workspace.findFiles not support absolute paths? Can the API be modified to support absolute paths while also allowing the input of ignore patterns? This method is very convenient for retrieving ...
I've got a problem that I'm stuck on. How do I programmatically get the executing jar file's absolute path?<BR><BR>I'm trying to look for a folder that is relative to the jar file's directory but I'm ...