Ecmel Ercan

Results 56 comments of Ecmel Ercan
trafficstars

Hello, what is the extension of the file you are working on? (html, php etc)

Please try this https://github.com/ecmel/vscode-html-css#additional-style-sheets

What is the source of your CSS? Is it loading from internet or the project itself? I am using mac os as well and Control + Space works for me...

It works, just add the following setting with the latest version: ``` "css.enabledLanguages": [ "jade", "html" ] ``` Please check https://github.com/ecmel/vscode-html-css#supported-languages

Hello, please see following: https://github.com/ecmel/vscode-html-css#additional-style-sheets

`${fileBasenameNoExtension}` is implemented in https://github.com/ecmel/vscode-html-css/commit/dd1b86d6f3f17135a5532a0f556790bac9f3b028 [VS Code Variables Reference](https://code.visualstudio.com/docs/editor/variables-reference)

How is your final CSS produced? Enter that final CSS file name to the settings.

Pull requests are welcomed.

If I construct the select2 as per the examples, it works out of the box: ``` $.fn.select2.defaults.set("theme", "bootstrap"); $("#single").select2({ width: null }); ``` Is this bug still valid?

Hello thank you for this great and just works library. Adding this feature will be good for dynamically added form fields.