Jan Kühle
Jan Kühle
Wow, that's really cool. And I got this to work with your code. I had to tweak the settings bit to make it load the plugin on my machine: -...
> @frigus02 Any idea how to properly stop `tsserver` instance? Node instance keep working after format edits are applied. Good question. I guess you could force exit the process with...
That's a good question. I'm not sure how to expose the script, yet. Maybe as package on npm, so it can be invoked with `npx`. For now I would recommend...
Good idea. I think that might actually be relatively simple. We have to implement [`getCompletionsAtPosition`](https://github.com/microsoft/typescript-template-language-service-decorator/blob/5a962ee394fec0e900f4ec4db8aef8f3a84e4854/src/template-language-service.ts#L10) (and maybe `getCompletionEntryDetails`?) in the SqlTemplateLanguageService: https://github.com/frigus02/typescript-sql-tagged-template-plugin/blob/f2d50c937b0370809606b71636e9ac7da45e8a0a/src/language-service.ts#L187 Maybe a good first start would return a...
Hi. That should be technically possible. Not sure how straight forward it would be, though. This plugin currently depends on [`typescript-template-language-service-decorator`](https://github.com/microsoft/typescript-template-language-service-decorator), which doesn't seem to support comment markers, as far...
Hi. The reason this is the same as in https://github.com/frigus02/typescript-sql-tagged-template-plugin/issues/11: - It's easy to enable syntax highlighting for other tag names such as `sqlFragment`. I tried these fragments at work,...
> we check if parameter is a function >> skip validation Hm, interesting idea. Skipping validation of the entire SQl statement would definitely be possible. But that would also skip...
I accept
I created a minimal example to reproduce the problem and for me to understand it better: https://github.com/frigus02/test-github-container-action-ssh-key. The [latest build](https://github.com/frigus02/test-github-container-action-ssh-key/runs/864879117) failed with the above error message. The problem is not...
I think the history may only be exported if it belongs to a saved request. I did a quick check and on my installation at least part of the history...