Gitea-VSCode icon indicating copy to clipboard operation
Gitea-VSCode copied to clipboard

Issue tracker for gitea repositories

Results 23 Gitea-VSCode issues
Sort by recently updated
recently updated
newest added

Hi, and thanks for creating this extension :) I would be very interested in support for [RemoteSourceProvider](https://github.com/microsoft/vscode/blob/fa2d19c9d26954efa7042f31e824d400de2783ff/extensions/git/src/api/git.d.ts#L230) for this extension. This would ideally allow searching for repositories on the gitlab...

enhancement

I just tried to build the extension locally because I wanted to add a feature, and apparently the version of `vscode` the extension currently depends on causes `npm install` to...

Currently it seems like we can only configure a single repo for the extension. It would be nice if the extension would work on a user level for all repos...

enhancement

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.4 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

![image](https://user-images.githubusercontent.com/5537530/139035622-a4fa9c08-b5f0-4635-a6fa-0f2a777c3933.png) Using Gitea 1.15.5 and a fresh installed gitea plugin in VSCode I get this error

bug

Bumps [axios](https://github.com/axios/axios) from 0.18.1 to 0.21.2. Release notes Sourced from axios's releases. v0.21.2 0.21.2 (September 4, 2021) Fixes and Functionality: Updating axios requests to be delayed by pre-emptive promise creation...

dependencies

Each piece of code is uniquely addressable via a URI: ```js `${protocol}${gitea_host}/${repo_slug}/src/commit/${commit_sha}/${tree_path}#L${line_number_a}-${line_number_b}` ``` It would be nice to have a context menu entry to copy or open this URL in...

enhancement
good first issue

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

vscode 1.54.1 extension 2.0.0 Hey @IJustDev, thanks for the latest version! Now it connects, even on localhost (problem #24 seems resolved), but when I click refresh I get: > Element...