Skip to content

Commit

Permalink
Fix incorrect configuration string in README (#76)
Browse files Browse the repository at this point in the history
Change the incorrect configuration string `deno.enabled` to `deno.enable` in the README.
  • Loading branch information
Marvin Witt authored Jun 6, 2020
1 parent 87d2c94 commit c498b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ You can configure the Deno extension using a `tsconfig` as described
configure it with VS Code settings. This requires VS Code 1.40+ and TS 3.8+.
Note the VS Code based configuration overrides the `tsconfig` configuration.

- `deno.enabled` - Enable/disable this extension. Default is `true`.
- `deno.enable` - Enable/disable this extension. Default is `true`.

- `deno.alwaysShowStatus` - Always show the Deno status bar item. Default is `true`.

Expand Down

0 comments on commit c498b1c

Please sign in to comment.