diff --git a/.gitignore b/.gitignore index 62ccd0b..1531189 100644 --- a/.gitignore +++ b/.gitignore @@ -12,5 +12,6 @@ Test* !Content.html Content.jira +.venv .envrc node_modules diff --git a/.vscode/settings.json b/.vscode/settings.json index e3f9641..78de575 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,5 @@ { + "PandocCiter.DefaultBib": "literature/bibliography.bib", "editor.formatOnPaste": true, "editor.formatOnType": true, "editor.tabSize": 4, @@ -36,8 +37,8 @@ "name": "latexmk" } ], - "PandocCiter.DefaultBib": "literature/bibliography.bib", "prettier.configPath": "tools/.prettierrc", + "python.defaultInterpreterPath": "${workspaceFolder}/.venv", "python.formatting.provider": "yapf", "python.formatting.yapfArgs": [ "--style", @@ -48,6 +49,7 @@ "python.linting.pycodestyleEnabled": false, "python.linting.pylamaEnabled": true, "python.linting.pylintEnabled": false, + "python.terminal.activateEnvironment": true, "search.exclude": { "**/node_modules": true }, diff --git a/Content.html b/Content.html index e169bfc..79f5c0e 100644 --- a/Content.html +++ b/Content.html @@ -524,7 +524,7 @@