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

Add command to Stop Metals in VSCode #285

Open
lolgab opened this issue Jul 19, 2022 · 2 comments
Open

Add command to Stop Metals in VSCode #285

lolgab opened this issue Jul 19, 2022 · 2 comments

Comments

@lolgab
Copy link

lolgab commented Jul 19, 2022

Is your feature request related to a problem? Please describe.

Sometimes I want to use VSCode as a normal editor without any IDE features, so I don't waste laptop battery and don't heat up my laptop.

Describe the solution you'd like

It would be nice to have a command in VSCode like "Stop Metals" or "Close Metals", which would stop everything around metals and behave as the extension wasn't installed (maybe leaving the code coloring on).

Describe alternatives you've considered

I don't have any alternative, sometimes I kill metals but it restarts so it doesn't solve the problem.

Additional contex

No response

Search terms

close, stop, optional

@dos65
Copy link
Member

dos65 commented Jul 19, 2022

@lolgab you can disable it in Metals extension tab:
Screenshot from 2022-07-19 11-36-32

@asflierl
Copy link

I use a shell alias to start VSCode with the extension disabled:
alias qode="code --disable-extension scalameta.metals"

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

No branches or pull requests

3 participants