Skip to content

Commit e155e7a

Browse files
authored
chore: 🔥 don't need these config settings for this project (#104)
# Description Small fix to remove VS Code settings we don't need for this type of project. This PR needs a quick eview.
1 parent b25d47a commit e155e7a

File tree

3 files changed

+1
-81
lines changed

3 files changed

+1
-81
lines changed

.vscode/google-notypes.mustache

Lines changed: 0 additions & 41 deletions
This file was deleted.

.vscode/json.code-snippets

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,6 @@
3131
],
3232
"description": "Insert bash formatted text"
3333
},
34-
"Insert YAML header for blogs": {
35-
"scope": "quarto,markdown",
36-
"prefix": "post_yaml",
37-
"body": [
38-
"---",
39-
"title: \"\"",
40-
"description: \"Our reasons for ...\"",
41-
"author: \"\"",
42-
"date: last-modified",
43-
"categories:",
44-
" ${0:Type 'category_keywords' to insert categories}",
45-
"---"
46-
],
47-
"description": "Insert YAML header for Quarto blog posts."
48-
},
4934
"Insert a hidden comment section": {
5035
"scope": "quarto,markdown",
5136
"prefix": "hidden",
@@ -75,29 +60,5 @@
7560
"| | | |"
7661
],
7762
"description": "Insert a 3 col table"
78-
},
79-
"Insert video": {
80-
"scope": "quarto,markdown",
81-
"prefix": "video",
82-
"body": [
83-
"{{< video ${0:Insert link here} >}}"
84-
],
85-
"description": "Insert video that will be shown"
86-
},
87-
"Insert paneltab": {
88-
"scope": "quarto,markdown",
89-
"prefix": "paneltab",
90-
"body": [
91-
"::: panel-tabset",
92-
"### ${0:Header}",
93-
"",
94-
"${1:Text body}",
95-
"",
96-
"### ${2:Header}",
97-
"",
98-
"${3:Text body}",
99-
":::"
100-
],
101-
"description": "Insert paneltab (including two tabs here). If you want additional tabs, just include more headers."
10263
}
10364
}

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"git.autofetch": false,
99
"quarto.visualEditor.markdownWrap": "column",
1010
"quarto.visualEditor.markdownWrapColumn": 72,
11-
"autoDocstring.customTemplatePath": ".vscode/google-notypes.mustache",
1211
"editor.tabCompletion": "on",
1312
"editor.snippetSuggestions": "inline",
1413
"conventional-branch.type": [
@@ -30,6 +29,7 @@
3029
"editor.defaultFormatter": "charliermarsh.ruff"
3130
},
3231
"files.associations": {
32+
"*.yml.jinja": "jinja-yaml",
3333
"*.cff.jinja": "jinja-yaml",
3434
"*.toml.jinja": "jinja-toml"
3535
},

0 commit comments

Comments
 (0)