Skip to content

Commit

Permalink
Update README.md: Fix broken vite recommendation link
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen authored Feb 10, 2025
1 parent 8877514 commit 70f92b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ There are [Volta](https://volta.sh/) instructions in the `package.json` files. W

### Vite dev server troubleshooting

When you are using vite for development please be aware of [this recommendation](https://github.com/CodinGame/monaco-vscode-api#if-you-use-vite).
When you are using the vite dev server there are some issues with imports, please [read this recommendation](https://github.com/CodinGame/monaco-vscode-api/wiki/Troubleshooting#if-you-use-vite).

If you see the problem *Assertion failed (There is already an extension with this id)* you likely have mismatching dependencies defined for `vscode` / `@codingame/monaco-vscode-api`. You should fix this or add the following entry to your vite config:

Expand Down

0 comments on commit 70f92b7

Please sign in to comment.