mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-05-03 20:12:24 +02:00
12 lines
222 B
TypeScript
12 lines
222 B
TypeScript
export const GeneralCommands = {
|
|
toWebview: {
|
|
setMode: 'setMode',
|
|
gitSyncingStart: 'gitSyncingStart',
|
|
gitSyncingEnd: 'gitSyncingEnd'
|
|
},
|
|
toVSCode: {
|
|
openLink: 'openLink',
|
|
gitSync: 'gitSync'
|
|
}
|
|
};
|