Skip to content

Commit

Permalink
chore: Provide rules for automatic rebasing
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Nikitenko <[email protected]>

rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
RomanNikitenko committed Jan 17, 2025
1 parent 9a6544b commit 1ecef49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .rebase/override/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
"devDependencies": {
"@vscode/l10n-dev": "0.0.18",
"typescript": "5.6.0-dev.20240715"
},
"dependencies": {
"@vscode/proxy-agent": "^0.28.0"
}
}
4 changes: 3 additions & 1 deletion .rebase/override/code/remote/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{

"dependencies": {
"@vscode/proxy-agent": "^0.28.0"
}
}

0 comments on commit 1ecef49

Please sign in to comment.