Skip to content

Nothing works :( #1098

Closed
Closed
@aspizu

Description

Keep getting typescript errors, even tried "disabling" the builtin typescript extension which apparently doesn't actually disable the extension at all. Trying to contribute to a deno fresh project, the repo contains a .vscode/settings.json with deno.enable: true.

I get errors such as:

[{
	"resource": "/home/aspizu/Documents/Projects/Contrib/jsr/frontend/routes/package/versions.tsx",
	"owner": "_generated_diagnostic_collection_name_#0",
	"code": "2318",
	"severity": 8,
	"message": "Cannot find global type 'Promise'.",
	"source": "typescript",
	"startLineNumber": 1,
	"startColumn": 1,
	"endLineNumber": 1,
	"endColumn": 2
}]
Deno Version: 3.36.0
VSCode Version: 1.87.2 (AUR visual-studio-code-bin)

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions