Skip to content

Commit 1f86daa

Browse files
committed
chore(sync): 🔨 synced local '.vscode/' with remote '.vscode/'
1 parent 10e4e2b commit 1f86daa

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.vscode/json.code-snippets

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
"scope": "quarto,markdown",
5858
"prefix": "reading",
5959
"body": [
60-
"::: callout-note",
61-
"## :book: Reading task: ~${0:Minutes}",
60+
"## :book: Reading task: ~${0:Title}",
6261
"",
63-
"${1:Text body}",
62+
"**Time: ~${1:Minutes} minutes.**",
63+
"",
64+
"${2:Text}",
6465
"",
6566
"{{< text_snippet sticky_up >}}",
66-
":::",
6767
],
6868
"description": "Insert reading task section."
6969
},

.vscode/settings.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
],
2222
"conventional-branch.format": "{Type}/{Branch}",
2323
"files.insertFinalNewline": true,
24-
"cSpell.enableFiletypes": [
25-
"quarto"
26-
],
24+
"cSpell.enabledFileTypes": {
25+
"quarto": true
26+
},
2727
"cSpell.language": "en,en-GB",
2828
"conventionalCommits.scopes": [
2929
"preamble",

0 commit comments

Comments
 (0)