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

86 Коммитов

Автор SHA1 Сообщение Дата
Brandon Waterloo [MSFT] 95a58cddf4
Use shared ADO and GitHub pipelines (#3938) 2023-05-11 13:07:54 -04:00
Brandon Waterloo [MSFT] fa2e1e20d7
Change branding to .NET instead of .NET Core (#3772) 2023-01-09 08:53:27 -08:00
Brandon Waterloo [MSFT] df10e03291
Fix readme badges (#3658) 2022-10-18 11:03:02 -07:00
Brandon Waterloo [MSFT] bfb691b68d
Update readme to refer to new telemetry setting (#3376) 2022-01-11 12:58:28 -05:00
Uche Nkadi bba9ae8f8b
update read me (#3318)
made small nit changes to align with the VS Code overview page
2021-11-16 08:53:22 -05:00
Uche Nkadi 23bab4bfd6
ReadMe updates for Compose Language Service (#3310)
* Updated readme to reflect new compose lang service

* made changes throughout readme

* Hover-support screenshot changes

Co-authored-by: Brandon Waterloo [MSFT] <36966225+bwateratmsft@users.noreply.github.com>
2021-11-12 11:07:20 -05:00
Vera 2cf66b7934
Clarify install instructions for Linux rootless mode (#3259)
Brief clarification to note that Docker rootless mode needs to have the generated context enabled before the vscode-docker extension will see it. Partial fix for issue #3257
2021-10-11 11:40:04 -04:00
aro5000 618f0f5593
Updating README with guidance to use rootless Docker for linux users (#2817)
* Updating README with guidance to use rootless Docker for linux users as a more secure configuration

Co-authored-by: Uche Nkadi <uchen@microsoft.com>
2021-03-31 09:20:36 -04:00
Brandon Waterloo [MSFT] b4ed4cedf1
In readme / etc., rename primary branch to main (#2534) 2020-12-03 12:36:34 -05:00
Mike Morton 2c17f20f75
Rearrange top of file and add animated gif showing overview of key features (#1972)
* Rearrange top of file and add animated gif showing overview of key fetures

* Update README.md

Fix typo

* Add back header, move stats higher, better gif

* Put badges on top line with title

* Size of title back to original

* Tweak headline description

Now mention one-click debugging within container

Co-authored-by: Mike Morton <mikemort@Mikes-MacBook-Pro.local>
2020-05-14 12:48:09 -07:00
Brandon Waterloo [MSFT] fcb5fe4670
Prep for 1.0 (one point oh!) release (#1656) 2020-02-26 15:45:20 -05:00
Karol Zadora-Przylecki 7eae2b4409 Use aka.ms links to VSCode docs in README
Addresses issue https://github.com/microsoft/vscode-docker/issues/1578
2020-02-13 17:27:21 -08:00
Karol Zadora-Przylecki feeb7b3fb5 Fix keyboard shortcut description in README 2020-02-07 16:12:02 -08:00
Karol Zadora-Przylecki 173343d7c0 Streamline README file and add CONTRIBUTING file 2020-02-06 09:34:14 -08:00
Phillip Hoff 5906baa120
Switch badge to new build pipeline (#1531)
Updates the build status badge to point to the new `vscode-docker-nightly-2` build pipeline.
2020-01-08 10:46:45 -08:00
Brandon Waterloo [MSFT] 68c54a637f
Change the pipeline status badge to nightly (#1434)
* Change the pipeline status badge to nightly

* Deprecated old debugging
2019-11-15 14:55:35 -06:00
Brandon Waterloo [MSFT] ff6e388755
Readme link (#1417) 2019-11-12 15:31:12 -06:00
Brandon Waterloo [MSFT] ea16dba953
Minor README updates (#1378)
* Add some detail to readme

* Add tasks and debugging gifs
2019-11-04 11:18:49 -06:00
Brandon Waterloo [MSFT] c0b77b062c
Task-based debug build/run (#1245)
* Refactor Docker build/run to be tasks instead of part of resolveDebugConfiguration
* Add proper Node.js debugging
* Add `pull` option to docker-build task so stale image issues can be mitigated
2019-09-16 13:56:10 -04:00
Eric Jizba 0f6fdceb5e
Prep for 0.8.0 release (#1258) 2019-09-10 10:50:05 -07:00
Eric Jizba d63354300e
Prep for 0.7.0 release (#1117) 2019-07-09 13:24:49 -07:00
Eric Jizba 655af13d5a
Simplify README (#1100) 2019-07-03 12:03:20 -07:00
Eric Jizba c0585ef0b2
Change publisher from "PeterJausovec" to "ms-azuretools" (#1009)
* Change publisher from "PeterJausovec" to "ms-azuretools"

* Copy changelog and version bump from 0.6.4 release
2019-06-26 10:21:25 -05:00
Prashanth 596b7ec0fc
Update README.md to point out workaround for remote development (#917) 2019-05-02 16:42:02 -07:00
Phillip Hoff 6d906ea4c1
Add `networkAlias` option to Docker run configuration (#890)
* Add network-alias run option.

* Update README with networkAlias property.

* Bump build.
2019-04-12 11:18:44 -07:00
Grzegorz Dziadkiewicz 00297af830 Add debugging and dockerfile creation for fsharp dotnet core projects. (#795)
* Add debugging and dockerfile creation for fsharp dotnet core projects.

* Addjust error messages in tests.

* Update README.md

* Restore serviceNameAndRelativePath meaning and use artifactName to carry project file name.
2019-03-07 15:41:49 -08:00
Phillip Hoff eed20a435b
[.NET Core Debugging] Add support for Alpine images (#771)
* Sketch alpine debugging support.

* Conditional test for alpine.

* Refactor and add comments.

* Update README.

* Resolve linter warnings.
2019-02-14 11:20:01 -08:00
Phillip Hoff 4a9e5811ac
Resolve local volume paths (#791)
* Resolve local volume paths.

* Update README.

* Satisfy linter.
2019-02-13 13:50:18 -08:00
Phillip Hoff 3153a32e4b
Add `network` option to Docker run configuration (#748)
* Add `network` Docker run option.

* Resolve null volume array issue.

* Actually pipe option through to Docker client.
2019-01-18 09:30:58 -08:00
Ismael Soriano c0294564a5 Allow more customization of docker run command (#690)
* ADD docker-run-customizations: Added volumes, exernal-hosts and ports to DockerRun configuration

* ADD docker-run-customizations: Updated README.md

* FIX docker-run-customizations: Fixed linter errors

* ADD docker-run-customizations: Refactoring of ports and externalHosts configuration

* Changed externalHosts to extraHosts
* Refactored ports and externalHosts so now are defined objects
* Added formatters for the commandLineBuilder
* Added check for the run command so no -P flag would be sent if ports are configured.

* ADD docker-run-customizations: Updated README.md

* Updated README.md with the new objects and added tables for descriptions.
* Updated package.json schema for intelliSense assistance.

* FIX docker-run-customizations: Apply fixes from PR comments

* Fixed malformed objects on package.json
* Applied changes on descriptions
* Use the same amount of columns in ports and volumes tables
* Use .withFlagArg() method to include "-P" flag if no ports configuration specified.
2019-01-16 15:43:43 -08:00
Eric Hotinger eb416f02f5 - Normalize all README headers to include newlines. (#677)
- Fix the broken link for Linux prerequisites.

Signed-off-by: Eric Hotinger <ehotinger@gmail.com>
2018-12-05 20:16:07 +00:00
Stephen Weatherford (MSFT) e19f88a950
Easier certificate settings (#638)
* Prepare for 0.4.0 release

* Fix link

* PR issues

* Easier certificate settings

* asdf
2018-11-20 05:23:35 +00:00
Stephen Weatherford (MSFT) f2eb4e360f
Prepare for 0.4.0 release (#637)
* Prepare for 0.4.0 release

* Fix link

* PR issues
2018-11-20 03:01:16 +00:00
Stephen Weatherford (MSFT) 342a76c192
Provide Linux message for 'Is daemon running?' (#590)
* Provide Linux message for 'Is daemon running?'

* Improve README and link

* lint

* Improvement Docker connection errors for user

* Readme

* Tests

* Unused imports

* PR fix

* lint
2018-11-15 13:44:32 -08:00
Eric Jizba 405f6e5513
Switch from travis ci to azure pipelines (#607) 2018-11-02 09:30:06 -07:00
Stephen Weatherford (MSFT) 0095ce10e5
Fix title casing of configure command (#593) 2018-10-26 11:28:05 -07:00
Phillip Hoff 22e45ec7c7
Support additional Docker build and run customization (#573)
* Add support for build labels.

* Support providing args to build command.

* Add support for runtime environment variables.

* Added support for specifying environment files during Docker run.

* Add support for labels on Docker containers.

* Refactor to resolve linting errors.

* Sketch switch to command line builder.

* Refactor into CommandLineBuilder.

* Add initial CommandLineBuilder tests.

* Simplify tests.

* Resolve linter errors.

* Extract options comparer for testing.

* Switch to deep-equal.
2018-10-24 15:29:54 -07:00
Phillip Hoff d85ce66ac0
Remove ASP.NET qualifier to .NET Core debugging scenario. (#575) 2018-10-19 14:36:53 -07:00
Phillip Hoff ddb600aa2f
Add debugging support for .NET Core in Docker containers (#500)
* Pull in debugging prototype.

* Support both launch configuration entrypoints.

* Only show Docker output channel once per session.

* Sketch removal of containers when debugging session ends.

* Refactor launch cleanup.

* Provide access to result/error in operation output.

* Add nested output.

* Some type renaming.

* Hide debugging behind "feature flag" and add minimal docs.

* Fix issue with running container using app folder containing variables.

* Add C# extension dependency check.

* Begin support for inferring app output.

* Refactoring to please linter.

* Properly deal with temp files.

* Fix spelling error.

* Switch to dotnet msbuild and normalize.

* Cleanup of linting issues.

* Updates per PR feedback.

* Move dependency check into prereq infrastructure.

* Add prerequisite for Mac on shared folder.

* Cleanup only after Docker debugging.

* Remove feature flag for debugging.

* Switch to 'docker-coreclr' for debug adaptor name.

* Move Docker-related options to the root of configuration.

* Move debugger registration to separate file.

* Rename directory.

* Add tests for Mac prerequisite.

* Constant extraction.

* Update README per PR feedback.

* More doc updates per PR feedback.

* Resolved strictNullChecks errors.

* Move Platform types to common utils folder.

* Rename OS to PlatformOS and use in debugging implementation.

* Add Docker shared folders image.

* Doc updates per PR feedback.

* Switch from any to unknown.

* Update tests for Linux.

* Add Linux prerequisite for user in docker group.

* Add tests for Linux prerequisite.

* Allow for older Docker versions on Mac in prerequisite check.

* Add prerequisite check for a Linux Docker daemon.

* Minor test fixes.

* Add line-splitting utility.

* Refactored to support Windows.

* Refactored and added new test.

* Use line splitter for output manager.

* Use splitter in Docker client.

* Fix lint warnings.

* Fix generated default tag.

* Some updates per PR feedback.

* Add telemetry to configuration resolution.

* Add prerequisite for the .NET Core SDK.

* Rename MSBuild client.

* Minor tweaks for strictNullChecks.
2018-10-17 14:17:02 -07:00
Stephen Weatherford (MSFT) 100fdfbb5a Add better error message for OAuth private registries (#453) 2018-09-04 23:23:18 -07:00
Prashanth 8fac50249c
Consistency and parity of settings (#444)
* Add missing settings from package.json into Readme

* Readme settings desciption : remove eol periods

* Package.json settings desciption : remove eol periods
2018-09-04 13:20:53 -07:00
Prashanth e50ac51ba9 build image and push image: prompt for using or update defaultRegPath based on tag for container. (#432)
* init

* Use a field aside from label for registryname.
Change information message due to race condition

* move commands to new file

* Feedback

* Use ext.context for flag, address feedback.

* some refactoring

* Ask if user's current prefix is to override the defaultRegistryPath

* lint nit: order-imports

* if image has no prefix, ask user if they want to tag.
refactor tag to enable more reuse from push

* change some comments

* Feedback

* Comment out alwaysPush

* Minor changes/fixes
2018-08-31 16:19:53 -07:00
Eric Jizba 0e30573e07
Add VS marketplace badges to README (#425) 2018-08-28 16:11:42 -07:00
Prashanth 1227d8f788
Prompt user on first push (containing a prefix) to store the path; combine defaultRegistry&defaultRegistryPath (#398)
* Refactor RegisterCommand due to the max func length tslint rule.
Move all registerCommands to a separate function.
Move create createWebApp's code to a new function.
* push: Prompt on first push (containing a prefix) to store the path
Remove defaultRegistry from package.json and README.md
2018-08-24 16:25:38 -07:00
Stephen Weatherford (MSFT) 46c6daf02f
Readme: Badges, troubleshooting, other improvements (#330)
* Readme: Badges, troubleshooting, other improvements

* vscode/issues/48704 has been fixed

* More fixes

* More fixes
2018-07-25 16:39:04 -07:00
Prashanth b71e778ef4
README: changes to placement of tutorial and getting started guide (#329)
* README: changes to placement of tutorial and getting started guide

* Change wording
2018-07-25 11:41:02 -07:00
Stephen Weatherford (MSFT) d61e273c6b
Prepare for 0.1.0 release (#328)
* Prepare for 0.1.0 release

* work

* work

* tests/lint
2018-07-24 17:14:01 -07:00
Mike Patrick 0622099a57 Improve docker-machine documentation. (#324)
Note need for DOCKER_CERT_PATH when using TLS.
2018-07-24 17:04:38 -07:00
Prashanth cb8cb8cc00 Address feedback 2018-07-19 11:28:15 -07:00
Prashanth 044a701a32 Add link to tutorial in README 2018-07-17 19:24:23 -07:00