Skip to content

Commit e170b00

Browse files
authored
Merge pull request #148 from microsoft/joh/querulous-chimpanzee
joh/querulous chimpanzee
2 parents fd47460 + a246565 commit e170b00

File tree

4 files changed

+17
-12
lines changed

4 files changed

+17
-12
lines changed

.vscode/settings.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,10 @@
1818
"[typescriptreact]": {
1919
"editor.defaultFormatter": "vscode.typescript-language-features",
2020
},
21-
"editor.insertSpaces": false
21+
"editor.insertSpaces": false,
22+
"git.branchProtection": [
23+
"main",
24+
],
25+
"git.branchProtectionPrompt": "alwaysCommitToNewBranch",
26+
"git.branchRandomName.enable": true,
2227
}

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "GitHub Issue Notebooks for VS Code",
55
"publisher": "ms-vscode",
66
"preview": true,
7-
"version": "0.0.127",
7+
"version": "0.0.128",
88
"repository": {
99
"url": "https://github.com/microsoft/vscode-github-issue-notebooks"
1010
},
@@ -148,4 +148,4 @@
148148
"@octokit/rest": "^18.5.3",
149149
"abort-controller": "^3.0.0"
150150
}
151-
}
151+
}

syntaxes/github-issues.tmGrammar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
{
1717
"name": "constant.language",
18-
"match": "\\b(?<![\\.\\$])(@me|pr|issue|title|body|comments|completed|open|closed|true|false|locked|unlocked|merged|unmerged|public|private|pending|success|failure|none|required|approved)(?!\\s*:)\\b"
18+
"match": "\\b(?<![\\.\\$])(@me|pr|issue|title|body|comments|completed|open|closed|true|false|locked|unlocked|merged|unmerged|public|private|pending|success|failure|none|required|approved|changes_requested)(?!\\s*:)\\b"
1919
},
2020
{
2121
"name": "constant.numeric.date",

0 commit comments

Comments
 (0)