Enabling bootstrap in VSC

Hi

In the documentation it is listed to use "“Manage JavaScript Libraries …”" but how do I do this in VSC ? I'm test with my own styles and they are possible to select but setting the CSSLibrary in the form do not add the Bootstrap styles. Is there some equivalent function available ?

Regards
Eirik

This dialog is not implemented in Visual Studio Code.
Insert the Bootstrap lib links in the project's main HTML file.

Thanks!

Copied the lib links manually and got it working.

Regards
Eirik