Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension doesn't work (No intellisense)? #289

Closed
cooperate opened this issue Dec 24, 2020 · 5 comments
Closed

Extension doesn't work (No intellisense)? #289

cooperate opened this issue Dec 24, 2020 · 5 comments
Labels
enhancement New feature or request upstream This feature requires upstream changes

Comments

@cooperate
Copy link

Followed directions on both canary and previous version and neither seem to work?

Workspace settings

{
	"folders": [
		{
			"path": "."
		}
	],
	"settings": {
		"deno.enable": true
	}
}

Image of index.ts file:
https://imgur.com/a/9YXGRLJ

@kitsonk
Copy link
Contributor

kitsonk commented Dec 24, 2020

For the canary release, what version of Deno do you have installed? What does the Deno Language Server log say in Output tab of the integrated terminal in vscode?

Also, typically workspace settings in vscode go in .vscode/settings.json and look like this:

 {
  "deno.enable": false
}

@cooperate
Copy link
Author

Starting Deno language server...
  version: 1.6.2 (release, x86_64-pc-windows-msvc)
Connected to "vscode" 1.52.1
language server initialized
Server ready.

@cooperate
Copy link
Author

Also, I have no Deno: Init option after installing the canary plugin.

https://i.imgur.com/rTx4MkM.png

@kitsonk
Copy link
Contributor

kitsonk commented Jan 3, 2021

Also, I have no Deno: Init option after installing the canary plugin.

Correct, that is not yet in the canary release.

I understand the problem, currently the Deno LSP does not support workspace folders (it is tracked here: denoland/deno#8643).

@kitsonk kitsonk added canary enhancement New feature or request upstream This feature requires upstream changes labels Jan 3, 2021
@lucacasonato
Copy link
Member

Closing this as the issue is tracked in denoland/deno#8643 and #314

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request upstream This feature requires upstream changes
Projects
None yet
Development

No branches or pull requests

3 participants