open-build-service-connector icon indicating copy to clipboard operation
open-build-service-connector copied to clipboard

Visual Studio Code extension for integration with the Open Build Service

Results 19 open-build-service-connector issues
Sort by recently updated
recently updated
newest added

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`....

Using the Microsoft plugin for remote sessions, the OBS connector does not find the .oscrc file for import. It seems it keeps looking in the local directory instead.

When starting your plugin I have imported my settings from ~/.config/osc/oscrc and got two accounts: one on build.opensuse.org and second on build.suse.de. ``` { "scm.alwaysShowActions": true, "python.showStartPage": false, "vscode-obs.accounts": [...

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

Description --------------- I think it would be nice if there could be a tab showing me the current build status and the build info data from an open obs project....

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.