File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Change Log
1+ ## [ 1.0.0 ]
22
3- All notable changes to the "dockerfiletemplate" extension will be documented in this file.
4-
5- Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
6-
7- ## [ Unreleased]
8-
9- - Initial release
3+ - Initial release
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ Tired of always rewriting the sames dockerfiles? Docker File Template is for you
44
55## Features
66
7- ` ctrl+shift+p ` To open the command window
7+ Use ` ctrl+shift+p ` to open the command window
88
9- cmd ` generatedockerfile `
10- ![ generatedockerfile] ( assets\ DockerFileTemplate_GenerateDockerFile.gif)
9+ ` Generate Docker File `
10+ ![ generatedockerfile] ( https://qgruber-storage.s3.eu-west-3.amazonaws.com/DockerFileTemplate/ DockerFileTemplate_GenerateDockerFile.gif)
1111
1212> Tip: If a .dockerignore file has been associated to the template a window will ask you if you want to use it.
1313
Original file line number Diff line number Diff line change 11{
22 "name" : " dockerfiletemplate" ,
3- "displayName" : " DockerFileTemplate" ,
4- "description" : " Quick dockerfile for your project" ,
5- "version" : " 0.0.1" ,
3+ "publisher" : " QuentinGruber" ,
4+ "displayName" : " Docker File Template" ,
5+ "description" : " Quick Dockerfile for your project" ,
6+ "icon" : " assets/Docker.png" ,
7+ "version" : " 1.0.0" ,
68 "engines" : {
79 "vscode" : " ^1.52.0"
810 },
1315 " onCommand:dockerfiletemplate.generatedockerfile"
1416 ],
1517 "main" : " ./out/extension.js" ,
18+ "repository" : {
19+ "url" : " https://github.com/QuentinGruber/dockerfiletemplate"
20+ },
1621 "contributes" : {
1722 "commands" : [
1823 {
4651 "dependencies" : {
4752 "lodash" : " ^4.17.20"
4853 }
49- }
54+ }
You can’t perform that action at this time.
0 commit comments