Skip to content

Commit c1d0ce2

Browse files
authored
Merge pull request #7969 from microsoft/typescript-version
2 parents b8d4869 + d98d6fe commit c1d0ce2

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)