Skip to content

Commit

Permalink
Merge pull request #12 from algorandfoundation/vscode_setting
Browse files Browse the repository at this point in the history
chore: update deprecated extension
  • Loading branch information
negar-abbasi authored Dec 4, 2023
2 parents 01877c5 + fd6d72a commit a389a9d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion template_content/.vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"recommendations": [
"ms-python.python",
"bungcip.better-toml",
"tamasfe.even-better-toml",
"editorconfig.editorconfig"
]
}
1 change: 0 additions & 1 deletion tests/test_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import pytest


commit_pattern = re.compile(r"_commit: .*")
src_path_pattern = re.compile(r"_src_path: .*")
tests_path = Path(__file__).parent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"recommendations": [
"ms-python.python",
"bungcip.better-toml",
"tamasfe.even-better-toml",
"editorconfig.editorconfig"
]
}

0 comments on commit a389a9d

Please sign in to comment.