https://github.com/andrewbrey/vscode_deno-lsp-import-error
Reproduction of Deno / VSCode issue
https://github.com/andrewbrey/vscode_deno-lsp-import-error
Last synced: 3 months ago
JSON representation
Reproduction of Deno / VSCode issue
- Host: GitHub
- URL: https://github.com/andrewbrey/vscode_deno-lsp-import-error
- Owner: andrewbrey
- Created: 2022-12-30T19:55:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T20:17:26.000Z (almost 3 years ago)
- Last Synced: 2025-01-17T13:51:18.626Z (11 months ago)
- Language: TypeScript
- Homepage: https://github.com/denoland/vscode_deno/issues/781
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reproduction of issue with Deno imports / LSP
To reproduce the issue, open up `main.ts` and try to auto-import the `invariant` function from
`mod.ts` (which is re-exporting the function defined in `utils.ts`).
Issue: https://github.com/denoland/vscode_deno/issues/781
## Notes / Environment
```
Deno Extension Version: v3.15.0
Published: 5/26/2020, 06:34:45
Last released: 12/14/2022, 06:04:18
Last updated: 12/29/2022, 13:52:27
Identifier: denoland.vscode-deno
Deno Version: 1.29.1
deno --version
deno 1.29.1 (release, x86_64-unknown-linux-gnu)
v8 10.9.194.5
typescript 4.9.4
OS: Pop!_OS 22.04 LTS x86_64 (Linux)
VS Code Version: 1.74.2
```