From a9d112991361c36114fb4f3eb4b2bae3c118e7f5 Mon Sep 17 00:00:00 2001 From: Rhys Date: Mon, 30 Sep 2024 17:00:30 -0400 Subject: [PATCH] chore: remove enabledApiProposals from package json as it errors on publish even though it is empty (#849) --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 3e5970436..5d8a65ebd 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,6 @@ "color": "#3D4F58", "theme": "dark" }, - "enabledApiProposals": [], "license": "SEE LICENSE IN LICENSE.txt", "main": "./dist/extension.js", "scripts": {