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? 😊