With regard to the bug "[BUG] Error running command f5.addHost: command 'f5.addHost' not found. #206", I was able to determine the following problem:
VS Code: 1.84.1
OS: Win 10
F5 Extension: v3.15.1
The problem only occurs with the device that has no internet access. The installation is done via VSIX file. Here I could find the following error message in the "Output" of VS Code (Extension host):
2023-11-07 14:35:09.736 [error] Activating extension F5DevCentral.vscode-f5 failed due to an error:
2023-11-07 14:35:09.736 [error] TypeError: Cannot set property lastCheckDate of #<Object> which has only a getter
at AtcVersionsClient.<anonymous> (c:\Users\xxx\.vscode\extensions\f5devcentral.vscode-f5-3.15.1\node_modules\f5-conx-core\dist\bigip\atcVersionsClient.js:201:44)
at Generator.next (<anonymous>)
at fulfilled (c:\Users\xxx\.vscode\extensions\f5devcentral.vscode-f5-3.15.1\node_modules\f5-conx-core\dist\bigip\atcVersionsClient.js:36:58)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)_
If I run the same installation on a device with Internet access (also with VSIX), the extension works.
Thanks in advance!
With regard to the bug "[BUG] Error running command f5.addHost: command 'f5.addHost' not found. #206", I was able to determine the following problem:
VS Code: 1.84.1
OS: Win 10
F5 Extension: v3.15.1
The problem only occurs with the device that has no internet access. The installation is done via VSIX file. Here I could find the following error message in the "Output" of VS Code (Extension host):
If I run the same installation on a device with Internet access (also with VSIX), the extension works.
Thanks in advance!