Skip to content

Commit

Permalink
fix restart lsp vscode command
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWhiting committed Aug 18, 2023
1 parent 4501558 commit 114bac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/vscode/koka.language-koka/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ function createCommands(
}

const {sdkPath, allSDKs} = scanForSDK()
const newConfig = new KokaConfig(config.vsConfig, sdkPath, allSDKs)
const newConfig = new KokaConfig(config, sdkPath, allSDKs)
languageServer = new KokaLanguageServer()
await languageServer.start(newConfig, context)

Expand Down

0 comments on commit 114bac0

Please sign in to comment.