2016-12-17 11:34:05 +01:00
|
|
|
# Status Bar Sample
|
2016-12-17 11:33:07 +01:00
|
|
|
|
|
|
|
|
This is a sample extension that adds a status bar entry showing the current number of selected lines.
|
|
|
|
|
|
2021-02-22 09:58:22 -08:00
|
|
|

|
2016-12-17 11:33:07 +01:00
|
|
|
|
|
|
|
|
|
2018-11-15 10:41:25 +01:00
|
|
|
## VS Code API
|
2016-12-17 11:33:07 +01:00
|
|
|
|
2018-11-15 10:41:25 +01:00
|
|
|
### `vscode` module
|
2016-12-17 11:33:07 +01:00
|
|
|
|
2019-04-16 22:43:01 +02:00
|
|
|
- [`window.createStatusBarItem`](https://code.visualstudio.com/api/references/vscode-api#window.createStatusBarItem)
|