Skip to content

Commit

Permalink
Make the default runnable state be off, microsoft/vscode#96438
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Apr 30, 2020
1 parent 20818d2 commit b441bcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/notebookProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export class IssuesNotebookProvider implements vscode.NotebookProvider {
async resolveNotebook(editor: vscode.NotebookEditor): Promise<void> {

editor.document.languages = ['github-issues'];
editor.document.metadata.cellRunnable = false;

let contents = '';
try {
Expand Down

0 comments on commit b441bcb

Please sign in to comment.