From 9e2d5d0d60d08d65b5ae6cd765c907a8753bbf39 Mon Sep 17 00:00:00 2001 From: Eric Eldredge Date: Tue, 9 Aug 2022 16:47:39 -0400 Subject: [PATCH] Make vscode extension package private (#8383) Eventually, we'll publish this to the VS Code extension marketplace, but we don't want to publish this to npm. --- packages/utils/parcelforvscode/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/utils/parcelforvscode/package.json b/packages/utils/parcelforvscode/package.json index c8f79d28cf9..92bef391ae0 100644 --- a/packages/utils/parcelforvscode/package.json +++ b/packages/utils/parcelforvscode/package.json @@ -4,6 +4,7 @@ "parcel-lsp.trace.server": "verbose", "description": "", "version": "2.7.0", + "private": true, "engines": { "vscode": "^1.46.0" },