1
0
mirror of synced 2025-12-19 09:57:42 -05:00

Fix inconsistent alerts by using the markdown notation - part 4 (#35223)

Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
This commit is contained in:
Artur Kordowski
2024-11-12 23:42:57 +01:00
committed by GitHub
parent b7bbf37088
commit 9bb1b989ee
286 changed files with 754 additions and 1615 deletions

View File

@@ -2,7 +2,7 @@
This repo has configuration for debugging the codebase with VS Code's built-in Node Debugger.
**Note**: These steps will only help with debugging issues in the Node.js codebase, not in the content files.
**Note:** These steps will only help with debugging issues in the Node.js codebase, not in the content files.
1. After running the build steps, start the app by running `npm run debug`.
1. In VS Code, click on the Debugging icon in the Activity Bar to bring up the Debug view.