Skip to content

Commit

Permalink
Merge pull request #1 from 51ngul4r1ty/temp/kevin/get-electron-workin…
Browse files Browse the repository at this point in the history
…g-again

Get electron working with latest atoll-shared
  • Loading branch information
51ngul4r1ty authored Jul 21, 2020
2 parents 15a5083 + 1d3da0f commit 2c705d3
Show file tree
Hide file tree
Showing 5 changed files with 1,609 additions and 745 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ build/*
yarn-error.log
tmp
.yalc/
yalc.lock
yalc.lock
19 changes: 19 additions & 0 deletions atoll-electron-shared.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"folders": [
{
"path": "."
},
{
"path": "../atoll-shared"
}
],
"settings": {
"bookmarks.navigateThroughAllFiles": true,
"bookmarks.backgroundLineColor": "#102030",
"coverage-gutters.showGutterCoverage": true,
"coverage-gutters.coverageFileNames": ["lcov.info"],
"coverage-gutters.lcovname": "lcov.info",
"coverage-gutters.coverageReportFileName": "coverage/**/index.html",
"coverage-gutters.showLineCoverage": false
}
}
Loading

0 comments on commit 2c705d3

Please sign in to comment.