Skip to content

Show ESLint output after manual restart#2206

Open
pradeep-ramola wants to merge 1 commit into
microsoft:mainfrom
pradeep-ramola:pradeep-ramola/show-output-on-restart
Open

Show ESLint output after manual restart#2206
pradeep-ramola wants to merge 1 commit into
microsoft:mainfrom
pradeep-ramola:pradeep-ramola/show-output-on-restart

Conversation

@pradeep-ramola

Copy link
Copy Markdown
Contributor

Fixes #2205

Summary

Adds an eslint.showOutputOnRestart setting that reveals the ESLint output channel after a successful manual ESLint: Restart ESLint Server command.

The setting defaults to false, so existing restart behavior is unchanged unless users opt in.

Changes

  • Adds the contributed eslint.showOutputOnRestart boolean setting.
  • Shows the ESLint output channel after both successful restart paths: normal restart and restart after a previous start failure.
  • Documents the setting in the README settings list.

Testing

  • npm run lint

npm run compile was attempted, but this Windows checkout cannot resolve the repo's tracked client/src/shared and server/src/shared symlink placeholders (../../$shared/). The compile failure happens before this change is type-checked and reports missing ./shared/customMessages / ./shared/settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show output channel on manual restart

1 participant