Skip to content

Commit 25d3392

Browse files
Fix missing comma in documentation (#9584)
Added a missing comma to improve readability.
1 parent 150ec68 commit 25d3392

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/editor/whyvscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For serious coding, you'll often benefit from tools with more code understanding
2323

2424
And when the coding gets tough, the tough get debugging. Debugging is often the one feature that developers miss most in a leaner coding experience, so we made it happen. Visual Studio Code includes an interactive debugger, so you can step through source code, inspect variables, view call stacks, and execute commands in the console.
2525

26-
VS Code also integrates with build and scripting tools to perform common tasks making everyday workflows faster. VS Code has support for Git so you can work with source control without leaving the editor including viewing pending changes diffs.
26+
VS Code also integrates with build and scripting tools to perform common tasks, making everyday workflows faster. VS Code has support for Git so you can work with source control without leaving the editor including viewing pending changes diffs.
2727

2828
## Make it your own
2929

0 commit comments

Comments
 (0)