mirror of
https://github.com/go-task/task.git
synced 2025-12-16 11:47:44 +01:00
docs: update integration doc with details of extension config namespace change
This commit is contained in:
@@ -12,9 +12,9 @@ outline: deep
|
|||||||
|
|
||||||
Task has an
|
Task has an
|
||||||
[official extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=task.vscode-task).
|
[official extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=task.vscode-task).
|
||||||
The code for this project can be found
|
The code for this project can be found in
|
||||||
[here](https://github.com/go-task/vscode-task). To use this extension, you must
|
[our GitHub repository](https://github.com/go-task/vscode-task). To use this
|
||||||
have Task v3.23.0+ installed on your system.
|
extension, you must have Task v3.45.3+ installed on your system.
|
||||||
|
|
||||||
This extension provides the following features (and more):
|
This extension provides the following features (and more):
|
||||||
|
|
||||||
@@ -30,6 +30,19 @@ To get autocompletion and validation for your Taskfile, see the
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
### 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).
|
||||||
|
|
||||||
|

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

|
||||||
|
|
||||||
## Schema
|
## Schema
|
||||||
|
|
||||||
This was initially created by @KROSF in
|
This was initially created by @KROSF in
|
||||||
|
|||||||
BIN
website/src/public/img/config-namespace-change.png
Normal file
BIN
website/src/public/img/config-namespace-change.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.4 KiB |
BIN
website/src/public/img/config-namespace-diff.png
Normal file
BIN
website/src/public/img/config-namespace-diff.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.8 KiB |
Reference in New Issue
Block a user