Merge pull request #141673 from rhoriguchi/vscode-extensions.hashicorp.terraform
vscode-extensions.hashicorp.terraform: 2.15.0 -> 2.16.0
This commit is contained in:
commit
48d43b218c
2 changed files with 4 additions and 4 deletions
|
@ -3,8 +3,8 @@ vscode-utils.buildVscodeMarketplaceExtension rec {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "terraform";
|
name = "terraform";
|
||||||
publisher = "hashicorp";
|
publisher = "hashicorp";
|
||||||
version = "2.15.0";
|
version = "2.16.0";
|
||||||
sha256 = "0bqf9ry0idqw61714dc6y1rh5js35mi14q19yqhiwayyfakwraq9";
|
sha256 = "0ya0xmmn4rmbvh8mxz466msbb3y2xqi4bg9dgymy2wq8cwzbn81b";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./fix-terraform-ls.patch ];
|
patches = [ ./fix-terraform-ls.patch ];
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
diff --git a/out/serverPath.js b/out/serverPath.js
|
diff --git a/out/serverPath.js b/out/serverPath.js
|
||||||
index ffb1b80..990ca2b 100644
|
index d25f5d4..289f0dd 100644
|
||||||
--- a/out/serverPath.js
|
--- a/out/serverPath.js
|
||||||
+++ b/out/serverPath.js
|
+++ b/out/serverPath.js
|
||||||
@@ -8,7 +8,13 @@ exports.CUSTOM_BIN_PATH_OPTION_NAME = 'languageServer.pathToBinary';
|
@@ -8,7 +8,13 @@ exports.CUSTOM_BIN_PATH_OPTION_NAME = 'languageServer.pathToBinary';
|
||||||
|
@ -16,4 +16,4 @@ index ffb1b80..990ca2b 100644
|
||||||
+ }
|
+ }
|
||||||
}
|
}
|
||||||
installPath() {
|
installPath() {
|
||||||
return this.context.asAbsolutePath(INSTALL_FOLDER_NAME);
|
return path.join(this.context.globalStorageUri.fsPath, INSTALL_FOLDER_NAME);
|
||||||
|
|
Loading…
Reference in a new issue