Skip to content

Commit e19d958

Browse files
authored
Update code-description.md
1 parent 132fcdc commit e19d958

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

code-description.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,4 +556,6 @@ The `while` loop will keep running until the regular expression fails to match a
556556

557557
### The package.json file
558558

559-
This file is located ....... it's used to ...........
559+
The [package.json](https://github.com/docs/version-identifier/blob/main/package.json) file contains metadata about the extension, and other information that VS Code needs to run the extension. In this project we use this file to define the commands that can be used to run the extension, and the keybindings for those commands. We also specify the highlighting color pairs here. These configurations are added to the user's `settings.json` file where the user can modify them as they wish.
560+
561+
The file is used by the VS Code Marketplace for displaying various information there about the extension.

0 commit comments

Comments
 (0)