forked from iarv/vscode-front-matter
10 lines
281 B
TypeScript
10 lines
281 B
TypeScript
export enum CommandToCode {
|
|
getData = "get-data",
|
|
updateSlug = 'update-slug',
|
|
updateDate = 'update-date',
|
|
publish = 'publish',
|
|
updateTags = "update-tags",
|
|
updateCategories = "update-categories",
|
|
addTagToSettings = "add-tag",
|
|
addCategoryToSettings = "add-category"
|
|
} |