Alessandro Fragnani
Alessandro Fragnani
It's been around 3 years a new API has been requested to the VS Code team, and up until now, no updates or ETA. I'm changing the idea of this...
Hi @krutoo , This message appears in two occasions: * Using the `Rename Project` command in the Side Bar’s context menu * Using the `Save Project` command in Command Palette...
@krutoo Maybe you have _disabled_ project (using the `Disable Project` context menu. You could check all your projects, using the `Edit Projects` command. It will open the `projects.json` file (where...
@krutoo That’s great to see it works! Thinking about it, I decided to reopen the issue, but now as an **enhancement**. I see at least two points possibilities: * It...
Use `eye-closed` and `eye` from https://microsoft.github.io/vscode-codicons/dist/codicon.html
- [ ] Add a `Show/Hide Disabled Projects` Button in the Favorites view - [ ] Disabled projects should be _visually distinct_, while visible - [ ] Even disabled/hidden, projects...
Hi @ferreteleco , I agree it's a good idea, but I'm not sure _where_ this "description" could be displayed in the Side Bar, because the hover already contains the `path`....
Just playing a bit with the Side Bar and remembered that you can't add information _below_ the project, unless, if you turn the list of projects into a tree, and...
Yep, it's that scenario we discussed. It will fit perfectly with #431 . Also, I just noticed that if you try to open a Codespaces project in VS Code, but...
Hi @brentgti , Sometime ago I decided to avoid using (and documenting) shortcut keys on my extensions, basically because: * Mac uses Cmd instead of Ctrl * Conflict with OS...