Skip to content

Commit 5c75e39

Browse files
add basic ext. constats.ts with notebook examples command (#75)
1 parent f20f820 commit 5c75e39

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/extension/constants.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/* eslint-disable @typescript-eslint/naming-convention */
2+
3+
// extension constants
4+
export const PublisherId: string = 'RandomFractalsInc';
5+
export const ExtensionName: string = 'vscode-data-table';
6+
export const ExtensionId: string = 'data.table';
7+
export const ExtensionDisplayName: string = 'Data Table';
8+
9+
// command constants
10+
export const NotebookExamplesCommand: string = `${ExtensionId}.notebook.examples`;

0 commit comments

Comments
 (0)