Added 42crunch.vscode-openapi
This commit is contained in:
parent
83d6afa904
commit
ab40903108
2 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,7 @@ desktop: { pkgs, ... }: {
|
|||
programs = {
|
||||
zsh = {
|
||||
enable = true;
|
||||
enableVteIntegration = true;
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
@ -109,6 +109,12 @@
|
|||
version = "0.5.1";
|
||||
sha256 = "sha256-neAvG8bk8yzpbuSzvVVi8Z3lCr29FBncXx3Sv/KChHw=";
|
||||
}
|
||||
{
|
||||
publisher = "42crunch";
|
||||
name = "vscode-openapi";
|
||||
version = "4.9.4";
|
||||
sha256 = "sha256-rY4sBGXEtMX2VsJ7LArCKPfqi0NVdg0ReKCAPUbCe0Q=";
|
||||
}
|
||||
];
|
||||
userSettings = {
|
||||
"diffEditor.codeLens" = true;
|
||||
|
|
Loading…
Reference in a new issue