1
ewpratten.com/.vscode/settings.json
2024-11-27 11:28:32 -05:00

37 lines
981 B
JSON

{
"cSpell.words": [
"Baofeng",
"callsign",
"callsigns",
"centimetre",
"configurability",
"fileserver",
"grayscale",
"homebrewed",
"inpainting",
"rotoscope",
"Tapermonkey",
"webserver"
],
"files.associations": {
"*.json.liquid": "json",
"*.yaml.liquid": "yaml",
"*.md.liquid": "markdown",
"*.js.liquid": "liquid-javascript",
"*.css.liquid": "liquid-css",
"*.scss.liquid": "liquid-scss",
"_headers": "plaintext",
"_redirects": "plaintext",
},
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
"html.format.unformattedContentDelimiter": "<!--noformat-->",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/.jekyll-cache": true,
}
}