Skip to content

Commit

Permalink
Merge pull request #640 from elcajon-dev/elcajon-patch-2
Browse files Browse the repository at this point in the history
Add Python and debugger code server extension
  • Loading branch information
elcajon authored Sep 20, 2024
2 parents 2139649 + 4666ba2 commit 811aa06
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,18 @@
],
"datasourceTemplate": "github-tags",
"depNameTemplate": "microsoft/vscode-pull-request-github"
},
{
"fileMatch": ["code-server/code-server.extensions$"],
"matchStrings": ["ms-python\\.python#(?:v)?(?<currentValue>.+?)\\s"],
"datasourceTemplate": "github-tags",
"depNameTemplate": "microsoft/vscode-python"
},
{
"fileMatch": ["code-server/code-server.extensions$"],
"matchStrings": ["ms-python\\.debugpy#(?:v)?(?<currentValue>.+?)\\s"],
"datasourceTemplate": "github-tags",
"depNameTemplate": "microsoft/vscode-python-debugger"
}
],
"packageRules": [
Expand Down
2 changes: 2 additions & 0 deletions code-server/code-server.extensions
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ GitHub.copilot#1.232.0
GitHub.copilot-chat#0.21.2024092002
mikoz.black-py#1.0.3
github.vscode-pull-request-github#0.96.0
ms-python.python#2024.14.0
ms-python.debugpy#2024.8.0

0 comments on commit 811aa06

Please sign in to comment.