Skip to content

Commit

Permalink
Merge pull request #32363 from vespa-engine/theodorkl/fixVSCodeLSPClient
Browse files Browse the repository at this point in the history
fix: The LSP VScode client will now start without errors
  • Loading branch information
Mangern committed Sep 5, 2024
2 parents 7d6233f + fb0e414 commit 1106b43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ src/**
**/.eslintrc.json
**/*.map
**/*.ts
out/
node_modules
esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"icon": "images/icon.png",
"activationEvents": [],
"main": "./out/extension.js",
"main": "./dist/extension.js",
"contributes": {
"languages": [
{
Expand Down

0 comments on commit 1106b43

Please sign in to comment.