Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/docs/stacks/clarinet/clarity-formatter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ The [Clarity VS Code extension](https://marketplace.visualstudio.com/items?itemN
You can find the settings by searching "clarity-lsp" from the settings menu (Ctrl+, / Cmd+,) or using the settings.json directly.
For example, you can configure format-on-save for all clarity files within the settings.json with this entry:

```terminal
```json -c
"[clarity]": {
"editor.formatOnSave": true,
},
"editor.formatOnSave": true,
},
```

### With Clarinet CLI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ This cBTC smart contract application has a [devnet deployment plan](https://gith
<Cards>
<SecondaryCard
icon={<Clarinet />}
href="/stacks/clarinet/guides/cli-commands/run-a-local-devnet"
href="/stacks/clarinet/guides/run-a-local-devnet"
title="Run a local devnet"
description="Learn how to run a local devnet."
tag='Clarinet'
Expand Down
2 changes: 1 addition & 1 deletion content/docs/stacks/clarinet/guides/debug-a-contract.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Using the _console`continue`_ command, the breakpoint you set in the _clarity`do
<Cards>
<SecondaryCard
icon={<Clarinet />}
href="/stacks/clarinet/guides/cli-commands/validate-a-contract"
href="/stacks/clarinet/guides/validate-a-contract"
title="Validate a contract"
description="Learn how to validate a contract."
tag='Clarinet'
Expand Down
2 changes: 1 addition & 1 deletion content/docs/stacks/clarinet/guides/estimate-costs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ To see how you can run automated cost analysis on your unit tests, check out our
<Cards>
<SecondaryCard
icon={<Clarinet />}
href="/stacks/clarinet/guides/cli-commands/validate-a-contract"
href="/stacks/clarinet/guides/validate-a-contract"
title="Validate a contract"
description="Learn how to validate a contract."
tag='Clarinet'
Expand Down