Skip to content

Commit 3b09a57

Browse files
authored
Style another note box
1 parent 50be9a9 commit 3b09a57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONFIGURATION.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ On this page we will collect some configuration examples. This is meant to help
1515
Replace the `mainClassName` with your fully qualified class name where your main method resides (e.g, `com.example.MyApplicationKt`), and `projectRootPath` with the root of your project. If your main method resides in a file, the class name will be the package and name of the file (+ Kt at the end).
1616

1717

18-
**Note:** If you use [the VSCode Kotlin extension](https://github.com/fwcd/vscode-kotlin) or [Emacs lsp-mode](https://emacs-lsp.github.io/lsp-mode/), you will have the option to use code lenses in your editor to run or debug main methods. These will fill out the details below automatically for you.
18+
> [!NOTE]
19+
> If you use [the VSCode Kotlin extension](https://github.com/fwcd/vscode-kotlin) or [Emacs lsp-mode](https://emacs-lsp.github.io/lsp-mode/), you will have the option to use code lenses in your editor to run or debug main methods. These will fill out the details below automatically for you.
1920
2021

2122
```json

0 commit comments

Comments
 (0)