fix: Rename freeflowuniverse to incubaid

This commit is contained in:
Mahmoud-Emad
2025-10-12 12:30:19 +03:00
parent 801c4abb43
commit 8f2d187b17
1593 changed files with 8753 additions and 8300 deletions

View File

@@ -1,10 +1,10 @@
## visual studio code
```v
import freeflowuniverse.herolib.develop.vscode
import incubaid.herolib.develop.vscode
vscode.open(path:"/tmp/something")!
```
- if path not specified will chose current path
- if path not specified will chose current path

View File

@@ -1,6 +1,6 @@
module vscode
import freeflowuniverse.herolib.osal.core as osal
import incubaid.herolib.osal.core as osal
import os
pub struct VSCodeHelper {