-
Notifications
You must be signed in to change notification settings - Fork 12k
Display app name in process.title if running specific app #6888
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
help wanted
P5
The team acknowledges the request but does not plan to address it, it remains open for discussion
severity1: confusing
Comments
tomastrajan
added a commit
to tomastrajan/angular-cli
that referenced
this issue
Dec 7, 2017
tomastrajan
added a commit
to tomastrajan/angular-cli
that referenced
this issue
Dec 7, 2017
hansl
added a commit
to hansl/angular-cli
that referenced
this issue
Aug 16, 2018
Closes angular#8772 Fixes angular#6888 Special thanks to @tomastrajan for original PR.
hansl
added a commit
to hansl/angular-cli
that referenced
this issue
Aug 16, 2018
Closes angular#8772 Fixes angular#6888 Special thanks to @tomastrajan for original PR.
hansl
added a commit
to hansl/angular-cli
that referenced
this issue
Aug 16, 2018
Closes angular#8772 Fixes angular#6888 Special thanks to @tomastrajan for original PR.
hansl
added a commit
to hansl/angular-cli
that referenced
this issue
Aug 17, 2018
Closes angular#8772 Fixes angular#6888 Special thanks to @tomastrajan for original PR.
hansl
added a commit
to hansl/angular-cli
that referenced
this issue
Aug 17, 2018
Closes angular#8772 Fixes angular#6888 Special thanks to @tomastrajan for original PR.
hansl
added a commit
to hansl/angular-cli
that referenced
this issue
Aug 19, 2018
Closes angular#8772 Fixes angular#6888 Special thanks to @tomastrajan for original PR.
hansl
added a commit
that referenced
this issue
Aug 19, 2018
Closes #8772 Fixes #6888 Special thanks to @tomastrajan for original PR.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
help wanted
P5
The team acknowledges the request but does not plan to address it, it remains open for discussion
severity1: confusing
Bug Report or Feature Request (mark with an
x
)Versions.
@angular/cli: 1.1.3
node: 8.1.0
os: win32 x64
@angular/animations: 4.2.4
@angular/cli: 1.1.3
@angular/common: 4.2.4
@angular/compiler: 4.2.4
@angular/compiler-cli: 4.2.4
@angular/core: 4.2.4
@angular/forms: 4.2.4
@angular/http: 4.2.4
@angular/platform-browser: 4.2.4
@angular/platform-browser-dynamic: 4.2.4
@angular/platform-server: 4.2.4
@angular/router: 4.2.4
@angular/service-worker: 1.0.0-beta.16
Repro steps.
ng serve --app 1
Other window:
ng serve --app 2
The log given by the failure.
Powershell Window title 1: @angular/cli
Powershell Window title 2: @angular/cli
Desired functionality.
If you're developing multiple apps inside one project, the process title for all running angular/cli processes is set to "@angular/cli". This is used in for example Powershell as the Window title. It would be nice to see the app name or the host name in the window title. This makes it much easier to see which angular-cli instance is running inside that window.
Powershell Window title 1: @angular/cli - appname1
Powershell Window title 2: @angular/cli - appname2
Mention any other details that might be useful.
The text was updated successfully, but these errors were encountered: