Skip to content

Commit

Permalink
fix: use lsp 0.4.24 to fix bug with empty manifests (fabric8-analytic…
Browse files Browse the repository at this point in the history
  • Loading branch information
arajkumar authored Feb 9, 2021
1 parent a56ecc0 commit e11ebf9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 19 deletions.
27 changes: 10 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
},
"dependencies": {
"@redhat-developer/vscode-redhat-telemetry": "0.0.13",
"fabric8-analytics-lsp-server": "^0.4.20",
"fabric8-analytics-lsp-server": "^0.4.24",
"fs": "0.0.1-security",
"node-fetch": "^2.6.0",
"path": "0.12.7",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const glob = require('glob');
module.exports = (env, argv) => {
let entry = {
'extension': './src/extension.ts',
'server': './node_modules/fabric8-analytics-lsp-server/server.js',
'server': './node_modules/fabric8-analytics-lsp-server/dist/server.js',
};
// debug
if (argv.mode !== 'production') {
Expand Down

0 comments on commit e11ebf9

Please sign in to comment.