Update devcontainer configuration and enhance terminal handling in InkApp. Change base image to 'devpit:latest' and implement a blinking cursor feature in the terminal display, improving user experience and visual feedback during input.

This commit is contained in:
sebseb7
2025-08-12 22:02:01 +00:00
parent 0815d64802
commit 14305859de
3 changed files with 71 additions and 29 deletions

View File

@@ -1,3 +1,3 @@
{
"image": "mcr.microsoft.com/devcontainers/javascript-node"
"image": "devpit:latest"
}