From a091ea19dd357cf86581a445f31235dd8c60c106 Mon Sep 17 00:00:00 2001 From: Rhys Howell Date: Mon, 30 Sep 2024 16:46:06 -0400 Subject: [PATCH] chore: remove enabledApiProposals from package json as it errors on publish even though it is empty --- 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": {