lol

vscode-extensions.hashicorp.terraform: 2.15.0 -> 2.16.0

+4 -4
+2 -2
pkgs/misc/vscode-extensions/terraform/default.nix
··· 3 3 mktplcRef = { 4 4 name = "terraform"; 5 5 publisher = "hashicorp"; 6 - version = "2.15.0"; 7 - sha256 = "0bqf9ry0idqw61714dc6y1rh5js35mi14q19yqhiwayyfakwraq9"; 6 + version = "2.16.0"; 7 + sha256 = "0ya0xmmn4rmbvh8mxz466msbb3y2xqi4bg9dgymy2wq8cwzbn81b"; 8 8 }; 9 9 10 10 patches = [ ./fix-terraform-ls.patch ];
+2 -2
pkgs/misc/vscode-extensions/terraform/fix-terraform-ls.patch
··· 1 1 diff --git a/out/serverPath.js b/out/serverPath.js 2 - index ffb1b80..990ca2b 100644 2 + index d25f5d4..289f0dd 100644 3 3 --- a/out/serverPath.js 4 4 +++ b/out/serverPath.js 5 5 @@ -8,7 +8,13 @@ exports.CUSTOM_BIN_PATH_OPTION_NAME = 'languageServer.pathToBinary'; ··· 16 16 + } 17 17 } 18 18 installPath() { 19 - return this.context.asAbsolutePath(INSTALL_FOLDER_NAME); 19 + return path.join(this.context.globalStorageUri.fsPath, INSTALL_FOLDER_NAME);