eclipse-archived / smarthome

Eclipse SmartHome™ project
https://www.eclipse.org/smarthome/
Eclipse Public License 2.0
861 stars 787 forks source link

[lsp] Inline validation works only using drive letter #6892

Closed hpd96 closed 5 years ago

hpd96 commented 5 years ago

OS: windows 10 VSCode: 1.32.1 openHAB Extension: 0.4.1 (latest) openHAB: 2.4.0 Release Build

mapping openhab server "conf" folder (exported via SMB) to local drive letter the syntax validation working: e.g. Y:\conf (drive mapped from \\openhabpi\openhab240)

using UNC path directly on same openhab SMB share does not work e.g.: \\openhabpi\openhab240\conf

this is very irritating and a blocker for newbies because there is no hint or note that UNC SMB path is not supported (even you are able to edit the rules files)

see also https://github.com/eclipse/smarthome/issues/6430

5iver commented 5 years ago

@hpd96, OH reintegrated ESH into openhab-core, so your issue here will be overlooked and should be recreated in one of the OH repos. It sounds like you are requesting a documentation update... https://github.com/openhab/openhab-docs, or possibly a change to the VS Code extension... https://github.com/openhab/openhab-vscode. Hope this helps!

hpd96 commented 5 years ago

duplicate of https://github.com/eclipse/smarthome/issues/6611