compile-hero icon indicating copy to clipboard operation
compile-hero copied to clipboard

Press Ctrl+s and no css file is generated

Open azwc opened this issue 5 years ago • 9 comments

visual studio code:

Version: 1.47.2 (system setup)
Commit: 17299e413d5590b14ab0340ea477cdd86ff13daf
Date: 2020-07-15T18:22:06.216Z
Electron: 7.3.2
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Windows_NT x64 10.0.17763

azwc avatar Aug 01 '20 12:08 azwc

Same here. Nothing happens if you right click the file and hit "Compile file" either.

tristanbatchler avatar Aug 06 '20 12:08 tristanbatchler

It not work when save or click Compile context menu

smallswan399 avatar Aug 07 '20 06:08 smallswan399

Same here, it compiles on save but not with Compile files from the contextual menu

beatadetkova avatar Aug 14 '20 17:08 beatadetkova

@beatadetkova @tristanbatchler @sinyat You can check if the corresponding switch is not turned on. 截屏2020-08-18 下午10 12 47

Wscats avatar Aug 18 '20 14:08 Wscats

@beatadetkova @tristanbatchler @sinyat You can check if the corresponding switch is not turned on. 截屏2020-08-18 下午10 12 47

The extension I'm using now is' easy sass', but I installed your extension again. I found that the option you mentioned is checked by default, and there is still no CSS generated. Sorry, I will continue to use 'easy sass'

azwc avatar Aug 19 '20 07:08 azwc

@beatadetkova @tristanbatchler @sinyat You can check if the corresponding switch is not turned on. 截屏2020-08-18 下午10 12 47

The extension I'm using now is' easy sass', but I installed your extension again. I found that the option you mentioned is checked by default, and there is still no CSS generated. Sorry, I will continue to use 'easy sass'

This problem is likely to be related to the configuration, but thank you for your feedback.

Wscats avatar Aug 19 '20 08:08 Wscats

@beatadetkova @tristanbatchler @sinyat You can check if the corresponding switch is not turned on. 截屏2020-08-18 下午10 12 47

The extension I'm using now is' easy sass', but I installed your extension again. I found that the option you mentioned is checked by default, and there is still no CSS generated. Sorry, I will continue to use 'easy sass'

Try it out after unchecking it. The option is to disable compile on save.

kimdontdoit avatar Aug 20 '20 14:08 kimdontdoit

@kimdontdoit @Wscats Sorry, I didn't look carefully. Now I uncheck it and the css file has been generated. Sorry again, it took your time.But I think this should not be checked by default, because it can easily cause misunderstanding, although there are text instructions.After the extension is successfully installed, it should work normally by default.

azwc avatar Aug 21 '20 03:08 azwc

@kimdontdoit @Wscats Sorry, I didn't look carefully. Now I uncheck it and the css file has been generated. Sorry again, it took your time.But I think this should not be checked by default, because it can easily cause misunderstanding, although there are text instructions.After the extension is successfully installed, it should work normally by default.

This is a good suggestion. It was because some users wanted to disable it by default, but I prefer to enable it by default.

Wscats avatar Aug 21 '20 05:08 Wscats