Skip to content

Commit

Permalink
Merge pull request #515 from jneira/prepare-1.8.0
Browse files Browse the repository at this point in the history
Prepare 1.8.0
  • Loading branch information
jneira authored Dec 6, 2021
2 parents 30ce858 + c5353e0 commit 70f6883
Show file tree
Hide file tree
Showing 7 changed files with 4,248 additions and 76 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ node_modules
test-workspace
.DS_Store
dist
*.vsix
*.vsix
.husky
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": ["${workspaceRoot}/out/test/**/*.js"],
"preLaunchTask": "npm: test-compile"
"preLaunchTask": "npm: pretest"
}
]
}
Loading

0 comments on commit 70f6883

Please sign in to comment.