diff --git a/README.md b/README.md index 6505678..250ce49 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This repo is a template for `tower-lsp`, a useful github project template which 4. In VSCode, press F5 or change to the Debug panel and click Launch Client. 5. In the newly launched VSCode instance, open the file `examples/test.nrs` from this project. 6. If the LSP is working correctly you should see syntax highlighting and the features described below should work. -> **Note** +> [!note] > > If encountered errors like `Cannot find module '/xxx/xxx/dist/extension.js'` > please try run command `tsc -b` manually, you could refer https://github.com/IWANABETHATGUY/tower-lsp-boilerplate/issues/6 for more details