Skip to content

Commit 2243faa

Browse files
authored
[VSCODE] Change status bar name to Apollo (#1415)
1 parent 335bc69 commit 2243faa

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
- `apollo-tools`
2424
- <First `apollo-tools` related entry goes here>
2525
- `vscode-apollo`
26-
- <First `vscode-apollo` related entry goes here>
26+
- Changed the status bar title to be "Apollo" to save space.
2727

2828
## `apollo@2.16.0`, `apollo-codegen-swift@0.34.0`, `apollo-language-server@1.13.0`, `apollo-tools@0.4.0`, `vscode-apollo@1.8.0`
2929

packages/vscode-apollo/src/statusBar.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ interface StateChangeInput extends LoadingInput {
1212
export default class ApolloStatusBar {
1313
public statusBarItem = window.createStatusBarItem(StatusBarAlignment.Right);
1414

15-
static loadingStateText = "Apollo GraphQL $(rss)";
16-
static loadedStateText = "ApolloGraphQL $(rocket)";
17-
static warningText = "Apollo GraphQL $(alert)";
15+
static loadingStateText = "Apollo $(rss)";
16+
static loadedStateText = "Apollo $(rocket)";
17+
static warningText = "Apollo $(alert)";
1818

1919
constructor({ hasActiveTextEditor }: LoadingInput) {
2020
this.showLoadingState({ hasActiveTextEditor });

0 commit comments

Comments
 (0)