From 1e37ce69bbf2ec8941e6f1602df5e458043fdcb6 Mon Sep 17 00:00:00 2001 From: Andy Jordan Date: Tue, 27 Jun 2023 13:17:04 -0700 Subject: [PATCH] Update VS Code engine to 1.79.0 Now that Azure Data Studio is doing the same in: https://github.com/microsoft/azuredatastudio/pull/23482 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85760334b4..8c0e2dafe5 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "publisher": "ms-vscode", "description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!", "engines": { - "vscode": "^1.67.0" + "vscode": "^1.79.0" }, "author": "Microsoft Corporation", "license": "SEE LICENSE IN LICENSE.txt",