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 4
4
# Ignore these so we don't get added to sync PRs
5
5
/.github /
6
6
/.vscode /
7
- /.devcontainer /
8
7
justfile
9
8
.editorconfig
10
9
.gitignore
11
- ruff.toml
12
- pyproject.toml
13
- poetry.lock
Original file line number Diff line number Diff line change 1
1
{
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.
5
2
"recommendations" : [
3
+ " eamodio.gitlens" ,
4
+ " github.vscode-github-actions" ,
5
+ " redhat.vscode-yaml" ,
6
6
" donjayamanne.githistory" ,
7
7
" felipecaputo.git-project-manager" ,
8
8
" GitHub.vscode-pull-request-github" ,
9
- " quarto.quarto" ,
10
9
" vivaxy.vscode-conventional-commits" ,
10
+ " quarto.quarto" ,
11
11
" pshaddel.conventional-branch" ,
12
+ " EditorConfig.EditorConfig" ,
12
13
" tekumara.typos-vscode" ,
13
- " eamodio.gitlens" ,
14
- " github.vscode-github-actions" ,
15
- " redhat.vscode-yaml" ,
16
- " GitHub.vscode-pull-request-github" ,
17
- " EditorConfig.EditorConfig"
18
14
],
19
15
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
20
16
"unwantedRecommendations" : []
You can’t perform that action at this time.
0 commit comments