Skip to content

Commit f51f380

Browse files
committed
chore: update README
1 parent c7c6378 commit f51f380

File tree

7 files changed

+22
-14
lines changed

7 files changed

+22
-14
lines changed

README.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
1-
# Task for Visual Studio Code
1+
<div align="center">
2+
<a href="https://taskfile.dev">
3+
<img src="./res/task.png" />
4+
</a>
5+
<a href="https://taskfile.dev">
6+
<img src="./res/vscode.png"/>
7+
</a>
28

3-
This extension integrates your Taskfile into Visual Studio Code.
9+
<h1>Task for Visual Studio Code</h1>
10+
11+
<p>
12+
<a href="https://taskfile.dev">Task</a> is a task runner / build tool that aims to be simpler and easier to use than, for example, <a href="https://www.gnu.org/software/make/">GNU Make<a>.
13+
</p>
14+
15+
<p>
16+
<a href="https://taskfile.dev/installation/">Installation</a> | <a href="https://taskfile.dev/usage/">Documentation</a> | <a href="https://twitter.com/taskfiledev">Twitter</a> | <a href="https://fosstodon.org/@task">Mastodon</a> | <a href="https://discord.gg/6TY36E39UK">Discord</a>
17+
</p>
18+
</div>
419

520
## Features
621

@@ -9,15 +24,8 @@ This extension integrates your Taskfile into Visual Studio Code.
924
- Go to definition from the sidebar and command palette.
1025
- Run last task command.
1126
- Multi-root workspace support.
12-
- Ability to initialize a Taskfile in the current workspace.
13-
- If no Taskfile is detected a button will appear in the sidebar.
27+
- Initialize a Taskfile in the current workspace.
1428

15-
## Roadmap
29+
---
1630

17-
- Switch between nested/flat task view
18-
- Refresh up-to-date status when a task's sources change
19-
- Status polling to update up-to-date status
20-
- Support global tasks
21-
- Ability to install Task via command palette
22-
- Prompt if a Taskfile is detected and Task is not installed
23-
- Prompt if version of Task is out of date
31+
![Task for Visual Studio Code Preview](./res/preview.png)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Task",
44
"description": "A task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.",
55
"homepage": "https://taskfile.dev",
6-
"icon": "res/task.png",
6+
"icon": "res/icon.png",
77
"license": "MIT",
88
"version": "0.1.0",
99
"author": {
@@ -84,7 +84,7 @@
8484
{
8585
"id": "vscode-task",
8686
"title": "Task",
87-
"icon": "./res/task.svg"
87+
"icon": "./res/activityBarIcon.svg"
8888
}
8989
]
9090
},
File renamed without changes.

res/icon.png

5.01 KB
Loading

res/preview.png

142 KB
Loading

res/task.png

1.79 KB
Loading

res/vscode.png

8.35 KB
Loading

0 commit comments

Comments
 (0)