Skip to content

Commit d1bce63

Browse files
committed
PR Feedback
1 parent 769a56e commit d1bce63

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ cd vscode-jupyter
3535
#### Install Recommended Extensions
3636

3737
First, install all the recommended VS Code extensions. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P) and run:
38-
```
38+
39+
```text
3940
Extensions: Show Recommended Extensions
4041
```
42+
4143
Then install all the extensions listed under "Workspace Recommendations".
4244

4345
#### Configure Access to @deepnote/blocks Package

src/notebooks/deepnote/deepnoteDataConverter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export class DeepnoteDataConverter {
100100

101101
private createFallbackBlock(cell: NotebookCellData, index: number): DeepnoteBlock {
102102
return {
103-
blockGroup: 'group-123',
103+
blockGroup: 'default-group',
104104
id: generateBlockId(),
105105
sortingKey: generateSortingKey(index),
106106
type: cell.kind === NotebookCellKind.Code ? 'code' : 'markdown',

0 commit comments

Comments
 (0)