Files
vscode-front-matter/src/constants/GeneralCommands.ts

12 lines
222 B
TypeScript

export const GeneralCommands = {
toWebview: {
setMode: 'setMode',
gitSyncingStart: 'gitSyncingStart',
gitSyncingEnd: 'gitSyncingEnd'
},
toVSCode: {
openLink: 'openLink',
gitSync: 'gitSync'
}
};