Merge branch 'master' into gitlab

This commit is contained in:
Rodrigo Pombo 2019-02-21 19:01:04 -03:00 committed by GitHub
commit 14a26d24b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -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>",

View File

@ -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",