Skip to content

Commit

Permalink
Add a link to extension settings in the quick links bar
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonlhart committed Dec 4, 2024
1 parent dca24e0 commit ad7da31
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/features/quickLinks/quickLinksView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ export function getWebviewQuickLinks(webview: Webview, extensionUri: Uri) {
</a>
</h3>
</div>
<div class="catalogue">
<h3>
<a href="command:ansible.extension-settings.open" title="Ansible extension settings">
<span class="codicon codicon-settings-gear"></span> Settings
</a>
</h3>
</div>
<h3>INITIALIZE</h3>
<p>Initialize a new Ansible project</p>
<div class="catalogue">
Expand Down

0 comments on commit ad7da31

Please sign in to comment.