vscode-extensions.bmewburn.vscode-intelephense-client: 1.9.5 -> 1.10.1

This commit is contained in:
Pol Dellaiera 2023-11-30 09:06:57 +01:00
parent b410b4c680
commit 2f2672d772
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -591,12 +591,12 @@ let
mktplcRef = {
name = "vscode-intelephense-client";
publisher = "bmewburn";
version = "1.9.5";
sha256 = "sha256-KqWSQ+p5KqRVULwjoWuNE+lIEYkaUVkeOwMpXUxccqw=";
version = "1.10.1";
sha256 = "sha256-VZQ3dpwj4RWZuyMba8DM7+JcIBSYB8zimZOkP5mJbms=";
};
meta = {
description = "PHP code intelligence for Visual Studio Code";
license = lib.licenses.mit;
license = lib.licenses.unfree;
downloadPage = "https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client";
maintainers = [ lib.maintainers.drupol ];
};