-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.json
More file actions
21 lines (21 loc) · 1.42 KB
/
package.nls.json
File metadata and controls
21 lines (21 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"package.description": "Track tasks inline in code comments, correlated to versioned task files in your repository",
"configuration.title": "Inline Task Tracker",
"configuration.pattern.description": "Regex pattern used to find task references in comments. Must contain one capture group for the task ID.",
"configuration.tasksDir.description": "Path to the tasks directory, relative to the workspace folder root. Can be set per-folder in a .code-workspace file.",
"configuration.fileGlob.description": "Glob pattern for files to scan for task references.",
"configuration.commentTemplate.description": "Template for generated task comments. Use {{id}} as the placeholder for the task ID. The comment prefix (e.g. //) is added automatically based on the file language.",
"viewsContainers.taskTracker.title": "Task Tracker",
"views.taskList.name": "Tasks",
"views.taskList.contextualTitle": "Inline Task Tracker",
"commands.category": "Task Tracker",
"commands.createTask.title": "Create Task",
"commands.refreshTasks.title": "Refresh Tasks",
"commands.openTask.title": "Open Task",
"commands.copyTaskId.title": "Copy Task ID",
"commands.convertToTask.title": "Convert Comment to Task",
"commands.toggleSortToDate.title": "Sort by Date",
"commands.toggleSortToPriority.title": "Sort by Priority",
"commands.expandRefs.title": "Expand All References",
"commands.collapseRefs.title": "Collapse All References"
}