Skip to content

Commit

Permalink
running applications -> running services
Browse files Browse the repository at this point in the history
  • Loading branch information
alexr00 committed Oct 14, 2020
1 parent dd72e8d commit ec20e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/remote/browser/remoteExplorer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class ForwardedPortsView extends Disposable implements IWorkbenchContribu
) {
super();
this._register(Registry.as<IViewsRegistry>(Extensions.ViewsRegistry).registerViewWelcomeContent(TUNNEL_VIEW_ID, {
content: `Forwarded ports allow you to access your running applications locally.\n[Forward a Port](command:${ForwardPortAction.INLINE_ID})`,
content: `Forwarded ports allow you to access your running services locally.\n[Forward a Port](command:${ForwardPortAction.INLINE_ID})`,
}));
this.enableBadgeAndStatusBar();
this.enableForwardedPortsView();
Expand Down

0 comments on commit ec20e22

Please sign in to comment.