mirror of
https://github.com/pomber/git-history.git
synced 2024-11-22 14:02:24 +03:00
Merge branch 'master' into gitlab
This commit is contained in:
commit
14a26d24b4
@ -46,7 +46,9 @@ function activate(context) {
|
||||
const newIndex = index
|
||||
.replace(
|
||||
"<body>",
|
||||
`<body><script>/*<!--*/window.vscode=acquireVsCodeApi();window._PATH='${currentPath}'/*-->*/</script>`
|
||||
`<body><script>/*<!--*/window.vscode=acquireVsCodeApi();window._PATH=${JSON.stringify(
|
||||
currentPath
|
||||
)}/*-->*/</script>`
|
||||
)
|
||||
.replace(
|
||||
"<head>",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "git-file-history",
|
||||
"displayName": "Git File History",
|
||||
"description": "Modern, fast and intuitive tool for browsing the history and files in any git repository",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"repository": "pomber/git-history",
|
||||
"publisher": "pomber",
|
||||
"license": "MIT",
|
||||
|
Loading…
Reference in New Issue
Block a user