William Killerud

Results 17 issues of William Killerud

The legacy render API will be removed in sass 2.0. Keep the legacy API as an option, but default to the new API to encourage adoption. Add `sass-embedded` in tests...

Hello! I have begun making a TypeScript definition file in https://github.com/mrmlnc/vscode-scss/pull/156 for a proof of concept that uses `sassdoc.parse` to show docs in VS Code. I would like to expand...

Hello, and thanks for your work building this plugin! I wanted to run a suggested solution for #56 by you (the one about previewing SassDoc). It may be a bit...

Hello :) I've been digging around in [vscode-sass-indented](https://github.com/TheRealSyler/vscode-sass-indented/commit/bc0842680c3097342102fbb547c633e935a401ca) and noticed that, since Vue support is already here, it should be fairly simple to add support for Svelte as well. I've...

Hi, and thanks for the great service that is FPC ♥️ I've been punching in a large order of samples and have some feedback on how data entry might be...

Whenever there's a version change in the language server, the release of the VS Code extension fails. It does not get updated to the newly released language server version automatically...

devtool

Now that there are two assets being released, the [Releases section](https://github.com/wkillerud/some-sass/releases) can be a bit tricky to navigate. It might be nice to have changelogs available in the packages' folders....

documentation

See [Adopting Multi Root Workspaces](https://github.com/Microsoft/vscode/wiki/Adopting-Multi-Root-Workspace-APIs#language-client--language-server) for Language Client / Language Server for context. At the moment Some Sass runs one language server process [per workspace root](https://github.com/wkillerud/some-sass/blob/main/vscode-extension/src/node-client.ts) using the deprecated `rootUri`...

refactoring

Using SCSS from `node_modules` is well supported, but if the project relies on other custom `includePaths` (see #36), things don't work that well. - The link parser likely assumes things...