Skip to content
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

improvement: Add 'Open issue' to command palette #1346

Merged
merged 1 commit into from Mar 2, 2023

Conversation

tgodzik
Copy link
Contributor

@tgodzik tgodzik commented Mar 1, 2023

No description provided.

@tgodzik tgodzik requested a review from kpodsiad March 1, 2023 15:14
@@ -490,6 +490,7 @@ function launchMetals(
ServerCommands.AmmoniteStop,
ServerCommands.ScalaCliStart,
ServerCommands.ScalaCliStop,
"open-new-github-issue",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

languageclient library is not really used anymore by anything aside from the Metals extension, so probably it doesn't make much sense to add it there.

We should instead migrate most of the code here, but I would like to include this command before the release.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can embed that library in metals-vscode but in separate dir, so in the future it might be extracted easily, if needed. But having it locally would make things easier 👍

@tgodzik tgodzik merged commit 82d4e06 into scalameta:main Mar 2, 2023
@tgodzik tgodzik deleted the open-issue branch March 2, 2023 09:57
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.

None yet

2 participants