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

🔰Visual Studio Code Extension For Compiling Language

Results 118 compile-hero issues
Sort by recently updated
recently updated
newest added

Today after updating my Mac OS and VSCode, my VSCode starts adding newline after open < and {. After disabling/enabling all the extensions I have. I found it's related to...

help wanted

- Issue Type: `Bug` - Extension Name: `eno` - Extension Version: `2.3.15` - OS Version: `Windows_NT x64 6.1.7601` - VSCode version: `1.48.2` :warning: We have written the needed data into...

bug

@import 'folder/*.scss'; //error error msg: Can't find stylesheet to import... while import specific file is OK @import 'folder/somefile.scss'; //compile OK any plan to support wildcard feature?

feature

The compilation of *.ts files always inserts the following block in the resulting JavaScript files: ```javascript var __extends = (this && this.__extends) || (function () { var extendStatics = function...

help wanted

.scss 文件编译后 无法生成 .css 文件 , 这是什么情况

help wanted

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 ```

help wanted

not init ext v2.3.2 in vscode 1.46.1 macos 10.5.5 When clicked from the context menu "CompileFiles" get errors: log ``` [2020-07-01 16:36:09.103] [exthost] [error] Error: ENOTDIR: not a directory, scandir...

bug

Update: I found a good alternative for this extension, it called [Live Sass Compiler](https://marketplace.visualstudio.com/items?itemName=ritwickdey.live-sass).

bug

I wanted to use the option to open a HTML file in browser. It took my chrome Browser by default, but I acutally have another browser set as my default...

feature

There are two versions, 2.3.2 and 6.8.63, in the Marketplace and showing up in VSCODE Extensions. Are they identical? Is one deprecated? Which is the current version? ![LennonFigure](https://user-images.githubusercontent.com/67484051/87324882-bbd11300-c4fe-11ea-8a1a-04ad9d8bffec.png)

question