lambda0xff
lambda0xff
Looks like it was a 'false positive'. sorry about that
Actually, still a bug: MacOS 10.15.7 Version: 0.15.0 Electron: 9.3.1 Chrome: 83.0.4103.122 Node.js: 12.14.1 V8: 8.3.110.13-electron.0 OS: Darwin x64 19.6.0 To reproduce: - open application, dark theme is selected by...
Yes, please implement auto imports at test level.
Documentation ... who has time to read them ? 😁😜 More seriously, why not add that file directly when typescript is selected ?
Exact same issue here. `TmuxNavigatorProcessList` gives: `Ss+ /bin/zsh (figterm)`
Probably same issue a https://github.com/christoomey/vim-tmux-navigator/issues/295 ? Copy-Paste fix that works for me: In `.tmux.conf`, replace `is_vim` with: ``` is_vim="children=(); i=0; pids=( $(ps -o pid= -t '#{pane_tty}') ); \ while read...
@dmdnkv I'm using the same pattern in a Nuxt JS with typescript project. The issue I'm having is that even though it works, the IDE (VS Code) is complaining about...