Kitson Kelly

Results 496 comments of Kitson Kelly

What is the contents of the `deno.jsonc` or `deno.json` in the root of the project? What is the debug output of vscode under _Deno Language Server_?

Ok, for some reason the _Deno Language Server_ is not identifying the configuration and import map. In the logged output I would expected to see something like: ``` Starting Deno...

@Esteban-Rocha what does you project structure look like? (for example is your `deno.json` in the root of your workspace folder in vscode?) Are you saying adding a value to `.vscode/settings.json`...

Can you provide the contents of `.vscode/settings.json` is now with it working? And one more favour, under the command palette run _Deno: Language Server Status_ and provide the _Workspace Settings_...

@Esteban-Rocha thanks for that... something strange is going on. In the `settings.json` you report the value of `"deno.enable"` is `"./deno.json"` but if you look in the config you dumped, the...

Can you provide the output of `deno --version`? You aren't using Deno 1.20.3 in the above output, as recent versions of Deno have different panic output and the lib that...

There is still a disconnect. The version information you are providing does not match the panic stack trace, and the version of the library that is panicing does not match...

> deno run but it will throws error after bundle. What version of Deno are you using `deno --version`? When you say "throws error after bundle", what error and how...

> how are you executing the bundle?

Not if the code you are loading loads other code dynamic, which I believe `deno_doc` does. What happens when you supply the import map on `deno run`?