Pine

Results 141 comments of Pine
trafficstars

wait that was unintended, oops thx for catching it @orta!

Can you please provide the minimal code with which I can see the problem? Thanks.

reduce it to something like this please

Just a quick note here: I implemented CSS/SCSS's `@import` using `DocumentLink` as compared to using `Definition` (both can be cmd-clicked for going to another location). I believe it should be...

Hi, this is Pine from VS Code team. I work on the builtin SCSS support in VS Code, and recently I started contributing to the [SCSS extension](https://github.com/mrmlnc/vscode-scss). A parser /...

@nex3 Thanks for getting back to me! Your last comment was in 2017. Can you post an updated version as to what would it take to get a JS API...

This wasted me some time so I want to write down the solutions. If you have time to switch to [`gh`](https://github.com/cli/cli), do it, otherwise: - [Generate PAT](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) (with repo scope)...

I think we should find a way to auto-generate the docs for commands (same for API doc, but both need better presentations on website). Static analysis of the codebase to...

How does your .gitignore look like? I don't have time to maintain this repo any more but PR would be appreciated if you do find the way to fix it....

- Clone https://github.com/octref/veturpack - Replace counter.vue with below: ```vue function test(): string { return } const x: string = null; const y = test(); ``` I do see errors being...