Skip to content

Commit d569f3e

Browse files
committed
Bla
1 parent 1755192 commit d569f3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ Disable RLS. Click and install the downloaded package.
3535
- Run `npm install` in this folder. This installs all necessary npm modules in both the client and server folder
3636
- Open VS Code on this folder.
3737
- Press Ctrl+Shift+B to compile the client and server.
38-
- Switch to the Debug viewlet.
38+
- Switch to the Debug viewlet (command palette -> View: Show Run and Debug).
3939
- Select `Launch Client` from the drop down.
4040
- Run the launch config.
4141
- If you want to debug the server as well use the launch configuration `Attach to Server`
4242
- In the [Extension Development Host] instance of VSCode, open a document in 'plain text' language mode.
4343
- Type `j` or `t` to see `Javascript` and `TypeScript` completion.
4444
- Enter text content such as `AAA aaa BBB`. The extension will emit diagnostics for all words in all-uppercase.
45-
- Try `BuckleScript` mode formatting.
45+
- Try `BuckleScript` mode formatting with `.res` or `.resi` files.

0 commit comments

Comments
 (0)