Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit 504231c

Browse files
committed
Update gitpod files
1 parent 0f7c4b8 commit 504231c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tasks:
2-
- command: pip install --upgrade pip && pip install -U platformio && platformio run -t clean -e arduino-3
2+
- command: pip install --upgrade pip && pip install -U platformio && platformio run -e arduino-3
33

44
image:
55
file: .gitpod.Dockerfile

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,6 @@
7070
"tooltip": "PlatformIO: Rebuild IntelliSense Index",
7171
"commands": "platformio-ide.rebuildProjectIndex"
7272
}
73-
]
73+
],
74+
"git.allowForcePush": true
7475
}

0 commit comments

Comments
 (0)