Skip to content

Commit 5207080

Browse files
committed
chore: patch typo in codetour file
1 parent 1e01188 commit 5207080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template_content/{% if code_tours %}.tours{% endif %}/getting-started-with-your-algokit-project.tour.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"file": "smart_contracts/{% if deployment_language == 'python' %}__main__.py{% else %}index.ts{% endif %}",
4949
"description": "Uncomment the following lines to enable complementary utilities that will generate artifacts required for the [AlgoKit AVM Debugger](https://github.com/algorandfoundation/algokit-avm-vscode-debugger) VSCode plugin available on the [VSCode Extension Marketplace](https://marketplace.visualstudio.com/items?itemName=algorandfoundation.algokit-avm-vscode-debugger). A new folder will be automatically created in the `.algokit` directory with source maps of all TEAL contracts in this workspace, as well as traces that will appear in a folder at the root of the workspace. You can then use the traces as entry points to trigger the debug extension. Make sure to have the `.algokit.toml` file available at the root of the workspace.",
5050
"line": 15
51-
}
51+
},
5252
{
5353
"file": "smart_contracts/_helpers/__init__.py",
5454
"description": "This folder contains helper scripts for contract management. These automate tasks like compiling, generating clients, and deploying. Usually, you won't need to edit these files, but advanced users can expand them for custom needs.",

0 commit comments

Comments
 (0)