mirror of
https://github.com/foambubble/foam.git
synced 2026-01-09 14:08:13 -05:00
Adding service that can direct logging to vscode console (#377)
* Improved logging - using classes instead of functions (feels like it fits better the use case) - using singleton global to not pass logging service around * Added vscode logger, command to change level, and settings * improved bootstrap logging * build foam-core before running tests in github workflows
This commit is contained in:
7
.github/workflows/foam-cli.yml
vendored
7
.github/workflows/foam-cli.yml
vendored
@@ -19,8 +19,11 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: yarn
|
||||
|
||||
# - name: Lint foam-lint
|
||||
# run: yarn workspace foam-cli lint
|
||||
- name: Lint foam-lint
|
||||
run: yarn workspace foam-cli lint
|
||||
|
||||
- name: Build foam-core
|
||||
run: yarn workspace foam-core build
|
||||
|
||||
- name: Test foam-cli
|
||||
run: yarn workspace foam-cli test
|
||||
|
||||
4
.github/workflows/foam-vscode.yml
vendored
4
.github/workflows/foam-vscode.yml
vendored
@@ -22,6 +22,10 @@ jobs:
|
||||
|
||||
- name: Lint foam-vscode
|
||||
run: yarn workspace foam-vscode lint
|
||||
|
||||
- name: Build foam-core
|
||||
run: yarn workspace foam-core build
|
||||
|
||||
- name: Test foam-vscode
|
||||
run: yarn workspace foam-vscode test
|
||||
# - name: Publish foam-vscode
|
||||
|
||||
Reference in New Issue
Block a user