compile-hero
compile-hero copied to clipboard
🔰Visual Studio Code Extension For Compiling Language
- Issue Type: `Bug` - Extension Name: `eno` - Extension Version: `2.3.53` - OS Version: `Windows_NT x64 10.0.19044` - VS Code version: `1.68.1` :warning: We have written the needed data...
Bumps [copy-props](https://github.com/gulpjs/copy-props) from 2.0.4 to 2.0.5. Release notes Sourced from copy-props's releases. 2.0.5 Fix Avoids prototype pollution (#7) Doc Update license years. Transfer ownership to Gulp Team (#6) Build Update...
Hello, I got some weird behaviour that I don't understand: test.scss ``` @media screen { :root {--select-color:blue;} .selected {outline: 1px solid var(--select-color);} } ``` compiles into test.css ✔ ``` @media...
- Issue Type: `Bug` - Extension Name: `eno` - Extension Version: `2.3.53` - OS Version: `Darwin arm64 21.4.0` - VS Code version: `1.67.0` :warning: We have written the needed data...
@Wscats :smile: I have this: ```` - /.vscode - /Pages - foo.scss - bar.ts - /wwwroot - package.json ```` It compiles like this: ```` - /.vscode - /Pages - dist/...
There are many bug reports about performance. Maybe it's because the extension doesn't exclude big directories. So it may be a good idea to have this as **default** setting, for...
There are some statusbar items: It would be nice to have an option to hide `x Compilation Failed!` It would be nice to have an option to hide `Compile Hero:...
When I try to convert a dome.js file, I encounter an error. What should I do? Just a simple JS file with no setup environment Error : Support for the...
Hey guys Currently, it's not possible to build this extension using `npm run build:beautify` because of the use of deprecated `vscode` dependency. Changes made in this PR will replace deprecated...
How to ignore compile child _xxx.scss files? e.g. main.scss ---------------- @import "theme_green"; @import "theme_light"; when editing _theme_green.scss file should ignore auto compile. Does anyone know how to do that? Regards