Skip to content

Commit

Permalink
chore: move Releases.md to CHANGELOG.md for better marketplace integr…
Browse files Browse the repository at this point in the history
…ation (#344)

Closes #342
  • Loading branch information
kitsonk authored Feb 23, 2021
1 parent b2c8048 commit a9480d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Releases.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Releases
# Change Log

Releases of the extension can be downloaded from
[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno).
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ Studio Code, powered by the Deno language server.
3. Open the VS Code command palette with `Ctrl+Shift+P`, and run the _Deno:
Initialize Workspace Configuration_ command.

We recognize that not every TypeScript/JavaScript project that you might
work on in VSCode uses Deno — therefore, by default, this extension will only apply the Deno
language server when the setting `deno.enable` is set to `true`. This can be
done via editing the settings or using the command _Deno: Initialize Workspace
Configuration_.
We recognize that not every TypeScript/JavaScript project that you might work on
in VSCode uses Deno — therefore, by default, this extension will only apply the
Deno language server when the setting `deno.enable` is set to `true`. This can
be done via editing the settings or using the command _Deno: Initialize
Workspace Configuration_.

While you can enable Deno globally, you probably only want to do that if every
JavaScript/TypeScript workspace you work on in VSCode is a Deno based one.
Expand Down
2 changes: 1 addition & 1 deletion client/src/welcome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export class WelcomePanel {
<h1 class="Header-title">Deno for VSCode v${denoExtensionVersion}</h1>
<p>The official Deno extension for Visual Studio Code, powered by the Deno Language Server.</p>
<ul class="Header-links">
<li><a href="#" class="Command" data-command="openDocument" data-document="Releases.md">Release notes</a></li>
<li><a href="#" class="Command" data-command="openDocument" data-document="CHANGELOG.md">Change Log</a></li>
<li><a href="https://github.com/denoland/vscode_deno/">GitHub</a></li>
<li><a href="https://discord.gg/deno">Discord</a></li>
</ul>
Expand Down

0 comments on commit a9480d4

Please sign in to comment.