9 Commits

Author SHA1 Message Date
Matt Bierner
13a604e50c
Revert "Revert "Port github extension to use esbuild" (#298920)"
This reverts commit 51f5cafd6f41af7652eece368ee64dd68bb49310.
2026-03-09 08:10:36 -07:00
Christof Marti
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
Johannes Rieken
cb0950e9d7
Migrate github extension to ESM (2nd attempt) (#248312)
* Revert "GitHub - revert ESM migration (#247322)"

This reverts commit 2047ab0fff815f0ed5ceef0f370d8692ccfbbe6e.

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

This reverts commit 0cffb673f50e4f9258b4a509e63e0abcb07ef786.

* Revert "migrate github-extension to ESM"

This reverts commit 493874c390d147f9da7bde871e381bf594b784bf.

* 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
Joyce Er
31478cefc5
Ask user to commit/push changes when copying links (#185802)
* Ask user to commit/push changes when copying links

* Don't show an error message for cancellation errors
2023-06-22 00:28:32 +02:00
Joyce Er
0876c19e0a
Support language selector and passing selection to share providers (#184196)
* Allow selecting share provider by language

* Pass selections to extension providers
2023-06-02 20:19:32 +02:00
Joyce Er
bc1090cc10
Initial share provider API and UI (#182999)
* Formalize share provider API

* i18n.resources.json

* Don't introduce a generic Success dialog severity
2023-05-22 15:32:43 -07:00