Fix #93 - Adding support to environment variables (custom mapped and OS env vars )
Notes: I faced problems when trying to use vscode.workspace.getWorkspaceFolder() instead I decided to use rootPath of the workspace (I don't know if this approach is the best option)
Deleted license.filePath = path.parse(fullPath) because it is causing the error error TS2339: Property 'filePath' does not exist on type 'License'.
Thank you @tevosouza , I will test it as soon as I can but I don't know how to test VSCode extensions not released yet, so I have to wait the merge/release cycle.
Fix #93 - Adding support to environment variables (custom mapped and OS env vars ) Notes: I faced problems when trying to use vscode.workspace.getWorkspaceFolder() instead I decided to use rootPath of the workspace (I don't know if this approach is the best option)
Deleted
license.filePath = path.parse(fullPath)
because it is causing the errorerror TS2339: Property 'filePath' does not exist on type 'License'.
Feel free to suggest changes Cya ;)