Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VSCodeConfigHelper/v4
/ main
Function
main
src-tauri/src/main.rs:27–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
mod utils;
26
27
fn main() {
28
#[cfg(windows)]
29
{
30
utils::winapi::alloc_console();
31
utils::winapi::enable_virtual_terminal();
32
}
33
cli::run();
34
}
Callers
nothing calls this directly
Calls
3
alloc_console
Function · 0.85
enable_virtual_terminal
Function · 0.85
run
Function · 0.85
Tested by
no test coverage detected