-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Allow disabling built in extensions #17068
Comments
@dbaeumer so I understand, would the user do something like this:
or would there be a setting for each built in extension?
A concern I have is that the flow of this is so different than our other extensions. Should we consider an approach Atom took and show built in extensions in the extension viewlet? Maybe this is the approach you are suggesting. |
@waderyan Would another approach be to have at least some of the built-in extensions listed in the extension pane where they could be managed using the standard extension UI? |
@mjbvz I agree with your point. What you describe is what I intended to describe in this sentence:
Comment communication failure 😄 |
@waderyan Ok, sorry I missed that. That makes the most sense to me as well. We probably don't want all of the built-in extensions listed there, but it does make sense to whitelist extensions like typescript to address specific problems |
For anyone else finding this thread - my current solution to disable the internal typescript is to rename
For maintainers pondering why, here's my setup
I wanted to install typescript only locally (not Edit - I'm still seeing phantom errors. Going to open a separate issue. Sorry to bother. |
Hi there! Any updates on this thread? Can community help you with this issue? |
I'm also wondering if there's any updates on this thread. 😛 |
Also looking for update. The default Language Mode menu (#18224) is way too long , I'd like to disable languages that I never use. |
+1 |
As a short term solution for the Language Mode menu being too long, navigating to |
Great to see discussion about this. It would be nice to have more control over VS Code by disabling that "magic like intellisense" service running in background. That is helpful to understand what is supporting and doing analysis. |
Just updated my VSCode and it seems there are no more ts checks by default. Thank you so much, guys ❤️! Great job! 🙌 ! |
@svipben it's in the changelog (1.12.1) 😉 |
@Kureev Thanks! |
Pa pa pa please throw us Flow kids a bone? |
Don't forget to deprecate/remove the |
Hey @zoontek I'm trying to build on Mac but I get
I have all the requirements installed and XCode works properly, ideas? |
@FezVrasta Although this isn't really the place for this, ignore the build instructions in the comment above; just use the build from source instructions in the wiki. Once that works you can make the edits as suggested above. |
This issue pushed me back to atom. Nuclide has come a long way since the last time I’ve used it. Performance is speedy now too |
@sandy081 This is working so well so far! Thank you so much! |
@sandy081 I don't have this option on my mac'os, I checked for updates and there is nothing, whats wrong? |
@nickshevr Insiders build my friend. :-) |
@iammerrick is it private build or I can get it? UPD: ok, I found It #43361 |
@nickshevr Free for all amigo https://code.visualstudio.com/insiders/ |
@iammerrick thanks a lot. Today is just my second day with VS Code after 2 years with WS, and you know, I almost like it. |
@iammerrick I'm sorry for mention you agian, but I couldn't fix my issue. Is there any way to turn off TS checks but still use JS checks? |
In your settings... |
I tested it before
This method turns off all useful typed suggestions. NP, I'll try another ways. |
@sandy081 This is great! Thanks so much. I'm curious if there are any plans to add the ability to disable builtins from the command line? I have a small script that I use to synchronize my installed extensions between machines that leverages the Thanks again. |
Hi, I just installed the new vscode version 1.21.0 that allows you to disable builtin extensions. I disabled the TypeScript extension but I'm still having issues with the intellisense when using flow. If I open a file from the explorer, and then from a different file I do "Go to definition" to the same file, that files opens twice. If I remove // @flow then it doesn't do anything when trying to go to definition Do I have to add any extra config? Thanks |
We have requests to support disabling all TS functionality. Instead of introducing a setting we should allow disabling built in extensions.
The text was updated successfully, but these errors were encountered: