From 025c7a9c784d139bdf3839f6697e12b5ec65bf80 Mon Sep 17 00:00:00 2001 From: Aditya Bist Date: Tue, 16 Jun 2020 12:49:59 -0700 Subject: [PATCH] fix builds (#1695) --- package.json | 4 ++-- test/stubs.ts | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1bec1fdd..a8d8b52d 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Microsoft/vscode-mssql/blob/master/README.md", "engines": { - "vscode": "^1.45.0" + "vscode": "^1.46.0" }, "categories": [ "Programming Languages", @@ -74,7 +74,7 @@ "@types/mocha": "^5.2.7", "@types/tmp": "0.0.28", "@types/underscore": "1.8.3", - "@types/vscode": "^1.45.0", + "@types/vscode": "^1.46.0", "assert": "^1.4.1", "chai": "^3.5.0", "coveralls": "^3.0.2", diff --git a/test/stubs.ts b/test/stubs.ts index c08df03d..e86d7143 100644 --- a/test/stubs.ts +++ b/test/stubs.ts @@ -30,6 +30,7 @@ class TestExtensionContext implements vscode.ExtensionContext { globalStoragePath: string; logPath: string; extensionUri: vscode.Uri = vscode.Uri.parse('test_uri'); + environmentVariableCollection: vscode.EnvironmentVariableCollection = undefined; asAbsolutePath(relativePath: string): string { return undefined;