aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-12-04 23:28:34 -0500
committerXe Iaso <me@xeiaso.net>2023-12-04 23:28:34 -0500
commit047022702edb036ccd844ea32085ad9d29c9bfa2 (patch)
tree33464c51c2fb8c6e013537bca3f3d134b3b7a256 /.vscode/settings.json
parent5a647fca623d94cdafd89541fa04ef32abb59864 (diff)
downloadxesite-047022702edb036ccd844ea32085ad9d29c9bfa2.tar.xz
xesite-047022702edb036ccd844ea32085ad9d29c9bfa2.zip
blog: add AI generated youtube video post
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json46
1 files changed, 27 insertions, 19 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index d89e173..543d989 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,20 +1,28 @@
{
- "[markdown]": {
- "editor.wordWrap": "wordWrapColumn",
- "editor.wordWrapColumn": 80,
- "editor.wordBasedSuggestions": false
- },
- "[mdx]": {
- "editor.wordWrap": "wordWrapColumn",
- "editor.wordWrapColumn": 80,
- "editor.wordBasedSuggestions": false
- },
- "[nunjucks]": {
- "editor.wordWrap": "wordWrapColumn",
- "editor.wordWrapColumn": 80,
- "editor.wordBasedSuggestions": false
- },
- "deno.enable": true,
- "deno.lint": true,
- "deno.unstable": true,
-} \ No newline at end of file
+ "[markdown]": {
+ "editor.wordWrap": "wordWrapColumn",
+ "editor.wordWrapColumn": 80,
+ "editor.wordBasedSuggestions": false
+ },
+ "[mdx]": {
+ "editor.wordWrap": "wordWrapColumn",
+ "editor.wordWrapColumn": 80,
+ "editor.wordBasedSuggestions": false
+ },
+ "[nunjucks]": {
+ "editor.wordWrap": "wordWrapColumn",
+ "editor.wordWrapColumn": 80,
+ "editor.wordBasedSuggestions": false
+ },
+ "deno.enable": true,
+ "deno.lint": true,
+ "deno.unstable": true,
+ "cSpell.enableFiletypes": ["mdx"],
+ "cSpell.words": [
+ "bootloader",
+ "catgirl",
+ "gatekeeping",
+ "gatekeepy",
+ "XeblogConv"
+ ]
+}