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

Modifying of VSCode settings in non Retool Apps #12

Open
khill-fbmc opened this issue Oct 24, 2024 · 5 comments
Open

Modifying of VSCode settings in non Retool Apps #12

khill-fbmc opened this issue Oct 24, 2024 · 5 comments

Comments

@khill-fbmc
Copy link

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.

image

Is there a way to turn this off?

@khill-fbmc
Copy link
Author

khill-fbmc commented Oct 28, 2024

Coming back to this because it is pretty annoying...

I cloned a repo, and was confused when I saw the tsconfig.json was "missing". It took me a minute to figure out that the addition of

{
    "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.

@bgardinerfresh
Copy link

This has been driving me insane. It re-adds those settings too even if you take them out or partially take them out.

@khill-fbmc
Copy link
Author

Cross linking to the community post I started about this. No traction yet...

@khill-fbmc
Copy link
Author

Darren from the Retool team's response:

I don't currently have any updates, unfortunately. The fact that this is impacting your dev work outside of Retool is particularly egregious, though. I've commented as such on the existing ticket and asked that it be re-triaged. 🙌

@bejoinka
Copy link

bejoinka commented Dec 2, 2024

hey folks, bumping. i also just posted in your discord channel.

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