Browse Source

Added vscode settings to repo

master
Roxie Gibson 4 years ago
parent
commit
17378a8399
No known key found for this signature in database
2 changed files with 25 additions and 2 deletions
  1. +0
    -2
      .gitignore
  2. +25
    -0
      .vscode/settings.json

+ 0
- 2
.gitignore View File

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

venv/

\.vscode/

*.csv

+ 25
- 0
.vscode/settings.json View File

@@ -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"
]
}

Loading…
Cancel
Save