Skip to content

Commit

Permalink
chore(sync): 🔨 synced local '.vscode/' with remote '.vscode/'
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Feb 26, 2025
1 parent 55f6ffd commit dfdff0f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .vscode/json.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"body": [
"## :technologist: Exercise: ${0:Title}",
"",
"> Time: ~${1:Minutes} minutes.",
"**Time: ~${1:Minutes} minutes.**",
"",
"${2:Text}",
],
Expand All @@ -45,9 +45,9 @@
"scope": "quarto,markdown",
"prefix": "discussion",
"body": [
"## :speech_balloon: Discussion activity: ~${0:Title}",
"## :speech_balloon: Discussion activity: ${0:Title}",
"",
"**Time: ~${1:Minutes}**",
"**Time: ~${1:Minutes} minutes.**",
"",
"${2:Text}",
],
Expand All @@ -57,13 +57,13 @@
"scope": "quarto,markdown",
"prefix": "reading",
"body": [
"::: callout-note",
"## :book: Reading task: ~${0:Minutes}",
"## :book: Reading task: ~${0:Title}",
"",
"${1:Text body}",
"**Time: ~${1:Minutes} minutes.**",
"",
"${2:Text}",
"",
"{{< text_snippet sticky_up >}}",
":::",
],
"description": "Insert reading task section."
},
Expand Down
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
],
"conventional-branch.format": "{Type}/{Branch}",
"files.insertFinalNewline": true,
"cSpell.enableFiletypes": [
"quarto"
],
"cSpell.enabledFileTypes": {
"quarto": true
},
"cSpell.language": "en,en-GB",
"conventionalCommits.scopes": [
"preamble",
Expand Down

0 comments on commit dfdff0f

Please sign in to comment.