Results 60 issues of Dan Čermák

see: https://mermaid-js.github.io/mermaid/#/?id=git-graph-exclamation-experimental -> plug the output into a webview

The new account wizard can do quite a lot of things to fix SSL certificate issues, but all of this functionality is not available when importing the accounts from `.oscrc`....

I have removed the automatic check for unimported accounts and thus this setting is obsolete and should be removed.

You can only remove the whole project, but not individual packages from your bookmarks (e.g. removed ones).

VSCode now has a timeline API for showing the evolution of files: https://code.visualstudio.com/updates/v1_44#_timeline-view. This could be very handy for showing the history of files in the source control provider. Currently...

If the user has a project bookmarked that gets deleted, then the Bookmark Tree View breaks by throwing an exception. Instead the respective project should be either auto-removed or marked...

[Tree Items](https://code.visualstudio.com/api/references/vscode-api#TreeItem) can use the `description` field instead of `label`, which will render them slightly smaller than those with `label`. This could be use to show recently updated elements.

**Describe the bug** When working with the gitea API, I've ran into the issue that the `CommitStatusState` object is converted into the following class: ```Python class CommitStatusState(BaseModel): """ None model...

bug

Hi, @cbosdo and myself have hacked an experimental Language Server for SaltStack SLS during this year's hackweek at @SUSE. The project is still in a very early state (see: https://github.com/dcermak/salt-lsp)...