Skip to content

Commit

Permalink
Merge pull request #1129 from IsBenben/main
Browse files Browse the repository at this point in the history
Fixes cannot find module 'semver'
  • Loading branch information
dbaeumer authored Jan 28, 2025
2 parents 0d2044e + 2e6b5d1 commit 3266b1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lsp-multi-server-sample/.vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ client/node_modules/**
!client/node_modules/vscode-jsonrpc/**
!client/node_modules/vscode-languageclient/**
!client/node_modules/vscode-languageserver-protocol/**
!client/node_modules/vscode-languageserver-types/**
!client/node_modules/vscode-languageserver-types/**
!client/node_modules/{minimatch,brace-expansion,concat-map,balanced-match}/**
!client/node_modules/{semver,lru-cache,yallist}/**

0 comments on commit 3266b1a

Please sign in to comment.