Skip to content

Commit 114cf55

Browse files
committed
docstrings; dirty status fix
1 parent 4d82204 commit 114cf55

File tree

7 files changed

+285
-104
lines changed

7 files changed

+285
-104
lines changed

src/commands.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ export namespace CommandIDs {
1515
export const runAllAboveOutput = 'dashboard:run-all-above-output';
1616
export const startFullscreen = 'dashboard:start-fullscreen';
1717
export const createNew = 'dashboard:create-new';
18-
export const enableGrid = 'dashboard:enable-grid';
19-
export const setGridSize = 'dashboard:set-grid-size';
18+
export const setTileSize = 'dashboard:set-tile-size';
2019
}

0 commit comments

Comments
 (0)