mbehr1 / dlt-logs

Visual Studio Code extension that adds support to open DLT (genivi, AUTOSAR) diagnostic log and trace files with lifecycle detection, filters, time-sync, etc.
Other
15 stars 9 forks source link

feat(remote): add new command dltOpenAdltRemoteFile #189

Closed mbehr1 closed 7 months ago

mbehr1 commented 7 months ago

Initial support for a real remote setup where adlt is running on a different machine.

Use command "Open DLT file via a remote adlt instance...". File selection dialog will open multiple times to be able to select multiple files at once.

Last address is persisted in globalState (global for that user).

The remote filesystem can be browsed during file open dialog at /fs/...

Currently e.g. the plugin paths need to fit as well to the remote machine. This needs better settings options.