mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix(docs): fix a typo in section on debugging with VSCode (#35285)
fix(docs): fix a typo Co-authored-by: Trang Le <trang.thule@zoho.com>
This commit is contained in:
@@ -350,7 +350,7 @@ app.whenReady().then(() => {
|
||||
|
||||
## Optional: Debugging from VS Code
|
||||
|
||||
If you want to debug your application using VS Code, you have need attach VS Code to
|
||||
If you want to debug your application using VS Code, you need to attach VS Code to
|
||||
both the main and renderer processes. Here is a sample configuration for you to
|
||||
run. Create a launch.json configuration in a new `.vscode` folder in your project:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user