File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed
Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 44# Ignore these so we don't get added to sync PRs
55/.github /
66/.vscode /
7- /.devcontainer /
87justfile
98.editorconfig
109.gitignore
11- ruff.toml
12- pyproject.toml
13- poetry.lock
Original file line number Diff line number Diff line change 11{
2- // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3- // Extension identifier format: ${publisher }.${name}. Example: vscode.csharp
4- // List of extensions which should be recommended for users of this workspace.
52 "recommendations" : [
3+ " eamodio.gitlens" ,
4+ " github.vscode-github-actions" ,
5+ " redhat.vscode-yaml" ,
66 " donjayamanne.githistory" ,
77 " felipecaputo.git-project-manager" ,
88 " GitHub.vscode-pull-request-github" ,
9- " quarto.quarto" ,
109 " vivaxy.vscode-conventional-commits" ,
10+ " quarto.quarto" ,
1111 " pshaddel.conventional-branch" ,
12+ " EditorConfig.EditorConfig" ,
1213 " tekumara.typos-vscode" ,
13- " eamodio.gitlens" ,
14- " github.vscode-github-actions" ,
15- " redhat.vscode-yaml" ,
16- " GitHub.vscode-pull-request-github" ,
17- " EditorConfig.EditorConfig"
1814 ],
1915 // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
2016 "unwantedRecommendations" : []
You can’t perform that action at this time.
0 commit comments