fix: Rename freeflowuniverse to incubaid
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user