image72

Results 14 comments of image72

LibSass and Node Sass are deprecated. replace _node-sass_ with **sass** @keithamus

```js const path = require('path'); const fs = require('fs'); const basedir = __dirname.endsWith('app.asar') ? path.resolve(__dirname, '..', 'app.asar.unpacked') : __dirname; function getBundledFlashInfo() { let pluginName; let pluginVersion; switch (process.platform) { case...

这个图标最好是黑白2色的 红色在这个位置还是很难让眼睛忽视的

try this npm package ? [javy](https://github.com/Shopify/javy#build) [JavaScript and WASI](https://www.wasm.builders/deepanshu1484/javascript-and-wasi-24k8) [I turned JS into a compiled language (for fun and Wasm)](https://surma.dev/things/compile-js/)

@Tienisto have any plan support this feature?

@fengmk2 have any plan to support this feature?

reference vscode extension [vscode-restclient](https://github.com/Huachao/vscode-restclient) show `Send Request` only match request URL, only show contextmenu `Send Request, Generate Code Snippet...` with language `http`

`"when": "editorTextFocus && editorLangId == 'http'"` https://github.com/Huachao/vscode-restclient/blob/master/package.json#L279-L295 ``` "editor/context": [ { "command": "rest-client.request", "when": "editorTextFocus && editorLangId == http", "group": "rest-client@1" }, { "command": "rest-client.generate-codesnippet", "when": "editorTextFocus && editorLangId ==...