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

41 Коммитов

Автор SHA1 Сообщение Дата
Brandon Waterloo [MSFT] ae75aa5a5d
Update `@microsoft/vscode-docker-registries` and do `npm audit fix` (#4200) 2024-01-10 14:37:04 -08:00
Alex Yang 7800d10d43
added organize imports on save setting (#3848) 2023-03-02 08:57:09 -05:00
Brandon Waterloo [MSFT] ce00bbce35
Enable branch protection settings (#3571) 2022-07-11 17:11:31 +00:00
Brandon Waterloo [MSFT] 6222a8f432
Try moving back to `macOS-latest` (#3262) 2021-10-13 12:33:29 -04:00
Brandon Waterloo [MSFT] 2ee326e65f
Switch to Webpack Watch flavor of extension and relocate test code (#3078)
* Switch to Webpack Watch flavor of extension and relocate test code

* Use newer @types/node package
2021-07-20 13:10:33 -04:00
Brandon Waterloo [MSFT] d2c4f0e0ff
Modernize webpacking (#2883) 2021-04-16 14:46:46 -04:00
Brandon Waterloo [MSFT] 43f6b88761
Open a "Getting Started" page after install/upgrade (#2441) 2020-11-09 14:30:47 -05:00
Brandon Waterloo [MSFT] 50da06f75c
Significant refactoring of scaffolding (#2267)
* Prompt for requirements.txt replacement

* Consistent behavior on prompting to replace

* Allow custom scaffolding templates

* Use a wizard for scaffolding
2020-09-09 11:42:04 -04:00
Brandon Waterloo [MSFT] 835fe4a2a5
Check for and flag outdated images (#2073) 2020-07-08 11:18:44 -04:00
Brandon Waterloo [MSFT] 371e126955
Update test framework to vscode-test (#2084) 2020-06-22 10:12:44 -04:00
Brandon Waterloo [MSFT] deb46a51ea
Improvements to build system (#1751)
* Refactoring gulp

* Pipeline changes
2020-03-17 09:49:39 -04:00
Phillip Hoff 75903e69fb
Allow unit tests to run independently (#1640)
* Sketch marking up unit tests.

* Mark up remaining unit tests.

* Add Gulp task to run just unit tests.
2020-02-20 10:59:24 -08:00
Brandon Waterloo [MSFT] 1bb6a578bb
Change recommendation from tslint to eslint (#1635) 2020-02-19 11:42:03 -05:00
Ravikumar Palanisamy a9dfcc52b5 Enable consuming the local package using npm link 2020-01-13 17:24:29 -08:00
Phillip Hoff 9652b9c33b
Migrate to ESLint (#1489)
* Start migration to ESLint.

* Resolve linter errors.

* Refactor linter exclusion statements.

* Pull in more files and linter fixes.

* Fixup linter errors.

* Yet more minor linting refactors.

* Eliminate floating promises linter error.

* Fixup promise-function-async linter errors.

* Migrate from deprecated rules.

* Fix build lint-related error.

* Enable eslint extension validation of typescript.

* Fix quoting for Windows.

* Fixup linter errors.
2019-12-21 00:31:09 -08:00
Brandon Waterloo [MSFT] 8f74a63c9e Update to 0.9.1-alpha (#1410)
* Update to 0.9.1-alpha

* Fix build break

* Change to 0.9.2

* Revert back to 0.9.1-alpha.
2019-12-02 14:02:19 -08:00
Brandon Waterloo [MSFT] 35513c85ad
Fix incredibly obnoxious Problems window bug (#1282) 2019-09-17 14:38:19 -04:00
Eric Jizba 2016688ce2
Add option to debug without webpack (#920) 2019-05-06 17:17:31 +00:00
Stephen Weatherford (MSFT) 719bc98792
Fix run/run interactive (#843) 2019-03-12 15:19:37 -07:00
Stephen Weatherford (MSFT) 167889ace2
Improve Docker Hub login experience (#819)
* Improve Docker Hub login experience

* fix lint

* PR fix
2019-03-07 19:05:33 -08:00
Stephen Weatherford (MSFT) 84ff3fb34a
Add to files.exclude (#704) 2018-12-11 21:24:23 +00:00
Stephen Weatherford (MSFT) 4d7b773fab
webpack (#645)
* Enable run/pack for webpack

* work

* work

* Timing

* work

* Accurate load time

* lint

* DEBUG_WEBPACK

* Use images in base folder

* PR fixes and comment improvements

* Set max-old-space-size

* Fix Windows spawn
2018-11-27 21:27:23 +00:00
Stephen Weatherford (MSFT) e30b403c06
Fix lint task warning (#591)
* Fix lint task warning

* Fix
2018-10-24 15:02:24 -07:00
Nguyen Long Nhat 1a1c7ba90b workspaceRoot -> workspaceFolder (#574) 2018-10-23 08:53:16 -07:00
Stephen Weatherford (MSFT) b21594e752
Work around vscode/58388 to get debugging tests working again (#479)
* Work around vscode/58388 to get debugging tests working again

* better fix

* more

* fix
2018-09-13 09:19:24 -07:00
Stephen Weatherford (MSFT) 174b089188
Turn on strict null checking, part 1 (#475)
* Turn on strict null checking part 1

* minor changes

* comment change
2018-09-12 13:17:38 -07:00
Stephen Weatherford (MSFT) e3daa4d107
Allow setting mocha options in launch.json (#387)
* Improve handling of NO_TIMEOUTS

* Use more generic system

* Comments

* whoops

* PR fixes
2018-08-22 16:16:18 -07:00
Stephen Weatherford (MSFT) 1e18812ead
Add configure command telemetry, plus code improvements (#366)
* Add configure command telemetry, plus code improvements

* Fix

* PR fixes

* merge fixes
2018-08-17 12:59:41 -07:00
Stephen Weatherford (MSFT) 084db32e0e
Debug telemetry reporter (#348)
* Debug telemetry reporter

* Adjust to ui changes

* Fix dependence
2018-08-02 16:41:14 -07:00
Stephen Weatherford (MSFT) 8e07af4539
No project file, multiple project files (#320) 2018-07-19 17:36:47 -07:00
Stephen Weatherford (MSFT) ea78dc7567
Add tests for 'configure' (Add docker files to workspace) (#303)
* Add tests for 'configure'

* Python

* Linux

* work

* work

* Fix casing

* clean-up

* Remove randomness.ts, fix assert message

* Update to 0.1.0-alpha

* Revert "Update to 0.1.0-alpha"

This reverts commit f17534028e.

* PR comments

* fix lint

* fix lint

* fix build

* increase timeout
2018-07-17 17:34:45 -07:00
Stephen Weatherford (MSFT) 7f9c931102
Lint clean-up 2 (#309) 2018-07-17 14:12:15 -07:00
Stephen Weatherford (MSFT) 98ec065d4b
Format on save (#300) 2018-07-06 16:49:46 -07:00
Chris Dias 3a5e8c9470 fixes #106 2017-08-05 09:30:35 -07:00
Jonathan Carter 3a33301d6b Add image inspect command 2017-07-29 15:18:36 -07:00
chrisdias 588894b1be fix outFiles glob pattern 2017-06-28 12:53:09 -07:00
Chris Dias 23eaad4f30 upgrade typescript, use node module 2017-01-30 16:40:27 -08:00
chrisdias 0ec19a15e6 stash 2016-11-30 19:27:50 +01:00
kieferrm d7fbeec2fa fix launch config to get debugging working 2016-09-15 21:35:38 -07:00
PeterJausovec 38aaef7b6c Version bump 2016-08-23 16:49:29 -07:00
Peter Jausovec f92bf75c3a Initial commit
Adding Dockerfile and yml file support.
2015-10-16 16:54:30 -07:00