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

335 Коммитов

Автор SHA1 Сообщение Дата
Chris Dias 4f0d9c9fa4 clean up commanding 2018-02-03 17:39:36 -08:00
chrisdias 4a79464dc1 handle spaces in path (duh) 2018-02-02 10:41:29 -08:00
chrisdias ba4e2c13da prep for publish 2018-02-02 10:20:32 -08:00
Chris Dias 0b3fb8f52e
Chrisdias/201 (#208)
* fixes #201, #207
2018-02-02 10:09:03 -08:00
Chris Dias 0be65aaa9a fixes #200 2018-01-28 19:49:18 -08:00
Chris Dias c78c7df7bb
friendly errors when docker isn't running (#205)
fixes #189
2018-01-28 19:33:39 -08:00
Remy Suen 60d6633254 Update to the 0.0.13 release of the language server (#198)
This fixes a bug with parameter hints and ARG variables in addition
to adding documentation to ADD and COPY's --chown flag that was
introduced in Docker CE 17.09.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
2018-01-22 21:57:13 -08:00
Alessandro Segala 55e0fa7e4a Add package-lock.json to Node.js Docker template (#204)
This will ensure that, when present, package-lock.json will be copied in the container and will be used for `npm install`.
2018-01-22 20:41:54 -08:00
chrisdias 13b77463f6 activate onDebugInitialConfigurations instead of onDebug 2018-01-18 12:05:20 -08:00
Dovydas Navickas 2fff20137f Fix Grammar mistake. (#202) 2018-01-17 15:32:20 -08:00
chrisdias 71be438ba4 correct casing 2018-01-12 13:32:09 -08:00
chrisdias 2290c7785c update changelog for publish 2018-01-05 10:25:32 -08:00
Vlad Barosan 13de5c071d use golang:alpine for golang docker image (#194)
* use golang:alpine and mult-stage builds for golang dockerfile
2018-01-03 12:44:07 -08:00
Chris Dias fb97733640 dockerhub login error handling 2017-12-12 19:48:57 -08:00
Chris Dias 5b04122eff prep for publish 2017-12-11 07:52:40 -08:00
chrisdias 20ae91917e add compose context menus fixes #42 2017-12-04 11:42:15 +01:00
chrisdias 38bca8a8d7 path issues 2017-12-04 11:37:19 +01:00
Chris Dias 667cde5d30
Chrisdias/browse azure portal (#187)
Add ability to browse to Azure Portal Container Registry
2017-12-04 11:02:34 +01:00
chrisdias 1067220c99 fixes #180 2017-12-03 15:05:42 +01:00
chrisdias dd654688f4 show date for images too 2017-12-02 18:24:37 +01:00
chrisdias 8ef4ff474d show imaged creation date in registry 2017-12-02 17:23:58 +01:00
chrisdias cecd8a2a14 do a little more cleanup after pr #175 2017-11-26 17:06:29 -08:00
chrisdias 1fed8acabf fixes #183 2017-11-26 17:05:44 -08:00
chrisdias bdde4b5e6b prep for publish 2017-11-26 17:05:16 -08:00
Kai Maetzel 06feefaf11 Adding GDPR annotations (#179)
* GDPR annotations

* add missing GDPR annotations
2017-11-24 20:11:19 -08:00
Fredrik Folkesson 0578902855 adding show logs command to dead containers (#178) 2017-11-24 20:10:34 -08:00
John Papa 04d81170f5 Only show images that are not dangling (#175)
As per this issue https://github.com/Microsoft/vscode-docker/issues/169
2017-11-24 20:09:01 -08:00
Remy Suen a793670a23 Update to the 0.0.11 release of the language server (#173)
Signed-off-by: Remy Suen <remy.suen@gmail.com>
2017-11-21 18:37:24 -08:00
Kenneth Auchenberg e3ca202f6e
Merge pull request #174 from johnpapa/patch-2
update to use LTS 8.9 of node.js
2017-11-15 11:01:29 -08:00
John Papa 5aa1698cc3
update to use LTS 8.9 of node.js 2017-11-15 12:30:09 -05:00
John Papa 3a9866d227 rename app.js to index.js (#168)
seems more common in Node.js apps.

ideally, this would be a setting or a snippet-like placeholder
2017-11-14 07:46:02 -05:00
chrisdias bc4fdaf0ab prep for publish 2017-11-13 23:15:57 -05:00
chrisdias 9aa0e51dd0 prep for publish 2017-11-13 22:52:57 -05:00
Fredrik Folkesson b35d64bb69 Make the shell attach command customizable (#160)
* makes the shell attach command customizable

* added 'shell' to the command name

* fixed an error with fetching the settings
2017-11-13 22:49:08 -05:00
chrisdias c8ca414315 update azure account api 2017-11-09 10:42:10 -08:00
chrisdias e105179bc8 prep for publish 2017-11-08 18:55:42 -08:00
chrisdias 80843de5f2 enable CI if using ACR 2017-11-08 18:39:29 -08:00
chrisdias 60da509acf prep for release 2017-11-08 15:06:09 -08:00
chrisdias 6cc351ec38 catch failure to activate Azure Account extension 2017-11-08 15:05:28 -08:00
chrisdias e9a4ef21d2 prep for release 2017-11-08 15:05:15 -08:00
chrisdias 970ba8fa0f prep for release 2017-11-08 15:05:02 -08:00
nyamakawa 1953372758 Add a preference option to overwrite docker build path (#158) 2017-11-08 14:55:45 -08:00
Remy Suen 26fafb39a5 Support language server settings in workspace folders (#156)
Hook the VS Code settings to the proposed workspace/configuration
language server protocol request. This will allow the language server
to provide different validation results based on the settings of
where the Dockerfile resides.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
2017-11-08 14:54:22 -08:00
David Lechner ed37e83c4d Only match Dockerfile and *.dockerfile (#155)
The current matches are too permissive and cause false positives.

Fixes #134
2017-11-08 14:53:23 -08:00
Dmitry Temnokhud f7f033dcef Add 'Restart' command for containers. (#152)
Currently user can stop container and remove stopped container from the context menu. To start existing one they need to use console command.
2017-11-08 14:52:20 -08:00
Chris Dias 8a044fca99 prep for publish 2017-11-04 17:13:10 -07:00
Chris Dias 9f6daa84a4 fixes vscode #37648 2017-11-04 17:11:12 -07:00
Chris Dias 5e3240ea43 remove autogen of install script 2017-11-04 15:21:36 -07:00
chrisdias 2d26d303f0 prep for publish 2017-11-03 14:13:33 -07:00
chrisdias 9d7a238aad reduce number of subscriptions shown 2017-11-03 14:10:05 -07:00