Nick
Nick
To reacreate this you just need to make a file inside a ignored folder without saving it to the working directory. This is also the case if opening a external...
Type the same commands multiple times or using external files from the terminal application to launch scripts. This feature would solve the problem of users alt tabbing allot of the...
When switching files the rpc flickers to not in a file infomation
Make a settings that will scan for ips/hostnames in ssh and filter them. Thought we did this already but ips/ssh is showing again
- [ ] Make it so That it detects SSH: and replaces it with `vscord.ignore.workspacesText` by a toggle option in the settings
- [ ] Add a details state to this with the ability to select - [ ] vscord.ignore.state - [ ] vscord.ignore.details
- [ ] Setting to enable/disable - [ ] Add required schemes to `ALLOWED_SCHEME` - [ ] add support to detect schema that it is in `e.document.uri.scheme` if it is...
I am trying to use git-worktree.nvim (or worktrees in general neither ways work) 1. git clone --bare [email protected]:/ ./ 2. git worktree add ./path/ (or do it in the git...
Hey, I am trying to handle all errors to stop this from crashing my application if the server goes down. Instead it will gracefully handle them and reconnect. Below is...