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

How do I turn off vscode setting recommendation? #302

Closed
qfz opened this issue Nov 12, 2018 · 6 comments
Closed

How do I turn off vscode setting recommendation? #302

qfz opened this issue Nov 12, 2018 · 6 comments

Comments

@qfz
Copy link

qfz commented Nov 12, 2018

Whenever I open vscode, the gauge extension always recommends some settings to vscode, which I don't want. How do I turn off the recommendation?

@gaugebot gaugebot bot added the community label Nov 12, 2018
@Apoorva-GA
Copy link
Contributor

Apoorva-GA commented Nov 13, 2018

Could let us know as to, what exact recommendations are you getting?
Currently gauge has 2 recommendations.

"files.autoSave": "afterDelay",
"files.autoSaveDelay": 500

Let us know which of the above you are having issues with?

@Apoorva-GA
Copy link
Contributor

Also wanted to understand why you prefer to not use the recommended settings?
Because certain gauge-vscode extenstion features(diagnostics, autocomplete etc) may not work as expected if these settings are not applied.

@qfz
Copy link
Author

qfz commented Nov 18, 2018

I don't wan any of those 2 autosave settings.

My project is configured to re-compile when files are changed. Autosave causes many unnecessary compilations while I'm just typing, thinking and not ready to compile yet, which slows everything down.

Can you at lease not pop the recommendation on startup if I clicked ignore? It's annoying having to clicking "Ignore" every time I reopen vscode.

@nehashri
Copy link
Contributor

The solution here is to have another option which says Ignore Always button along with Apply & Reload and Ignore.

@nehashri nehashri self-assigned this Nov 20, 2018
Apoorva-GA added a commit that referenced this issue Nov 21, 2018
adding option to ignore recommended settings, #302
@gaugebot
Copy link

gaugebot bot commented Nov 21, 2018

The fix should be available in nightly >= 21-11-2018

@qfz
Copy link
Author

qfz commented Nov 22, 2018

That's great, thank you!

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

No branches or pull requests

4 participants