From 14027c4915cd736387a040b9c1ecbef4a4d57b4e Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Sat, 2 Jan 2021 15:41:40 +0100 Subject: [PATCH] docs: fix vscode-vsce PR details (#2314) --- packages/gatsby/content/features/plugnplay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby/content/features/plugnplay.md b/packages/gatsby/content/features/plugnplay.md index 330a6e2e6b29..b7395776c01a 100644 --- a/packages/gatsby/content/features/plugnplay.md +++ b/packages/gatsby/content/features/plugnplay.md @@ -124,7 +124,7 @@ The following tools unfortunately cannot be used with pure Plug'n'Play install ( | --- | --- | | Flow | Follow [yarnpkg/berry#634](https://github.com/yarnpkg/berry/issues/634) | | React Native | Follow [react-native-community/cli#27](https://github.com/react-native-community/cli/issues/27) | -| VSCode Extension Manager (vsce) | Use the [vsce-yarn-patch](https://www.npmjs.com/package/vsce-yarn-patch) fork with the `node-modules` plugin enabled. The fork is required until [microsoft/vscode-vsce#379](https://github.com/microsoft/vscode-vsce/pull/379) is merged, as `vsce` currently uses the removed `yarn list` command | +| VSCode Extension Manager (vsce) | Use the [vsce-yarn-patch](https://www.npmjs.com/package/vsce-yarn-patch) fork with the `node-modules` plugin enabled. The fork is required until [microsoft/vscode-vsce#493](https://github.com/microsoft/vscode-vsce/pull/493) is merged, as `vsce` currently uses the removed `yarn list` command | This list is kept up-to-date based on the latest release we've published starting from the v2. In case you notice something off in your own project please try to upgrade Yarn and the problematic package first, then feel free to file an issue. And maybe a PR? 😊