From 6f0a8bd2c0b68688890f91952921cace766c00ca Mon Sep 17 00:00:00 2001 From: Pho Hale Date: Fri, 6 Sep 2024 21:27:35 -0400 Subject: [PATCH] looks like the "notebookCellExecutionState" proposal was never needed, still need to test --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 848f357..a6818be 100644 --- a/package.json +++ b/package.json @@ -131,9 +131,6 @@ "lint": "eslint src --ext ts", "test": "node ./out/test/runTest.js" }, - "enabledApiProposals": [ - "notebookCellExecutionState" - ], "devDependencies": { "@types/vscode": "^1.72.0", "@types/glob": "^7.1.3",