I tried to use some Variable references from Variable Reference VS Code.
in
"settings": {
"autoit.includePaths": [
// "${workspaceFolder}\\LibreOffice"
"C:\\CMS_Lite\\LibreOffice"
]
}
They seem not to work at all, since the absolute path is working, but the referenced path is not...
If i use the first entry, i get this error message:
Directory "${workspaceFolder}\LibreOffice" not found (autoit.includePaths[0])
I tried to use some Variable references from Variable Reference VS Code.
in
They seem not to work at all, since the absolute path is working, but the referenced path is not...
If i use the first entry, i get this error message:
Directory "${workspaceFolder}\LibreOffice" not found (autoit.includePaths[0])