guidsdo

Results 7 comments of guidsdo

@folke please fix this, the extension is broken now.

This is what I'm using to save me from writing more code than necessary 😁 : ```typescript export function ServiceController(...args: Parameters) { return (target: TFunction) => { Service()(target); Controller(...args)(target); };...

Thank you for your quick response! Well, I couldn't get a `tsconfig.json` and `import_map.json` working per workspace. Do you have an example of this working or don't I understand your...

Ah we do understand eachother correctly. I'm missing the following settings for a workspace: - tsconfig.json (wjhich is called `deno.config`) - import_map.json (which is called `deno.importMap`) - unstable ("deno.unstable") If...

@johnspurlock yes I've tried that and the whole point of this request is to support multiple `deno.config`s, be it per workspace or combined. I can't imagine it being a limitation...

I will take a look at this and make sure the error will be logged :-)

@nayeemrmn amazing, thank you! I totally forgot about this request, but now this gives me energy to try it again :-)