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

feat: "deno.disablePaths" setting #919

Merged
merged 1 commit into from
Sep 14, 2023
Merged

Conversation

nayeemrmn
Copy link
Collaborator

Closes #817. Won't work until Deno 1.37 or built with patch denoland/deno#20475.

@@ -130,8 +130,10 @@ extension has the following configuration options:
the extension will disable the built-in VSCode JavaScript and TypeScript
language services, and will use the Deno Language Server (`deno lsp`) instead.
_boolean, default `false`_
- `deno.enablePaths`: Controls if the Deno Language Server is enabled for only
- `deno.disablePaths`: Controls if the Deno Language Server is disabled for
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you put configuration options in "h4"?

#### `deno.disablePaths`

Controls if the Deno...

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll do it in a later PR with the rest of the README cleanup

@nayeemrmn nayeemrmn merged commit 74c8c2b into denoland:main Sep 14, 2023
@nayeemrmn nayeemrmn deleted the disable-paths branch September 14, 2023 10:01
@nayeemrmn nayeemrmn restored the disable-paths branch September 14, 2023 10:01
@nayeemrmn nayeemrmn deleted the disable-paths branch September 14, 2023 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Option for deno.disablePaths
2 participants