项目作者: jsaulou

项目描述 :
A VS code extension that lets you create tasks and associate files relevant to those tasks
高级语言: TypeScript
项目地址: git://github.com/jsaulou/vscode-tasks-context.git
创建时间: 2019-06-26T19:55:24Z
项目社区:https://github.com/jsaulou/vscode-tasks-context

开源协议:Other

下载


Tasks context

Lets you create tasks and associate files relevant to those tasks.

Features

This extension adds a Tasks view in the explorer that lets you create tasks and associated files for those tasks.
This lets you keep a context of what files are important when working on a given task.

Preview

Preview

Limitations

Currently only works for single folders.

You need to open a folder for the extension to be usable.

Extension Settings

This extension contributes the following settings:

  • tasks-context.autoAddFileToActiveTask: Automatically add files to the active task (when opened or modified)
  • tasks-context.showAddFileToActiveTaskInExplorerContext: Whether to show ‘Add file to active task’ command in explorer context menu
  • tasks-context.hideCompletedTasks: Whether to hide completed tasks in the tasks list

And of course, special thanks to @MrDoomy for creating the logo!

Enjoy!