Skip to content

Commit ac7630f

Browse files
authored
Merge pull request #215 from r7kamura/readme-note
Improve README about NOTEs
2 parents 31a51b2 + cd8ec87 commit ac7630f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ See the [documentation](https://shopify.github.io/ruby-lsp-rails) for more in-de
4848
1. Open a test which inherits from `ActiveSupport::TestCase` or one of its descendants, such as `ActionDispatch::IntegrationTest`.
4949
2. Click on the "Run", "Run in Terminal" or "Debug" code lens which appears above the test class, or an individual test.
5050

51-
Note: When using the Test Explorer view, if your code contains a statement to pause execution (e.g. `debugger`) it will
52-
cause the test runner to hang.
51+
> [!NOTE]
52+
> When using the Test Explorer view, if your code contains a statement to pause execution (e.g. `debugger`) it will
53+
> cause the test runner to hang.
5354
5455
## How It Works
5556

@@ -60,8 +61,7 @@ This gem consists of two components that enable enhanced Rails functionality in
6061

6162
This is why the Rails server needs to be running for some features to work.
6263

63-
> **Note**
64-
>
64+
> [!NOTE]
6565
> There is no need to restart the Ruby LSP every time the Rails server is booted.
6666
> If the server is shut down, the extra features will temporarily disappear and reappear once the server is running again.
6767

0 commit comments

Comments
 (0)