ソースを参照

Added vscode settings to repo

master
Roxie Gibson 4年前
コミット
17378a8399
この署名に対応する既知のキーがデータベースに存在しません
2個のファイルの変更25行の追加2行の削除
  1. +0
    -2
      .gitignore
  2. +25
    -0
      .vscode/settings.json

+ 0
- 2
.gitignore ファイルの表示

@@ -9,6 +9,4 @@ config*

venv/

\.vscode/

*.csv

+ 25
- 0
.vscode/settings.json ファイルの表示

@@ -0,0 +1,25 @@
{
"python.pythonPath": "venv/bin/python3",
"spellright.language": [
"english-uk"
],
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext"
],
"cSpell.ignoreWords": [
"kz",
"m",
"organsation",
"vdbd"
],
"cSpell.words": [
"caat",
"outofoffice",
"pattern",
"seatingplan",
"seatplangen",
"strftime"
]
}

読み込み中…
キャンセル
保存