slynch8 / 10x

10x IDE/Editor
184 stars 33 forks source link

ignore folders list #1768

Open Phildo opened 1 year ago

Phildo commented 1 year ago

places it would be nice to ignore:

simplest implementation would be a literal list of exactly what folders to ignore- this would be great! even better would be .gitignore style exclusion, including offering filetype exclusion

neeraj9 commented 5 months ago

I have a working folder where the source and build are under same root. It is hard to separate those two out due to framework requirement. Since the build output is under same root and there are lot of source folders, so starting 10x within same root folder is necessary. If there was an option to set parser ignore list for per workspace (I can edit workspace setting if that is what is required) then that will help. The full gitignore feature can come later.

There is a setting but it is forcing me to set this across workspaces and clear cache which is not an option.

# Comma separated list of paths to exclude (supports wildcards). Clear out cache for it to take effect.
ParserExcludeFilters:                  */sqlite/*
slynch8 commented 5 months ago

@neeraj9 if you're using a 10x workspace you can exclude files using the Exclude Filter setting

image

and if it's a 10x workspace you can set it here:

image

neeraj9 commented 5 months ago

Wow! I have a 10x workspace and the first option worked.

I am not sure what the second image is for though. I dont see that view when I click on Settings > Workspace Settings in my 10x workspace.

slynch8 commented 5 months ago

Second option is only for sln workspaces. I wasn't sure which you had.

neeraj9 commented 5 months ago

Ah! I did not see the sln. I did not create a sln based workspace.