llvm / vscode-mlir

Other
51 stars 13 forks source link

mlir.server_path does not support "${workspaceFolder}/" #2

Open gglin001 opened 2 years ago

gglin001 commented 2 years ago

settings.json

when set to

    "mlir.server_path": "${workspaceFolder}/build/bin/standalone-lsp-server",

will get a error

Screen Shot 2022-08-12 at 11 58 54 AM

when set to absolute path, everything works

xerpi commented 1 year ago

This problem still persists.