software-engineering-project-org / vscode-plugin-automotive-app-deployment

Code base for LAD (Leda App Deployer) - a Visual Studio Code Plugin simplifying deployment of Velocitas Apps on Leda-running devices
Apache License 2.0
2 stars 1 forks source link

Function doesn't sound like generic helper function but specific for the welcome page. Probably move to separate package? #135

Closed bs-jokri closed 1 year ago

bs-jokri commented 1 year ago

https://github.com/software-engineering-project-org/vscode-plugin-automotive-app-deployment/blob/46335cb73685064d00ad020b7bae3b9a88975846/src/helpers/helpers.ts#L51

dangelic commented 1 year ago

outsource the openUserManual (formerly openWelcomePage) function to a separate file. Also, our generic helpers are now in the directory "utils", containing all generic helpers in a single file plus other utility functions like the openUserManual.