This is an automated email from the ASF dual-hosted git repository. sbp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tooling-atr-experiments.git
commit daa3b94312d9529ad160d1ea14e28a53f96eba90 Author: Sean B. Palmer <[email protected]> AuthorDate: Wed Feb 12 14:01:33 2025 +0200 Remove VSCode settings --- .gitignore | 1 + .vscode/settings.json | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 944e6f7..07d0275 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ .ruff_cache/ .venv-poetry/ .venv-uv/ +.vscode/ __pycache__/ scripts/both/ scripts/uv/ diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 795aec1..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "makefile.configureOnOpen": false, - "python.analysis.extraPaths": [".venv-poetry/tooling-atr-experiment-8lIg-9vn-py3.13/lib/python3.13/site-packages"], - "python.defaultInterpreterPath": "${workspaceFolder}/.venv-poetry/tooling-atr-experiment-8lIg-9vn-py3.13/bin/python3" -} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
