Skip to content

Commit

Permalink
Fix for VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
jayadamsmorgan committed Apr 17, 2024
1 parent f931c99 commit f31411c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editors/VSCode/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
const serverOptions: ServerOptions = {
run: {
command: "pkl-lsp-server",
args: [],
args: ["-l", "critical"],
},
debug: {
command: "pkl-lsp-server",
Expand Down

0 comments on commit f31411c

Please sign in to comment.