Commit Graph
32 Commits
Author SHA1 Message Date
Matt Bierner 13a604e50c Revert "Revert "Port github extension to use esbuild" (#298920)"
This reverts commit 51f5cafd6f.
2026-03-09 08:10:36 -07:00
Christof MartiandGitHub 51f5cafd6f Revert "Port github extension to use esbuild" (#298920) 2026-03-03 12:40:44 +01:00
Matt Bierner 9e0a44acc3 Port github extension to use esbuild
Had to make same fixes as with #296355. We can't pull in const enums from a d.ts file like this
2026-03-02 11:28:35 -08:00
c80442dee0 Enhance GithHub publishing logic to handle renamed repositories (#245024)
* Enhance GithHub publishing logic to handle renamed repositories.

* Make "result" const as it is never reassigned.

* Pull request feedback

---------

Co-authored-by: nomike <nomike@nomike.cpm>
Co-authored-by: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com>
2025-05-27 13:20:25 +00:00
Johannes RiekenandGitHub cb0950e9d7 Migrate github extension to ESM (2nd attempt) (#248312)
* Revert "GitHub - revert ESM migration (#247322)"

This reverts commit 2047ab0fff.

* use `"@vscode/extension-telemetry": "^1.0.0"` which doesn't use default export anymore
2025-05-07 15:52:46 +02:00
Ladislau SzomoruandGitHub 2047ab0fff GitHub - revert ESM migration (#247322)
* Revert "fix github extension bundling (#247314)"

This reverts commit 0cffb673f5.

* Revert "migrate github-extension to ESM"

This reverts commit 493874c390.

* Add missing JS file
2025-04-24 19:24:59 +02:00
Johannes 493874c390 migrate github-extension to ESM 2025-04-16 16:04:12 +02:00
Ladislau SzomoruandGitHub edcad3ab53 GitHub - use GitHub default branch name when publishing to GitHub (#183207) 2023-05-24 11:15:17 +02:00
f09c4124a2 Engineering - adopt l10n for git-base/git/github extesions (#164566)
Co-authored-by: Tyler James Leonhardt <me@tylerleonhardt.com>
2022-10-28 11:27:08 +02:00
Ladislau SzomoruandGitHub 52223728f8 Git - Add the ability to commit and not execute a post-commit command (#160527)
Add the ability to commit and not execute a post-commit command
2022-09-09 14:58:38 +02:00
Ladislau SzomoruandGitHub f285179711 GitHub - publish repository (#160348) 2022-09-08 00:29:58 -07:00
a8097b5607 feat(git): Added remote url type option (#146124)
* feat(git): Added remote url type option

* Modify extension configuration

* Simplified code

Co-authored-by: Joao Moreno <joao.moreno@microsoft.com>
2022-04-05 06:49:50 -07:00
Johannes Rieken 4a130c40ed enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391 2022-02-02 14:35:33 +01:00
Eric Amodio c24bfc336c 💄& localization 2021-03-05 17:54:27 -05:00
João Moreno a5a37240bc fixes #108001 2020-11-30 11:51:01 +01:00
João Moreno 7efc22cc85 git.publish: do not await notification resolution
related to #109977
2020-11-09 11:37:10 +01:00
Rachel Macfarlane 373ea1b969 Fix build 2020-11-04 16:34:33 -08:00
Rachel Macfarlane 6eeaab8e5d Handle cancelled sign in when publishing to GitHub, fixes #96502 2020-11-04 16:22:52 -08:00
João Moreno d2f51a9839 fixes #108444 2020-10-28 14:21:56 +01:00
Nicholas RayburnandGitHub 1562816430 Replace 'master' with branch head when publishing to github (#105878) 2020-09-16 11:02:03 +02:00
João Moreno f06943f3cd fixes #105708 2020-09-03 11:27:42 +02:00
João Moreno 4d7ee02205 fixes #104248 2020-08-07 20:04:41 +02:00
João Moreno b18015d0f8 fixes #101795 2020-08-05 11:40:28 +02:00
James LaveandGitHub 9074d576bb Add GitHub public repo option (#102406) 2020-07-16 11:19:39 +02:00
João Moreno 4b4e0e0f3f rogue return 2020-07-01 11:09:58 +02:00
João Moreno 2aef194841 fixes #101409 2020-07-01 11:07:06 +02:00
João Moreno d3eab32eca fixes #100479 2020-07-01 11:01:59 +02:00
João Moreno 53e793d7fc use workspace fs 2020-07-01 10:58:57 +02:00
João Moreno 3e492a3a5c fixes #99447 2020-07-01 10:24:07 +02:00
João Moreno a67d00db97 fixes #98157 2020-05-20 14:04:03 +02:00
João Moreno dedf4e7903 address publish to GitHub awareness 2020-05-20 11:37:52 +02:00
João Moreno 4bb364cc8e github: publish workspace folder 2020-05-19 11:57:41 +02:00