Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 16 additions & 3 deletions website/src/docs/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ outline: deep

Task has an
[official extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=task.vscode-task).
The code for this project can be found
[here](https://github.com/go-task/vscode-task). To use this extension, you must
have Task v3.23.0+ installed on your system.
The code for this project can be found in
[our GitHub repository](https://github.com/go-task/vscode-task). To use this
extension, you must have Task v3.45.3+ installed on your system.

This extension provides the following features (and more):

Expand All @@ -30,6 +30,19 @@ To get autocompletion and validation for your Taskfile, see the

![Task for Visual Studio Code](https://github.com/go-task/vscode-task/blob/main/res/preview.png?raw=true)

### Configuration namespace change

In v1.0.0 of the extension, the configuration namespace was changed from `task`
to `taskfile` in order to fix
[an issue](https://github.com/go-task/vscode-task/issues/56).

![Configuration namespace change warning](../public/img/config-namespace-change.png)

If you receive a warning like the one above, you will need to update your
settings to use the new `taskfile` namespace instead:

![Configuration namespace diff](../public/img/config-namespace-diff.png)

## Schema

This was initially created by @KROSF in
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/src/public/img/config-namespace-diff.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading