Skip to content

Commit 7cbf939

Browse files
committed
Merge branch 'base-challenge-template' of github.com:scaffold-eth/se-2-challenges into challenge-over-collateralized-lending
2 parents 1e9c7f0 + 51fee28 commit 7cbf939

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,15 @@ yarn start
7070
7171
---
7272

73+
⚠️ We have disabled AI in Cursor and VSCode and highly suggest that you do not enable it so you can focus on the challenge, do everything by yourself, and hence better understand and remember things. If you are using another IDE, please disable AI yourself.
74+
75+
🔧 If you are a vibe-coder and don't care about understanding the syntax of the code used and just want to understand the general takeaways, you can re-enable AI by:
76+
77+
- Cursor: remove `*` from `.cursorignore` file
78+
- VSCode: set `chat.disableAIFeatures` to `false` in `.vscode/settings.json` file
79+
80+
---
81+
7382
## Checkpoint 1: 💳🌽 Lending Contract
7483

7584
A lending platform needs these three primary functions:

extension/.cursorignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*

extension/.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"chat.disableAIFeatures": true
3+
}

extension/README.md.args.mjs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ yarn start
5757
5858
---
5959
60+
⚠️ We have disabled AI in Cursor and VSCode and highly suggest that you do not enable it so you can focus on the challenge, do everything by yourself, and hence better understand and remember things. If you are using another IDE, please disable AI yourself.
61+
62+
🔧 If you are a vibe-coder and don't care about understanding the syntax of the code used and just want to understand the general takeaways, you can re-enable AI by:
63+
- Cursor: remove \`*\` from \`.cursorignore\` file
64+
- VSCode: set \`chat.disableAIFeatures\` to \`false\` in \`.vscode/settings.json\` file
65+
66+
---
67+
6068
## Checkpoint 1: 💳🌽 Lending Contract
6169
6270
A lending platform needs these three primary functions:

0 commit comments

Comments
 (0)