File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 .
You can’t perform that action at this time.
0 commit comments