mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-06 01:41:48 +02:00
Changes for new panel view
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export enum CommandToCode {
|
||||
getData = "get-data",
|
||||
updateSlug = 'update-slug',
|
||||
updateDate = 'update-date',
|
||||
publish = 'publish',
|
||||
updateTags = "update-tags",
|
||||
updateCategories = "update-categories"
|
||||
}
|
||||
Reference in New Issue
Block a user