mirror of
https://github.com/hatoo/egglog-language-server.git
synced 2025-12-23 04:36:33 +00:00
fix
This commit is contained in:
parent
2442d01716
commit
7e2fc5f919
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ function activate(context) {
|
|||
const relativeFile = document.uri.fsPath;
|
||||
|
||||
let process_exec = new vscode.ProcessExecution("egglog", [
|
||||
"--desugar",
|
||||
"--show", "desugared-egglog",
|
||||
relativeFile
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue