Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
Jonathan Almeida 487b1ba35a
chore: Remove deprecated VSCode extension recommendations 2024-06-12 16:59:27 -04:00
Julian Poyourow 1faa33a353
feat(payments/paypal): add subs/paypal library
Because:

* Nx gives us the ability to break things up into smaller libraries with
  individual responsibilities.
* Paypal logic can exist in a standalone library for reusability in SP3

This commit:

* Moves PayPalClient and associated utils/typings to a library named
  `subs/paypal`. It can be imported via `@fxa/payments/paypal` in any
  TypeScript code.

Closes FXA-7610
2023-06-07 11:40:10 -07:00
Danny Coates 02d7b5f54f
feat(debug): add new vscode extension recommendations and launch config 2021-05-17 10:18:01 -07:00
Danny Coates 81575019a9
refactor(packages): use workspace references 2020-05-21 10:57:21 -07:00
Ben Bangert dac5e8b988
feat: add vscode tasks for running tests and debugger
Closes #2666
2019-10-01 17:27:41 -07:00
Ben Bangert cc8f2d897d
feat: add vscode settings and extensions, update docs for docker-ce
Update docs to reflect usage of docker-ce vs. outdated docker.io.

Closes #1072.
2019-07-04 08:47:34 -07:00