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

1554 Коммитов

Автор SHA1 Сообщение Дата
alexyaang 68f0aadb70 added configuration flag 2023-05-03 11:28:40 -04:00
alexyaang 14b7601c11 addded missing lines (style) 2023-05-01 19:15:58 -04:00
alexyaang 3c473c51bd deleted dup comment :P 2023-05-01 17:20:50 -04:00
alexyaang 83e8fd512a used existing logic to parse image name & tag 2023-05-01 16:54:17 -04:00
alexyaang a1a1127fd4 changed default publsih to debug 2023-05-01 16:47:43 -04:00
alexyaang 5da964c315 Use parent class to error check 2023-05-01 16:43:41 -04:00
alexyaang e02500b17a moved registration file to utils 2023-05-01 16:04:21 -04:00
alexyaang 23b17b15ce remove checking bc/ addition of default methods 2023-04-28 16:11:09 -04:00
alexyaang db019971dd convert abstract class to actual (saving progress) 2023-04-28 15:24:12 -04:00
alexyaang 4b1d4be0a0 Merge branch 'yangalex/dotnetBuild' of https://github.com/microsoft/vscode-docker into yangalex/dotnetBuild 2023-04-27 17:44:11 -04:00
alexyaang 2b4e9a2274 built command based on tasks instead of hardcode 2023-04-27 17:40:00 -04:00
alexyaang a1cae6c389 removed unnecessary methods 2023-04-27 13:15:25 -04:00
Alex Yang [MSFT] 6436f122da clean up imports 2023-04-27 11:10:06 -04:00
alexyaang f92ef8fb29 added build method ro override deafult 2023-04-27 10:30:49 -04:00
Alex Yang [MSFT] f3bab4c511 build in SDK runs 2023-04-26 17:07:19 -04:00
alexyaang 446fdfbd7d added new logic for sdk build 2023-04-26 15:40:22 -04:00
alexyaang 00ea83525b moved register to utils to avoid circular dependency 2023-04-25 15:55:13 -04:00
Alex Yang [MSFT] 354ff76f67 added build to taskHelper.ts 2023-04-24 15:35:12 -04:00
Alex Yang [MSFT] 612c249132 removed unnecessary changes 2023-04-24 13:55:52 -04:00
Alex Yang [MSFT] 921606df63 Merge branch 'main' into yangalex/dotnetBuild 2023-04-24 13:52:02 -04:00
alexyaang 3e0f859e26 saving code david and i discussed 2023-04-21 14:09:27 -04:00
Alex Yang [MSFT] ba0224e911
Routine Post-release package updates (#3913)
* ran npm update

* More major updates
2023-04-21 10:13:59 -04:00
alexyaang 2b576edfa7 More major updates 2023-04-21 09:32:48 -04:00
alexyaang 5989f9ce6b ran npm update 2023-04-20 18:23:53 -04:00
Brandon Waterloo [MSFT] 2ee0e13c2d
Significant dependency updates (#3910) 2023-04-20 13:37:56 -07:00
Alex Yang [MSFT] f7decb5e70
Add Docker Context to Status Bar (#3883)
* initial docker context status bar implementation

* added user preference setting & logic

* dispose only if setting disabled or no context

* msde a separate class for status bar

* avoided unnecessary speed slowdown

* empty

* simplified implementation

* reduced code redundencies

* added function to avoid duplicate calls

* only update status bar if showInStatusBar changed

* removed unnecessary export
2023-04-19 15:20:31 -04:00
Alex Yang [MSFT] e503314755
Bumped version to 1.25.5-alpha (#3908)
* bumped version to 1.25.5-alpha
2023-04-17 15:05:15 -04:00
Alex Yang [MSFT] 8d1f70d854
Completed pre-release item for 1.25.0 (#3893)
* added new feature / fixes changes

* bumped version

* added notice.html
2023-04-10 17:37:32 -04:00
Alex Yang [MSFT] 77c77b3967
changed tag to be compatible with windows 10&11 (#3890) 2023-04-07 15:33:42 -04:00
Brandon Waterloo [MSFT] 60126939b7
Directly install ACA extension (#3888) 2023-04-05 11:25:48 -04:00
Brandon Waterloo [MSFT] 00e08a8c1f
Add support for `--platform` flag in `docker-build` task (#3874) 2023-03-31 11:34:10 -04:00
Alex Yang 80f06a162f
added scaffolding (#3884) 2023-03-31 09:20:49 -04:00
Alex Yang 3eca96f6e9
Yangalex/removeGroup (#3867)
* added new group command

* Added barebone structure foe removing image group

* added way to get images for group

* enabled multi-select

* Added error handling

* undo mistake: remove dracula theme

* remove command from palette, added l10n

* added container group remove + added

* added force flag to delete images

* fixed typos

* moved json block to right spot
2023-03-16 14:55:57 -04:00
Alex Yang f85bcf60d1
added size false args (#3865)
Co-authored-by: alexyaang <>
2023-03-15 11:39:36 -04:00
dependabot[bot] dbfd4f99b5
Bump webpack from 5.73.0 to 5.76.0 (#3864)
Bumps [webpack](https://github.com/webpack/webpack) from 5.73.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-15 11:08:51 -04:00
Brandon Waterloo [MSFT] 630b20a2a0
Actually stream logs and clean up format (#3858) 2023-03-09 10:42:41 -08:00
Brandon Waterloo [MSFT] f6283a7af0
Slightly improve terminal output (#3859) 2023-03-09 10:06:40 -08:00
Brandon Waterloo [MSFT] 9bec846fe3
Don't show compose start/stop when not in compose group mode (#3857) 2023-03-09 09:18:34 -08:00
Alex Yang ad130138a8
Docker containers: Group by Label (#3852)
* Added group by label to containers

* added logic to make grouped containers at top

* Updated example value

* Moved changes to containers from common

* Style changes

* Added missing statement

* edited group by label setting discription

* Added minor changes

* removed extra new lines

* combined getConfiguredLabelGroup with getComposeProjectName

* Tweaked example values & description

* Added if statement to provide clarity
2023-03-08 15:00:06 -05:00
Alex Yang a2f05fd035
Refactored localize to use new l10n API (#3846)
* Refactored localize to use new l10n API

* Cleaned up imports

* Bumped engine and types versions to 1.75

* Ran npm install

---------

Co-authored-by: alexyaang <>
2023-03-03 09:04:59 -05:00
Alex Yang 7800d10d43
added organize imports on save setting (#3848) 2023-03-02 08:57:09 -05:00
Alex Yang c06f1f81be
Changes to Scaffolding for .NET 8 Preview #3834 (#3845)
* Added scaffolding for .NET 8

* added comments to explain user change

---------

Co-authored-by: alexyaang <>
2023-02-27 10:37:05 -05:00
David Negstad d0433ccf95
Bump version to 1.24.1-alpha (#3842) 2023-02-23 13:41:57 -08:00
Brandon Waterloo [MSFT] 123e52a6a7
Bump version, changelog, notices for extension version 1.24.0 (#3828) 2023-02-09 19:03:55 +00:00
Brandon Waterloo [MSFT] 22ac7d0af4
Clean up activation events (#3826) 2023-02-07 08:58:20 -08:00
Brandon Waterloo [MSFT] eff6906f91
Support deployment to Azure Container Apps with ACA extension (#3794) 2023-02-06 12:41:46 -05:00
David Negstad 64a084f250
Remove the extra diagnostic logging from execAsync as it isn't working correctly (#3816) 2023-01-27 13:23:39 -08:00
David Negstad de296ad220
Add diagnostic logging option to help with advanced troubleshooting (#3809)
* Add diagnostic logging option to help troubleshoot issues

* Use LogOutputChannel implementation

* More diagnostic logging tweaks

* Fix linting errors

* Remove redundant warning label from log output

* Respond to PR comments

* Additional diagnostics refactor

* Refactor to allow logging system info once and only once when debug logging is enabled

* Refactor to move diagnostics out of the runtime code

* More changes for PR

* Use similar pattern for onCommand callback
2023-01-27 09:19:50 -08:00
dependabot[bot] 8e9e2495fc
Bump simple-git from 3.15.1 to 3.16.0 (#3815)
Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.15.1 to 3.16.0.
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
- [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.16.0/simple-git)

---
updated-dependencies:
- dependency-name: simple-git
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-27 09:15:42 -05:00
Brandon Waterloo [MSFT] 1ee1c50269
Scope config lookup to workspace folder (#3798) 2023-01-19 12:39:48 -05:00