Skip to content
Open
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
10 changes: 5 additions & 5 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -1056,15 +1056,15 @@ export function applyTranslation() {

toastr.options.preventDuplicates = true;

const fn = 'test.py'
const fn = 'README.md'
const content = `
# ViperIDE - MicroPython Web IDE
# Read more: https://github.com/vshymanskyy/ViperIDE
Read more: https://github.com/vshymanskyy/ViperIDE

# Connect your device and start creating! 🤖👨‍💻🕹️
Connect your device and start creating! 🤖👨‍💻🕹️

# You can also open a virtual device and explore some examples:
# https://viper-ide.org?vm=1
You can also open a virtual device and explore some examples:
https://viper-ide.org?vm=1
`
await _loadContent(fn, content, createTab(fn))

Expand Down