{"id":303,"date":"2021-08-18T14:08:04","date_gmt":"2021-08-18T05:08:04","guid":{"rendered":"https:\/\/www.worldagency.jp\/wordpress\/?p=303"},"modified":"2021-09-09T15:13:02","modified_gmt":"2021-09-09T06:13:02","slug":"vs-code-%e3%82%bb%e3%83%83%e3%83%86%e3%82%a3%e3%83%b3%e3%82%b0","status":"publish","type":"post","link":"https:\/\/www.worldagency.jp\/wordpress\/?p=303","title":{"rendered":"VS Code \u30bb\u30c3\u30c6\u30a3\u30f3\u30b0"},"content":{"rendered":"\nVS Code\u306e\u30bb\u30c3\u30c6\u30a3\u30f3\u30b0 \u306f\u3001setting.json \u30d5\u30a1\u30a4\u30eb\u306b\u8a18\u8f09\u3059\u308b\u3002<br>markdown-pdf \u306e\u30d8\u30c3\u30c0\u30fc\u3084\u30d5\u30c3\u30bf\u30fc\u305d\u3057\u3066\u5225\u30d5\u30a1\u30a4\u30eb\u306e\u30b9\u30bf\u30a4\u30eb\u30b7\u30fc\u30c8\u3092\u7528\u610f\u3057\u3066\u3044\u308b\u3002<br>\n\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/  setting.json\n{\n    \"editor.tabSize\": 2,\n    \"markdown-preview-enhanced.previewTheme\": \"github-dark.css\",\n    \"markdown-pdf.highlightStyle\": \"github.css\",\n    \"editor.fastScrollSensitivity\": 10,\n    \"window.zoomLevel\": 0,\n    \"editor.fontFamily\": \"'Source Han Code JP Light','Source Han Code JP Normal','Source Han Code JP Regular','Source Code Pro'\",\n    \"markdown-pdf.margin.top\": \"0.8cm\",\n    \"markdown-pdf.margin.bottom\": \"1.7cm\",\n    \"markdown-pdf.displayHeaderFooter\": true,\n    \"markdown-pdf.headerTemplate\": \"&lt;div>&lt;\/div>\",\n    \"markdown-pdf.footerTemplate\": \"&lt;div style=\\\"font-family: 'Source Han Code JP Normal','\u6e90\u30ce\u89d2\u30b4\u30b7\u30c3\u30af Code JP','\u30e1\u30a4\u30ea\u30aa'; position: relative; border-top: 1px solid black; margin: 0.5cm; font-size: 9px; width: 100%;\\\">&lt;div style=\\\"position: absolute; width: 100%; top: 0.2cm; text-align: center;\\\">&lt;span class='pageNumber'>&lt;\/span> \/ &lt;span class='totalPages'>&lt;\/span>&lt;\/div>&lt;div style=\\\"position: absolute; right: 0; top: 0.2cm;\\\">** Corporation&lt;\/div>&lt;\/div>\",\n    \"markdown-pdf.styles\": &#91;\"E:\/_user\/markdown-pdf.css\"]\n}<\/code><\/pre>\n\n\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/  markdown-pdf.css\n\/* @import url(\"https:\/\/newcss.net\/new.min.css\");  *\/\n\nbody {\n  font-family: 'Source Han Code JP Normal','\u6e90\u30ce\u89d2\u30b4\u30b7\u30c3\u30af Code JP','\u30e1\u30a4\u30ea\u30aa';\n  font-size: 10pt;\n}\n\nh1,h2,h3,h4,h5,h6,p,table {\n  margin-top: 20px ;\n}\n\nh1,h2,h3,h4,h5 {\n  font-size: 14pt;\n}\n\nh1 {\n  border-bottom: 1px solid #666;\n}\n\nh2 {\n  padding: 0.1rem 0.4rem;\n  border-left: 10px solid #666;\n}\n\nh3  {\n  text-align: left;\n}\n\nh4  {\n  text-align: center;\n}\n\nh5 {\n  position: relative;\n  padding: 20px;\n  text-align: center;\n}\n\nh5:before {\n  position: absolute;\n  bottom: -10px;\n  left: calc(50% - 30px);\n  width: 60px;\n  height: 5px;\n  content: '';\n  border-radius: 3px;\n  background: #666;\n  margin-bottom: 10px;\n}\n\n\nh6 {\n  font-size: 10pt;\n  text-align: right;\n  font-weight: normal;\n}\n\np {\n  margin-left: 5px;\n}<\/code><\/pre>\n\n","protected":false},"excerpt":{"rendered":"<p>VS Code\u306e\u30bb\u30c3\u30c6\u30a3\u30f3\u30b0 \u306f\u3001setting.json \u30d5\u30a1\u30a4\u30eb\u306b\u8a18\u8f09\u3059\u308b\u3002markdown-pdf \u306e\u30d8\u30c3\u30c0\u30fc\u3084\u30d5\u30c3\u30bf\u30fc\u305d\u3057\u3066\u5225\u30d5\u30a1\u30a4\u30eb\u306e\u30b9\u30bf\u30a4\u30eb\u30b7\u30fc\u30c8\u3092\u7528\u610f\u3057\u3066\u3044\u308b\u3002<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[38],"tags":[41,40,39],"class_list":["post-303","post","type-post","status-publish","format-standard","hentry","category-vs-code","tag-markdown-pdf","tag-setting-json","tag-vs-code"],"_links":{"self":[{"href":"https:\/\/www.worldagency.jp\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/303","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.worldagency.jp\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.worldagency.jp\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.worldagency.jp\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.worldagency.jp\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=303"}],"version-history":[{"count":3,"href":"https:\/\/www.worldagency.jp\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/303\/revisions"}],"predecessor-version":[{"id":315,"href":"https:\/\/www.worldagency.jp\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/303\/revisions\/315"}],"wp:attachment":[{"href":"https:\/\/www.worldagency.jp\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=303"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.worldagency.jp\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=303"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.worldagency.jp\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=303"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}