Skip to content

Commit dc27eeb

Browse files
chore(sync): 🔨 synced file(s) with seedcase-project/seedcase-theme
1 parent c998673 commit dc27eeb

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
# Ignore these so we don't get added to sync PRs
55
/.github/
66
/.vscode/
7-
/.devcontainer/
87
justfile
98
.editorconfig
109
.gitignore
11-
ruff.toml
12-
pyproject.toml
13-
poetry.lock

.vscode/extensions.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
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": []

0 commit comments

Comments
 (0)