{"id":9887,"date":"2025-11-11T10:08:26","date_gmt":"2025-11-11T09:08:26","guid":{"rendered":"https:\/\/solidt.eu\/site\/?p=9887"},"modified":"2025-11-11T12:02:05","modified_gmt":"2025-11-11T11:02:05","slug":"git-extensions-open-repo","status":"publish","type":"post","link":"https:\/\/solidt.eu\/site\/git-extensions-open-repo\/","title":{"rendered":"Git Extensions open repo"},"content":{"rendered":"\n<p>bat file in path:<\/p>\n\n\n\n<div style=\"height: 250px; position:relative; margin-bottom: 50px;\" class=\"wp-block-simple-code-block-ace\"><pre class=\"wp-block-simple-code-block-ace\" style=\"position:absolute;top:0;right:0;bottom:0;left:0\" data-mode=\"sh\" data-theme=\"monokai\" data-fontsize=\"14\" data-lines=\"Infinity\" data-showlines=\"true\" data-copy=\"false\">@echo off\nstart \"\" \"C:\\Program Files\\GitExtensions\\GitExtensions.exe\" openrepo %*<\/pre><\/div>\n\n\n\n<p>In VSCODE:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>In het bestand: %APPDATA%\\Code\\User\\tasks.json<\/code><\/pre>\n\n\n\n<div style=\"height: 250px; position:relative; margin-bottom: 50px;\" class=\"wp-block-simple-code-block-ace\"><pre class=\"wp-block-simple-code-block-ace\" style=\"position:absolute;top:0;right:0;bottom:0;left:0\" data-mode=\"json\" data-theme=\"monokai\" data-fontsize=\"14\" data-lines=\"Infinity\" data-showlines=\"true\" data-copy=\"false\">{\n    \"version\": \"2.0.0\",\n    \"tasks\": [\n        {\n            \"label\": \"Open Git Extensions\",\n            \"type\": \"shell\",\n            \"command\": \"C:\\\\Program Files\\\\GitExtensions\\\\GitExtensions.exe\",\n            \"args\": [\n                \"openrepo\",\n                \"${workspaceFolder}\"\n            ],\n            \"problemMatcher\": [],\n            \"presentation\": {\n                \"reveal\": \"never\"\n            }\n        }\n    ]\n}<\/pre><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>In het bestand: %APPDATA%\\Code\\User\\keybindings.json<\/code><\/pre>\n\n\n\n<div style=\"height: 250px; position:relative; margin-bottom: 50px;\" class=\"wp-block-simple-code-block-ace\"><pre class=\"wp-block-simple-code-block-ace\" style=\"position:absolute;top:0;right:0;bottom:0;left:0\" data-mode=\"json\" data-theme=\"monokai\" data-fontsize=\"14\" data-lines=\"Infinity\" data-showlines=\"true\" data-copy=\"false\">[\n    {\n        \"key\": \"f4\",\n        \"command\": \"workbench.action.tasks.runTask\",\n        \"args\": \"Open Git Extensions\",\n        \"when\": \"editorTextFocus\"\n    }\n]<\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<p>bat file in path: In VSCODE:<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-9887","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/9887","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/comments?post=9887"}],"version-history":[{"count":3,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/9887\/revisions"}],"predecessor-version":[{"id":9891,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/9887\/revisions\/9891"}],"wp:attachment":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/media?parent=9887"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/categories?post=9887"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/tags?post=9887"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}