-
Notifications
You must be signed in to change notification settings - Fork 0
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
Modifying of VSCode settings in non Retool Apps #12
Comments
Coming back to this because it is pretty annoying... I cloned a repo, and was confused when I saw the {
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/.retool_types/**": true,
"**/*tsconfig.json": true, 👈🏻 Why??
".cache": true,
"retool.config.json": true
}
} Sure enough, the file was there, but hidden. |
This has been driving me insane. It re-adds those settings too even if you take them out or partially take them out. |
Cross linking to the community post I started about this. No traction yet... |
Darren from the Retool team's response:
|
hey folks, bumping. i also just posted in your discord channel. |
I am working in a project in VSCode that is not a Retool App, and it seems like the Retool Extension is adding to my settings file automatically.
Is there a way to turn this off?
The text was updated successfully, but these errors were encountered: