Skip to content

Prompt seems to expire/break after one week #7340

@mdnava

Description

@mdnava

Code of Conduct

  • I agree to follow this project's Code of Conduct

What happened?

For a few months now, I've noticed that the Oh My Posh prompt expires or breaks after one week, by the 8th day. This seems to happen consistently, and across multiple opened terminals.

In the following images you can notice my prompt from march 16 (that's the number '16' from '16.07:29:09', while the rest of the numbers are hour, minute and second), then a prompt from march 23, and finally a broken prompt from march 24:

Image Image Image

Is worth mentioning that at the time these screenshots were taken, I had opened five (5) terminal tabs from the same day (march 16), and across all terminals the prompt broke by the 8th day (march 24).

The screenshots were taken when using ConEmu, but this issue has also happened on Windows Terminal.

Am I doing something wrong ?

Theme

{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"template": "{{if .Env.PROMPT_PRE_LNBR}}\n{{end}}",
"type": "text",
"style": "plain"
},
{
"template": " {{if .Env.VENV_SESSION}}{{.Env.VENV_SESSION}}{{else if .Env.WSYSTEM}}{{.Env.WSYSTEM}}{{else if .Env.MSYSTEM}}{{.Env.MSYSTEM}}{{end}}{{if .Root}}\uf132 {{end}}{{if not .Root}} {{end}}",
"foreground": "#ffffff",
"background": "#FF00FF",
"type": "text",
"style": "plain"
},
{
"template": "\ue0b0",
"foreground": "#FF00FF",
"background": "#FFE50A",
"type": "text",
"style": "plain"
},
{
"properties": {
"home_icon": "\ue617",
"mapped_locations": {
"C:\Program Files (x86)": "PROGRAMFILES32",
"C:\Program Files": "PROGRAMFILES",
"C:\Users": "\uf007",
"C:\Windows": "\ue70f",
"D:\mdnava": "\ue617",
"D:\mdnava\Dropbox": "\uf16b",
"D:\mdnava\Google Drive": "\ue731",
"D:\mdnava\OneDrive": "\ue762",
"D:\mdnava\OneDrive\CodeX\VS": "\ue70c VS",
"D:\mdnava\OneDrive\Command\Git\home\mdnava": "\ue762\Command\Git\home\mdnava",
"D:\mdnava\OneDrive\Command\Msys2\home\mdnava": "\ue762\Command\Msys2\home\mdnava",
"D:\mdnava\OneDrive\Images\": "\uf1c5\",
"D:\mdnava\OneDrive\Music\": "\uf001\"
},
"stack_count_enabled:": true,
"style": "full"
},
"template": " {{ .Path }} {{ if matchP "(?i)ON|True" .Env.EXECTIME}}<#FFE50A,#ffffff>\ue0b0</>{{else}}<#FFE50A,#008000>\ue0b0</>{{end}}",
"foreground": "#000000",
"background": "#FFE50A",
"type": "path"
},
{
"type": "executiontime",
"style": "powerline",
"foreground": "#c5c5c5",
"background": "#ffffff",
"template": "{{ if matchP "(?i)ON|True" .Env.EXECTIME}} {{ .FormattedMs }} <#ffffff,#008000>\ue0b0</>{{end}}",
"properties": {
"threshold": 500,
"style": "austin",
"always_enabled": true
}
},
{
"properties": { "time_format": "15:04:05" },
"trailing_diamond": "\ue0b4",
"template": " <#c5c5c5>{{ .CurrentDate.Day }}.</>{{ .CurrentDate | date .Format }} ",
"foreground": "#FFFFFF",
"background": "#008000",
"type": "time",
"style": "diamond"
},
{
"properties": {
"text": " "
},
"type": "text",
"style": "plain"
}
]
},
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"properties": {
"branch_ahead_icon": "\u2191",
"branch_behind_icon": "\u2193",
"branch_gone_icon": "\u2262",
"branch_icon": "\ue0a0",
"branch_identical_icon": "\u2261",
"fetch_stash_count": true,
"fetch_status": true,
"fetch_upstream_icon": true
},
"trailing_diamond": "\ue0bc",
"template": " {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \uf0193 {{ .StashCount }}{{ end }} ",
"foreground": "#193549",
"background": "#95ffa4",
"type": "git",
"style": "diamond"
},
{
"template": "❯ ",
"foreground": "#ffffff",
"type": "text"
}
],
"newline": true
}
],
"version": 3
}

What OS are you seeing the problem on?

Windows

Which shell are you using?

cmd

Log output

Version: 29.0.2

Shell: shell (clink v1.9.9.3fd236)

Prompt:

 SYSTEM   common                                                                      in shell at 09:11:32

Segments:

ConsoleTitle(true)                        -   0 ms
Session(true)                             -   0 ms
Path(true)                                -   1 ms
Git(false)                                -   1 ms
Root(false)                               -   0 ms
Status(true)                              -   1 ms
Node(false)                               -   9 ms
Go(false)                                 -   9 ms
Python(false)                             -   9 ms
Shell(true)                               -   0 ms
Time(true)                                -   0 ms

Run duration: 171.7745ms

Cache path: C:\Users\mdnava\AppData\Local\oh-my-posh

Config path: no --config set, using default built-in configuration

Logs:

[DEBUG] 09:11:32.444 debug.go:39 → logging enabled, raw mode: true
[DEBUG] 09:11:32.481 store.go:]:141 → (session) key not found: prompt_count_cache
[TRACE] 09:11:32.481 store.go:](session prompt_count_cache) - 17.1963ms
[TRACE] 09:11:32.482 terminal.go:setPromptCount() - 17.1963ms
[TRACE] 09:11:32.482 terminal.go:GOOS() - 0s
[DEBUG] 09:11:32.482 terminal.go:setPwd:102 → D:\mdnava\OneDrive\Projects\mnxNetTools\dns-tools\common
[TRACE] 09:11:32.482 terminal.go:setPwd() - 0s
[TRACE] 09:11:32.482 terminal.go:Init() - 18.1962ms
[DEBUG] 09:11:32.483 path_windows.go:PackageFamilyName:44 → failed to get PackageFamilyName
[TRACE] 09:11:32.483 path_windows.go:PackageFamilyName() - 1.0015ms
[TRACE] 09:11:32.483 path.go:Path() - 1.0015ms
[DEBUG] 09:11:32.483 store.go:init:94 → (device) loading INITVERSIONCMD
[DEBUG] 09:11:32.483 store.go:init:94 → (device) loading INITVERSIONPWSH
[DEBUG] 09:11:32.483 store.go:init:94 → (device) loading INITVERSIONBASH
[DEBUG] 09:11:32.483 store.go:init:94 → (device) loading DSC_SHELL
[DEBUG] 09:11:32.483 store.go:init:94 → (device) loading DSC_CONFIGURATION
[DEBUG] 09:11:32.483 store.go:init:94 → (device) loading INITVERSIONFISH
[TRACE] 09:11:32.483 store.go:init(device omp.cache) - 1.0015ms
[TRACE] 09:11:32.483 init.go:SessionID() - 0s
[TRACE] 09:11:32.483 path.go:Path() - 0s
[DEBUG] 09:11:32.497 store.go:init:94 → (session) loading prompt_count_cache
[DEBUG] 09:11:32.497 store.go:init:94 → (session) loading template_cache
[TRACE] 09:11:32.497 store.go:init(session cmd.99bd699c-2760-46eb-83ca-b94e2e1264d0.omp.cache) - 13.9967ms
[DEBUG] 09:11:32.498 store.go:]:141 → (device) key not found: reload
[TRACE] 09:11:32.498 store.go:](device reload) - 574.1µs
[DEBUG] 09:11:32.498 store.go:]:141 → (session) key not found: CONFIG
[TRACE] 09:11:32.498 store.go:](session CONFIG) - 591.5µs
[DEBUG] 09:11:32.498 gob.go:Get:39 → no cached config found
[DEBUG] 09:11:32.498 load.go:Parse:97 → no config file specified
[TRACE] 09:11:32.498 load.go:Parse() - 0s
[TRACE] 09:11:32.498 load.go:Load() - 0s
[TRACE] 09:11:32.498 gob.go:Get() - 591.5µs
[TRACE] 09:11:32.498 terminal.go:Shell() - 0s
[TRACE] 09:11:32.499 terminal.go:Flags() - 0s
[DEBUG] 09:11:32.499 store.go:]:154 → (session) found entry: template_cache - {map[Path:0xc000342000 Session:0xc000300690 Status:0xc000328050] map[] ~\OneDrive\Projects\mnxNetTools\dns-tools\common common  SYSTEM TESLA  cmd D:\mdnava\OneDrive\Projects\mnxNetTools\dns-tools\common windows 29.0.2 1 0 0 0 false false}
[TRACE] 09:11:32.499 store.go:](session template_cache) - 68.5µs
[TRACE] 09:11:32.499 cache.go:restoreCache() - 68.5µs
[DEBUG] 09:11:32.499 writer.go:Init:107 → terminal program: Unknown
[DEBUG] 09:11:32.499 writer.go:Init:108 → terminal shell: shell
[DEBUG] 09:11:32.499 terminal.go:Getenv:64 → NO DATA
[TRACE] 09:11:32.499 terminal.go:Getenv(OMP_CACHE_DISABLED) - 0s
[DEBUG] 09:11:32.499 store.go:]:141 → (device) key not found: accent_color
[TRACE] 09:11:32.499 store.go:](device accent_color) - 0s
[DEBUG] 09:11:32.499 terminal_windows.go:WindowsRegistryKeyValue:205 → ColorizationColor(DWORD): 0xC40078D7
[TRACE] 09:11:32.499 terminal_windows.go:WindowsRegistryKeyValue(HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM\ColorizationColor) - 0s
[TRACE] 09:11:32.499 colors_windows.go:GetAccentColor() - 0s
[TRACE] 09:11:32.499 colors.go:SetAccentColor() - 0s
[TRACE] 09:11:32.499 terminal.go:Shell() - 0s
[DEBUG] 09:11:32.499 terminal.go:Getenv:64 → clink v1.9.9.3fd236
[TRACE] 09:11:32.499 terminal.go:Getenv(POSH_SHELL_VERSION) - 0s
[DEBUG] 09:11:32.499 debug.go:PrintDebug:24 → segment: Title
[DEBUG] 09:11:32.504 text.go:patchTemplate:149 → {{ .Shell }} in {{ .Folder }}
[TRACE] 09:11:32.504 terminal.go:Flags() - 0s
[DEBUG] 09:11:32.504 terminal.go:Getenv:64 → 16189
[TRACE] 09:11:32.504 terminal.go:Getenv(POSH_CURSOR_LINE) - 0s
[DEBUG] 09:11:32.504 terminal.go:Getenv:64 → NO DATA
[TRACE] 09:11:32.504 terminal.go:Getenv(POSH_CURSOR_COLUMN) - 0s
[TRACE] 09:11:32.504 terminal.go:Flags() - 0s
[TRACE] 09:11:32.504 terminal.go:Flags() - 0s
[TRACE] 09:11:32.504 terminal.go:Flags() - 0s
[TRACE] 09:11:32.505 terminal.go:Flags() - 0s
[TRACE] 09:11:32.505 terminal.go:Flags() - 0s
[DEBUG] 09:11:32.505 home.go:12 → D:\mdnava
[TRACE] 09:11:32.505 terminal.go:GOOS() - 0s
[DEBUG] 09:11:32.505 home.go:12 → D:\mdnava
[DEBUG] 09:11:32.505 segment.go:Execute:172 → segment: Status
[TRACE] 09:11:32.505 terminal.go:GOOS() - 0s
[DEBUG] 09:11:32.505 home.go:12 → D:\mdnava
[DEBUG] 09:11:32.505 store.go:]:141 → (session) key not found: toggle_cache
[DEBUG] 09:11:32.505 segment.go:Execute:172 → segment: Path
[TRACE] 09:11:32.505 terminal.go:GOOS() - 0s
[TRACE] 09:11:32.505 store.go:](session toggle_cache) - 0s
[DEBUG] 09:11:32.505 segment.go:Execute:172 → segment: Git
[DEBUG] 09:11:32.505 segment.go:isToggled:293 → no toggles found
[DEBUG] 09:11:32.505 store.go:]:141 → (session) key not found: toggle_cache
[TRACE] 09:11:32.505 store.go:](session toggle_cache) - 0s
[DEBUG] 09:11:32.505 segment.go:isToggled:293 → no toggles found
[TRACE] 09:11:32.505 store.go:](session toggle_cache) - 0s
[DEBUG] 09:11:32.505 segment.go:isToggled:293 → no toggles found
[TRACE] 09:11:32.505 terminal.go:Flags() - 0s
[DEBUG] 09:11:32.505 home.go:12 → D:\mdnava
[TRACE] 09:11:32.505 terminal.go:GOOS() - 0s
[DEBUG] 09:11:32.505 segment.go:Execute:172 → segment: Session
[DEBUG] 09:11:32.505 store.go:]:141 → (session) key not found: toggle_cache
[TRACE] 09:11:32.505 store.go:](session toggle_cache) - 0s
[DEBUG] 09:11:32.505 segment.go:isToggled:293 → no toggles found
[TRACE] 09:11:32.505 terminal.go:StatusCodes() - 0s
[DEBUG] 09:11:32.505 terminal.go:Getenv:64 → NO DATA
[TRACE] 09:11:32.505 terminal.go:Getenv(SSH_CONNECTION) - 0s
[DEBUG] 09:11:32.505 terminal.go:Getenv:64 → NO DATA
[TRACE] 09:11:32.505 terminal.go:Getenv(SSH_CLIENT) - 0s
[DEBUG] 09:11:32.505 map.go:Bool:133 → disable_with_jj: false
[DEBUG] 09:11:32.505 map.go:Bool:133 → display_cygpath: false
[TRACE] 09:11:32.505 terminal.go:GOOS() - 0s
[DEBUG] 09:11:32.505 map.go:String:79 → status_template: {{ .Code }}
[TRACE] 09:11:32.505 terminal.go:Flags() - 0s
[DEBUG] 09:11:32.505 home.go:12 → D:\mdnava
[TRACE] 09:11:32.505 terminal.go:GOOS() - 0s
[DEBUG] 09:11:32.505 segment.go:Execute:172 → segment: Root
[DEBUG] 09:11:32.505 store.go:]:141 → (session) key not found: toggle_cache
[TRACE] 09:11:32.505 store.go:](session toggle_cache) - 0s
[DEBUG] 09:11:32.505 segment.go:isToggled:293 → no toggles found
[DEBUG] 09:11:32.505 text.go:patchTemplate:149 → {{ .Code }}
[DEBUG] 09:11:32.505 map.go:Bool:141 → always_enabled: true
[DEBUG] 09:11:32.506 text.go:patchTemplate:149 →  {{ if .Data.SSHSession }} {{ end }}{{ .UserName }}
[TRACE] 09:11:32.506 separator.go:Separator() - 0s
[TRACE] 09:11:32.506 terminal.go:Shell() - 0s
[TRACE] 09:11:32.506 terminal.go:GOOS() - 0s
[TRACE] 09:11:32.506 terminal_windows.go:Root() - 0s
[DEBUG] 09:11:32.506 map.go:Bool:133 → mapped_locations_enabled: true
[DEBUG] 09:11:32.506 map.go:String:79 → windows_registry_icon: 
[DEBUG] 09:11:32.506 map.go:String:79 → windows_registry_icon: 
[DEBUG] 09:11:32.506 home.go:12 → D:\mdnava
[TRACE] 09:11:32.506 separator.go:Separator() - 0s
[TRACE] 09:11:32.506 terminal.go:GOOS() - 0s
[DEBUG] 09:11:32.506 map.go:String:79 → home_icon: ~
[DEBUG] 09:11:32.506 map.go:KeyValueMap:208 → mapped_locations: map[]
[TRACE] 09:11:32.506 separator.go:Separator() - 0s
[TRACE] 09:11:32.506 terminal.go:GOOS() - 0s
[TRACE] 09:11:32.506 separator.go:Separator() - 0s
[DEBUG] 09:11:32.506 terminal.go:ResolveSymlink:195 → D:\mdnava\OneDrive\Projects\mnxNetTools\dns-tools\common
[TRACE] 09:11:32.506 terminal.go:GOOS() - 0s
[TRACE] 09:11:32.506 terminal.go:ResolveSymlink(D:\mdnava\OneDrive\Projects\mnxNetTools\dns-tools\common) - 622.2µs
[TRACE] 09:11:32.506 terminal.go:GOOS() - 0s
[TRACE] 09:11:32.506 terminal.go:GOOS() - 0s
[TRACE] 09:11:32.506 terminal.go:GOOS() - 0s
[DEBUG] 09:11:32.506 map.go:String:79 → gitdir_format:
[DEBUG] 09:11:32.506 map.go:String:83 → style: folder
[DEBUG] 09:11:32.506 map.go:StringArray:220 → cycle: []
[DEBUG] 09:11:32.506 map.go:String:79 → folder_separator_template:
[DEBUG] 09:11:32.506 map.go:String:79 → folder_separator_icon: \
[DEBUG] 09:11:32.506 map.go:Bool:133 → cycle_folder_separator: false
[DEBUG] 09:11:32.506 map.go:String:79 → folder_format: %s
[DEBUG] 09:11:32.506 map.go:String:79 → edge_format: %s
[DEBUG] 09:11:32.506 map.go:String:79 → left_format: %s
[DEBUG] 09:11:32.506 map.go:String:79 → right_format: %s
[TRACE] 09:11:32.506 terminal.go:Flags() - 0s
[TRACE] 09:11:32.506 terminal.go:GOOS() - 0s
[TRACE] 09:11:32.506 terminal.go:StackCount() - 0s
[ERROR] 09:11:32.506 terminal.go:HasParentFilePath:464 → GetFileAttributesEx .git: The system cannot find the file specified.
[TRACE] 09:11:32.506 terminal.go:HasParentFilePath(.git) - 1.1504ms
[DEBUG] 09:11:32.507 win32_windows.go:isWriteable:263 → current user is member of S-1-5-32-544
[DEBUG] 09:11:32.507 win32_windows.go:isWriteable:271 ↓
    WRITE_DAC
    WRITE_OWNER
    SYNCHRONIZE
    DELETE
    READ_CONTROL
[DEBUG] 09:11:32.507 win32_windows.go:isWriteable:273 → user has write access
[TRACE] 09:11:32.507 terminal_windows.go:DirIsWritable() - 534.1µs
[DEBUG] 09:11:32.507 text.go:patchTemplate:149 →   {{ path .Data.Path .Data.Location }}
[DEBUG] 09:11:32.509 text.go:patchTemplate:149 →  {{ if gt .Code 0 }}{{ else }}{{ end }}
[DEBUG] 09:11:32.509 text.go:patchTemplate:149 → {{ if gt .Code 0 }}p:red{{ end }}
[DEBUG] 09:11:32.509 text.go:patchTemplate:149 → {{ if gt .Code 0 }}p:red{{ end }}
[TRACE] 09:11:32.509 terminal.go:Shell() - 0s
[TRACE] 09:11:32.509 terminal.go:Flags() - 0s
[TRACE] 09:11:32.509 terminal.go:Flags() - 0s
[TRACE] 09:11:32.509 terminal.go:Flags() - 0s
[DEBUG] 09:11:32.509 home.go:12 → D:\mdnava
[TRACE] 09:11:32.509 terminal.go:GOOS() - 0s
[DEBUG] 09:11:32.509 segment.go:Execute:172 → segment: Time
[TRACE] 09:11:32.509 terminal.go:GOOS() - 0s
[DEBUG] 09:11:32.509 store.go:]:141 → (session) key not found: toggle_cache
[DEBUG] 09:11:32.509 segment.go:Execute:172 → segment: Node
[TRACE] 09:11:32.509 store.go:](session toggle_cache) - 0s
[DEBUG] 09:11:32.509 store.go:]:141 → (session) key not found: toggle_cache
[DEBUG] 09:11:32.509 home.go:12 → D:\mdnava
[DEBUG] 09:11:32.509 segment.go:isToggled:293 → no toggles found
[TRACE] 09:11:32.509 terminal.go:GOOS() - 0s
[TRACE] 09:11:32.509 store.go:](session toggle_cache) - 0s
[DEBUG] 09:11:32.509 segment.go:isToggled:293 → no toggles found
[DEBUG] 09:11:32.509 segment.go:Execute:172 → segment: Python
[DEBUG] 09:11:32.509 map.go:String:79 → time_format: 15:04:05
[DEBUG] 09:11:32.509 store.go:]:141 → (session) key not found: toggle_cache
[TRACE] 09:11:32.509 terminal.go:Flags() - 0s
[TRACE] 09:11:32.509 store.go:](session toggle_cache) - 0s
[DEBUG] 09:11:32.509 segment.go:isToggled:293 → no toggles found
[TRACE] 09:11:32.509 terminal.go:Flags() - 0s
[DEBUG] 09:11:32.509 home.go:12 → D:\mdnava
[TRACE] 09:11:32.509 terminal.go:GOOS() - 0s
[DEBUG] 09:11:32.509 segment.go:Execute:172 → segment: Shell
[DEBUG] 09:11:32.509 store.go:]:141 → (session) key not found: toggle_cache
[DEBUG] 09:11:32.509 map.go:String:83 → display_mode: files
[TRACE] 09:11:32.509 store.go:](session toggle_cache) - 0s
[DEBUG] 09:11:32.509 segment.go:isToggled:293 → no toggles found
[DEBUG] 09:11:32.509 map.go:KeyValueMap:208 → mapped_shell_names: map[]
[DEBUG] 09:11:32.509 home.go:12 → D:\mdnava
[TRACE] 09:11:32.509 terminal.go:Shell() - 0s
[TRACE] 09:11:32.509 terminal.go:GOOS() - 0s
[TRACE] 09:11:32.509 terminal.go:Flags() - 0s
[DEBUG] 09:11:32.509 segment.go:Execute:172 → segment: Go
[DEBUG] 09:11:32.509 store.go:]:141 → (session) key not found: toggle_cache
[TRACE] 09:11:32.509 store.go:](session toggle_cache) - 0s
[DEBUG] 09:11:32.509 segment.go:isToggled:293 → no toggles found
[DEBUG] 09:11:32.517 map.go:StringArray:220 → extensions: [*.py *.ipynb pyproject.toml venv.bak]
[DEBUG] 09:11:32.517 map.go:StringArray:220 → folders: [.venv venv virtualenv venv-win pyenv-win]
[DEBUG] 09:11:32.517 map.go:Bool:133 → home_enabled: false
[DEBUG] 09:11:32.517 map.go:StringArray:220 → extensions: [*.go go.mod go.sum go.work go.work.sum]
[DEBUG] 09:11:32.517 map.go:StringArray:220 → folders: []
[DEBUG] 09:11:32.517 map.go:Bool:141 → home_enabled: false
[DEBUG] 09:11:32.517 map.go:StringArray:220 → folders: []
[DEBUG] 09:11:32.517 map.go:Bool:133 → home_enabled: false
[DEBUG] 09:11:32.517 home.go:12 → D:\mdnava
[DEBUG] 09:11:32.518 home.go:12 → D:\mdnava
[DEBUG] 09:11:32.518 map.go:String:79 → display_mode: files
[DEBUG] 09:11:32.518 home.go:12 → D:\mdnava
[DEBUG] 09:11:32.518 map.go:String:83 → display_mode: files
[DEBUG] 09:11:32.518 map.go:Bool:141 → fetch_virtual_env: false
[DEBUG] 09:11:32.518 map.go:Bool:141 → fetch_package_manager: false
[DEBUG] 09:11:32.518 terminal.go:HasFilesInDir:151 → false
[DEBUG] 09:11:32.518 terminal.go:HasFilesInDir:151 → false
[TRACE] 09:11:32.518 terminal.go:HasFilesInDir(*.go) - 532.7µs
[TRACE] 09:11:32.518 terminal.go:HasFilesInDir(*.py) - 532.7µs
[DEBUG] 09:11:32.518 terminal.go:HasFilesInDir:151 → false
[DEBUG] 09:11:32.518 terminal.go:HasFilesInDir:151 → false
[TRACE] 09:11:32.518 terminal.go:HasFilesInDir(go.mod) - 0s
[TRACE] 09:11:32.518 terminal.go:HasFilesInDir(*.js) - 0s
[DEBUG] 09:11:32.518 terminal.go:HasFilesInDir:151 → false
[TRACE] 09:11:32.518 terminal.go:HasFilesInDir(*.ipynb) - 0s
[DEBUG] 09:11:32.518 terminal.go:HasFilesInDir:151 → false
[TRACE] 09:11:32.518 terminal.go:HasFilesInDir(go.sum) - 0s
[DEBUG] 09:11:32.518 terminal.go:HasFilesInDir:151 → false
[DEBUG] 09:11:32.518 terminal.go:HasFilesInDir:151 → false
[DEBUG] 09:11:32.518 terminal.go:HasFilesInDir:151 → false
[TRACE] 09:11:32.518 terminal.go:HasFilesInDir(*.ts) - 0s
[TRACE] 09:11:32.518 terminal.go:HasFilesInDir(pyproject.toml) - 0s
[TRACE] 09:11:32.518 terminal.go:HasFilesInDir(go.work) - 0s
[DEBUG] 09:11:32.518 terminal.go:HasFilesInDir:151 → false
[DEBUG] 09:11:32.518 terminal.go:HasFilesInDir:151 → false
[DEBUG] 09:11:32.518 terminal.go:HasFilesInDir:151 → false
[TRACE] 09:11:32.518 terminal.go:HasFilesInDir(venv.bak) - 0s
[TRACE] 09:11:32.518 terminal.go:HasFilesInDir(go.work.sum) - 0s
[DEBUG] 09:11:32.518 terminal.go:HasFilesInDir:151 → false
[DEBUG] 09:11:32.518 map.go:StringArray:220 → tooling: [mod go]
[TRACE] 09:11:32.518 terminal.go:HasFilesInDir(.nvmrc) - 0s
[DEBUG] 09:11:32.518 terminal.go:HasFilesInDir:151 → false
[TRACE] 09:11:32.518 terminal.go:HasFilesInDir(pnpm-workspace.yaml) - 0s
[DEBUG] 09:11:32.518 terminal.go:HasFilesInDir:151 → false
[TRACE] 09:11:32.518 terminal.go:HasFilesInDir(.pnpmfile.cjs) - 0s
[DEBUG] 09:11:32.518 terminal.go:HasFilesInDir:151 → false
[TRACE] 09:11:32.518 terminal.go:HasFilesInDir(.vue) - 0s
[DEBUG] 09:11:32.518 map.go:StringArray:220 → tooling: [node]
[DEBUG] 09:11:32.518 terminal.go:HasFolder:180 → false
[TRACE] 09:11:32.518 terminal.go:HasFolder(.venv) - 0s
[DEBUG] 09:11:32.519 terminal.go:HasFolder:180 → false
[TRACE] 09:11:32.519 terminal.go:HasFolder(venv) - 505.4µs
[DEBUG] 09:11:32.519 terminal.go:HasFolder:180 → false
[TRACE] 09:11:32.519 terminal.go:HasFolder(virtualenv) - 36.6µs
[DEBUG] 09:11:32.519 terminal.go:HasFolder:180 → false
[TRACE] 09:11:32.519 terminal.go:HasFolder(venv-win) - 0s
[DEBUG] 09:11:32.519 terminal.go:HasFolder:180 → false
[TRACE] 09:11:32.519 terminal.go:HasFolder(pyenv-win) - 0s
[DEBUG] 09:11:32.519 map.go:StringArray:220 → tooling: [pyenv python python3 py]
[DEBUG] 09:11:32.519 text.go:patchTemplate:149 → in <p:blue><b>{{ .Data.Name }}</b></>
[DEBUG] 09:11:32.519 text.go:patchTemplate:149 → at <p:blue><b>{{ .Data.CurrentDate | date "15:04:05" }}</b></>
[TRACE] 09:11:32.519 terminal.go:Shell() - 0s
[TRACE] 09:11:32.519 terminal.go:Flags() - 0s
[TRACE] 09:11:32.519 terminal.go:Shell() - 0s
[DEBUG] 09:11:32.519 terminal_windows.go:TerminalWidth:99 → terminal width: 114
[TRACE] 09:11:32.519 terminal_windows.go:TerminalWidth() - 59.5µs
[TRACE] 09:11:32.519 path.go:Path() - 0s

Metadata

Metadata

Labels

🐛 bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions