diff --git a/DotNet.code-workspace b/ProjectTemplate.code-workspace similarity index 86% rename from DotNet.code-workspace rename to ProjectTemplate.code-workspace index 74cd478e..cf6b845f 100644 --- a/DotNet.code-workspace +++ b/ProjectTemplate.code-workspace @@ -1,9 +1,9 @@ { "folders": [ - { - "path": "." - } - ], + { + "path": "." + } + ], "settings": { "cSpell.words": [ "accessibilities", @@ -51,7 +51,6 @@ "Pieter", "postCreateCommand", "ProjectTemplate", - "purpleair", "pypi", "pypilibrary", "pyproject", @@ -94,20 +93,30 @@ "editor.formatOnSave": true, "editor.defaultFormatter": "csharpier.csharpier-vscode" }, + "[python]": { + "editor.formatOnSave": true, + "editor.defaultFormatter": "charliermarsh.ruff", + "editor.codeActionsOnSave": { + "source.organizeImports": "explicit" + } + }, + "python.terminal.activateEnvironment": false, "git.alwaysSignOff": true, "markdown.extension.toc.levels": "2..3" }, "extensions": { "recommendations": [ + "charliermarsh.ruff", "csharpier.csharpier-vscode", "davidanson.vscode-markdownlint", "editorconfig.editorconfig", + "fanaticpythoner.better-todo-tree", "github.vscode-github-actions", "ms-azuretools.vscode-docker", "ms-dotnettools.csdevkit", + "ms-python.python", "streetsidesoftware.code-spell-checker", - "yzhang.markdown-all-in-one", - "fanaticpythoner.better-todo-tree" + "yzhang.markdown-all-in-one" ] } } diff --git a/Python.code-workspace b/Python.code-workspace deleted file mode 100644 index d554ecda..00000000 --- a/Python.code-workspace +++ /dev/null @@ -1,113 +0,0 @@ -{ - "folders": [ - { - "path": "." - } - ], - "settings": { - "cSpell.words": [ - "accessibilities", - "Allman", - "apikey", - "astral", - "autoremove", - "buildcache", - "buildtransitive", - "Buildx", - "codegen", - "contentfiles", - "csdevkit", - "datebadge", - "davidanson", - "debuglevel", - "devcontainer", - "dockerhub", - "dotnettools", - "dryrun", - "Emby", - "finalizers", - "gpgsign", - "gruntfuggly", - "hatchling", - "Jellyfin", - "Keychain", - "lastbuild", - "libsecret", - "LINQ", - "logfile", - "nameof", - "nbgv", - "nugetlibrary", - "nektos", - "Nerdbank", - "noninteractive", - "onCreateCommand", - "othercommand", - "Pieter", - "postCreateCommand", - "ProjectTemplate", - "pyproject", - "pypi", - "pypilibrary", - "pyright", - "quoteoftheday", - "resharper", - "Rubba", - "ruff", - "Serilog", - "settingsfile", - "signingkey", - "slnx", - "snupkg", - "softprops", - "somecommand", - "tzdata", - "Viljoen", - "winget", - "xunit", - "yzhang" - ], - "files.trimTrailingWhitespace": true, - "files.trimTrailingWhitespaceInRegexAndStrings": false, - "diffEditor.ignoreTrimWhitespace": false, - "editor.renderWhitespace": "boundary", - "files.encoding": "utf8", - "[markdown]": { - "files.trimTrailingWhitespace": false, - }, - "[plaintext]": { - "files.trimTrailingWhitespace": false, - }, - "[python]": { - "editor.formatOnSave": true, - "editor.defaultFormatter": "charliermarsh.ruff", - "editor.codeActionsOnSave": { - "source.organizeImports": "explicit" - } - }, - "python.terminal.activateEnvironment": false, - "git.alwaysSignOff": true, - "markdown.extension.toc.levels": "2..3" - }, - "extensions": { - "recommendations": [ - "charliermarsh.ruff", - "davidanson.vscode-markdownlint", - "editorconfig.editorconfig", - "github.vscode-github-actions", - "gruntfuggly.todo-tree", - "ms-azuretools.vscode-docker", - "ms-python.python", - "streetsidesoftware.code-spell-checker", - "yzhang.markdown-all-in-one" - ], - "unwantedRecommendations": [ - "ms-pyright.pyright", - "ms-python.mypy-type-checker", - "ms-python.pylint", - "ms-python.flake8", - "ms-python.isort", - "ms-python.black-formatter" - ] - } -}