Skip to content

Commit 36e558e

Browse files
committed
Update wording
1 parent 6f6eec1 commit 36e558e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/editors/vscode/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@ $ cd ./path/to/project
2323
$ code .
2424
```
2525

26-
## Packages
26+
## Extensions
2727

28-
- [**EditorConfig**][vscode-editorconfig]: package for using [EditorConfig][editorconfig], which helps define and maintain consistent coding styles between different editors and IDEs.
28+
- [**EditorConfig**][vscode-editorconfig]: extension for using [EditorConfig][editorconfig], which helps define and maintain consistent coding styles between different editors and IDEs.
2929

30-
- [**JSON Tools**][vscode-json-tools]: package for pretty printing and minifying [JSON][json].
30+
- [**JSON Tools**][vscode-json-tools]: extension for pretty printing and minifying [JSON][json].
3131

32-
- [**Julia**][vscode-julia]: package which provides support for [Julia][julia], including syntax highlighting, snippets, and code completion.
32+
- [**Julia**][vscode-julia]: extension which provides support for [Julia][julia], including syntax highlighting, snippets, and code completion.
3333

34-
- [**Python**][vscode-python]: package which provides rich support for [Python][python], including syntax highlighting, snippets, and code completion, among other features.
34+
- [**Python**][vscode-python]: extension which provides rich support for [Python][python], including syntax highlighting, snippets, and code completion, among other features.
3535

36-
- [**AWK**][vscode-awk]: package which provides syntax highlighting for [AWK][awk].
36+
- [**AWK**][vscode-awk]: extension which provides syntax highlighting for [AWK][awk].
3737

38-
- [**C/C++**][vscode-cpptools]: official package providing language support for C/C++ to [Visual Studio Code][vscode]. Features include IntelliSense, debugging, and code browsing.
38+
- [**C/C++**][vscode-cpptools]: official extension providing language support for C/C++ to [Visual Studio Code][vscode]. Features include IntelliSense, debugging, and code browsing.
3939

40-
- [**Fortran**][vscode-fortran]: package which provides syntax highlighting and snippets for [Fortran][fortran]. Once installed, configure [Visual Studio Code][vscode] to always open files having the file extension `*.f` as `Fortran - Modern` in your user or workspace settings.
40+
- [**Fortran**][vscode-fortran]: extension which provides syntax highlighting and snippets for [Fortran][fortran]. Once installed, configure [Visual Studio Code][vscode] to always open files having the file extension `*.f` as `Fortran - Modern` in your user or workspace settings.
4141

4242
```text
4343
...
@@ -61,7 +61,7 @@ $ code .
6161
6262
- [**Path Intellisense**][vscode-path-intellisense]: extension that autocompletes filenames.
6363
64-
- [**Runner**][vscode-runner]: package allowing one to run various scripts from the editor.
64+
- [**Runner**][vscode-runner]: extension allowing one to run various scripts from the editor.
6565
6666
- [**TODO Highlight**][vscode-todo-highlight]: extension which marks annotations such as `TODO`, `FIXME`, etc. Once installed, you may configure the extension to your liking in your user or workspace settings, e.g. by specifying the list of keywords to be highlighted.
6767

0 commit comments

Comments
 (0)