summaryrefslogtreecommitdiff
path: root/.vscode
AgeCommit message (Collapse)Author
2021-06-02fix issues with circular importsFlorian Dold
Parts of this commit are from a patch by sebasjm. The circular imports caused an issue with webpack. While we don't use webpack in the wallet, the wallet should still be importable by webpack. Some packages were importing their dependencies via "index.js", which re-exports public exports of the package. This resulted in circular dependencies which were resolved correctly by rollup, but not by webpack.
2021-03-17towards wallet-core / util splitFlorian Dold
2020-11-25editor configFlorian Dold
2020-08-20add typescript build taskFlorian Dold
2020-08-10use API extractor for cleaner package separationFlorian Dold
2020-07-20editor settingsFlorian Dold
2020-04-07more lint fixesFlorian Dold
2019-12-15group refresh sessions into groups for nicer historyFlorian Dold
2019-07-31headless wallet WIPFlorian Dold
2018-01-03fix lint issues and separate message types into multiple filesFlorian Dold
2016-10-12crypto for refreshingFlorian Dold
2016-10-12tree view of wallet dbFlorian Dold
2016-10-11vscode settingsFlorian Dold