hossaini310 / bootstrap-intellisense

MIT License
7 stars 4 forks source link

Need ability to manually enable/disable per project #19

Open ChrisMBarr opened 2 months ago

ChrisMBarr commented 2 months ago

I have a monorepo, one project uses tailwind (I hate it!) and a new project uses Bootstrap. I build a custom version of bootstrap with SCSS and include that in my angular.json.

I briefly looked through the code of this project, and it seems it just looks for certain file names being included in the HTML. Is there a way to just force it on in my .vscode/settings.json file, since I know my project has bootstrap?

hossaini310 commented 1 month ago

I will look for a solution