Skip to content

Commit d98d6fe

Browse files
committed
Update TypeScript version screenshot
1 parent b8d4869 commit d98d6fe

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed
Lines changed: 2 additions & 2 deletions
Loading

docs/typescript/typescript-compiling.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,12 @@ Another option is to install the TypeScript compiler locally in your project (`n
3232

3333
### Compiler versus language service
3434

35-
It is important to keep in mind that VS Code's TypeScript language service is separate from your installed TypeScript compiler. You can see the VS Code's TypeScript version in the Status Bar when you open a TypeScript file.
35+
It is important to keep in mind that VS Code's TypeScript language service is separate from your installed TypeScript compiler. You can see the VS Code's TypeScript version in the language Status Bar item when you open a TypeScript file.
3636

37-
![TypeScript version displayed in the Status Bar](images/compiling/version-status-bar.png)
37+
![TypeScript version displayed in the language status in the Status Bar.](images/compiling/version-status-bar.png)
38+
39+
> [!TIP]
40+
> You can pin the TypeScript version to the Status Bar by using the _pin_ icon.
3841
3942
Later in the article, we'll discuss how you can [change](#using-newer-typescript-versions) the version of TypeScript language service that VS Code uses.
4043

0 commit comments

Comments
 (0)