Skip to content

Commit

Permalink
Consume new version
Browse files Browse the repository at this point in the history
  • Loading branch information
cschleiden committed Aug 14, 2020
1 parent 6dfa049 commit 29f72f8
Show file tree
Hide file tree
Showing 9 changed files with 9,690 additions and 5,465 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ out
dist
*.vsix
.DS_Store
runners
runners
.yalc
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"outFiles": [
"${workspaceFolder}/dist/**/*.js"
],
"preLaunchTask": "${defaultBuildTask}"
"preLaunchTask": "${defaultBuildTask}",
"sourceMaps": false
},
{
"name": "Extension Tests",
Expand Down
Loading

0 comments on commit 29f72f8

Please sign in to comment.